Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pending Move
Re: Pending Move
Code:
-- Start thread transfer
BEGIN
DECLARE mybb_tid INT;
DECLARE first_pid INT;
DECLARE last_pid INT;
DECLARE user_id INT;

-- Insert Mybb_threads record
INSERT INTO Mybb_threads (fid, subject, username, lastposter, closed, notes, visible) VALUES (6, 'Lucky Star Trading Figures FS', 'dummy', 'dummy', '', '', 1, 0);

-- Get thread ID
SET mybb_tid = mysql_insert_id(, 0);

-- Beginning post insertion for thread

-- Get user id for author of first post
SET user_id = SELECT uid from Mybb_users WHERE username = 'robkelk';

-- Update Mybb_threads record with info from first post
UPDATE Mybb_threads SET uid = user_id, username = 'robkelk', dateline = 1199771400 WHERE tid = mybb_tid;

-- Start posts loop

-- Get user id for author of current post
SET user_id = SELECT uid from Mybb_users WHERE username = 'robkelk';

-- Create Mybb_posts record for post number 0
INSERT INTO Mybb_posts (tid, fid, subject, uid, username, dateline, message, visible) VALUES (mybb_tid, 6, 'Lucky Star Trading Figures FS', user_id, 'robkelk', 1199771400, 'I seem to recall some folks around here like <em>Lucky Star</em>.  I bought a box of <a class="postlink" href="http://www.cdjapan.co.jp/detailview.html?KEY=NEOSL-12291&ref=myp">Series 1 trading figures</a>, and it arrived today. (And that's the only good thing about being home sick today...)<br>
There aren't any rare or repaint figures - each can be assembled in either of two poses.  I got two each of Konata, Kagami, Tsukasa, and Miyuki, and one each of Kuroi-sensei and the &quot;mystery figure&quot; (who I couldn't say in my CDJapan review is Akira from <em>Lucky Channel).</em><br>
So... I'd like to get my money back on the duplicate Konata, Kagami, and Tsukasa.  I might be persuaded to part with the duplicate Miyuki.  Ten figures, plus shipping, plus Customs, comes out to approximately $65.00.  Divide that by ten gives $6.50 each, then add <a class="postlink" href="http://www.canadapost.ca/personal/tools/calcrate-e.asp">your shipping cost</a> from postal code K1V 0V4...<br>
Any interest?<br>
-Rob Kelk<br>
&quot;Actually, my goal is to write neat stories. The money just makes it possible for me to write them faster and then buy neat toys.&quot;<br>
 Ryk E. Spoor, 7 November 2007<br><em>--<br>
Rob Kelk<br>
&quot;Governments have no right to question the loyalty of those who oppose <br>
them. Adversaries remain citizens of the same state, common subjects of <br>
the same sovereign, servants of the same law.&quot;<br>
<br>
- Michael Ignatieff, addressing Stanford University in 2012         </em>', 1, 0);

-- Save first post's ID.
SET first_tid = mysql_insert_id(, 0);

-- Get user id for author of current post
SET user_id = SELECT uid from Mybb_users WHERE username = 'Morganite';

-- Create Mybb_posts record for post number 1
INSERT INTO Mybb_posts (tid, fid, subject, uid, username, dateline, message, visible) VALUES (mybb_tid, 6, 'Re: Lucky Star Trading Figures FS', user_id, 'Morganite', 1199802180, 'Well, I'm *interested*. I'm just not sure I'll have any money before the end of this month. >.>;;;<br>
-Morgan, would be interested in all four though. If I have money. >.>&quot;Mikuru-chan molested me! I'm... so happy!&quot;<br>
-Haruhi, &quot;The Ecchi of Haruhi Suzumiya&quot;<br>
---(Not really)', 1, 0);

-- Get user id for author of current post
SET user_id = SELECT uid from Mybb_users WHERE username = 'robkelk';

-- Create Mybb_posts record for post number 2
INSERT INTO Mybb_posts (tid, fid, subject, uid, username, dateline, message, visible) VALUES (mybb_tid, 6, 'Re: Lucky Star Trading Figures FS', user_id, 'robkelk', 1202543940, 'It's been a month... still interested?<br><em>--<br>
Rob Kelk<br>
&quot;Governments have no right to question the loyalty of those who oppose <br>
them. Adversaries remain citizens of the same state, common subjects of <br>
the same sovereign, servants of the same law.&quot;<br>
<br>
- Michael Ignatieff, addressing Stanford University in 2012         </em>', 1, 0);

-- Get user id for author of current post
SET user_id = SELECT uid from Mybb_users WHERE username = 'Morganite';

-- Create Mybb_posts record for post number 3
INSERT INTO Mybb_posts (tid, fid, subject, uid, username, dateline, message, visible) VALUES (mybb_tid, 6, '', user_id, 'Morganite', 1202593920, 'Still interested. I won't have money until the end of next week though.<br>
<br>
<br>
<br>
<br>
-Morgan.', 1, 0);

-- Get user id for author of current post
SET user_id = SELECT uid from Mybb_users WHERE username = 'robkelk';

-- Create Mybb_posts record for post number 4
INSERT INTO Mybb_posts (tid, fid, subject, uid, username, dateline, message, visible) VALUES (mybb_tid, 6, '', user_id, 'robkelk', 1202596740, 'Okay. When you're ready, e-mail me - my board handle at gmail.com works.<br><em>--<br>
Rob Kelk<br>
&quot;Governments have no right to question the loyalty of those who oppose <br>
them. Adversaries remain citizens of the same state, common subjects of <br>
the same sovereign, servants of the same law.&quot;<br>
<br>
- Michael Ignatieff, addressing Stanford University in 2012         </em>', 1, 0);

-- Get user id for author of current post
SET user_id = SELECT uid from Mybb_users WHERE username = 'robkelk';

-- Create Mybb_posts record for post number 5
INSERT INTO Mybb_posts (tid, fid, subject, uid, username, dateline, message, visible) VALUES (mybb_tid, 6, '', user_id, 'robkelk', 1204666200, 'Morganni, it's been almost a month since you said &quot;the end of next week&quot;. To be fair to everyone else, I can't hold them for much longer...<br>
I'll wait for one more week, but that's it.<br><em>--<br>
Rob Kelk<br>
&quot;Governments have no right to question the loyalty of those who oppose <br>
them. Adversaries remain citizens of the same state, common subjects of <br>
the same sovereign, servants of the same law.&quot;<br>
<br>
- Michael Ignatieff, addressing Stanford University in 2012         </em>', 1, 0);

-- Get user id for author of current post
SET user_id = SELECT uid from Mybb_users WHERE username = 'Morganite';

-- Create Mybb_posts record for post number 6
INSERT INTO Mybb_posts (tid, fid, subject, uid, username, dateline, message, visible) VALUES (mybb_tid, 6, '', user_id, 'Morganite', 1204716900, 'Yeah, sorry about that. I meant to get back to you on that, and then I went and did something extremely stupid. -.-;;;<br>
<br>
<br>
<br>
<br>
However, barring something quite surprising (like a sudden need for car repairs that aren't covered by the service plan I have, which I don't expect,<br>
since the service plan covers just about anything I can think of), I'll have money I can spend on figures when I get my next paycheck. Which is the end of<br>
this week.<br>
<br>
<br>
<br>
<br>
Edit: I do ineed have money now; I'll email you tomorrow?<br>
<br>
<br>
<br>
<br>
-Morgan, really really sorry. #-.-#', 1, 0);

-- Get user id for author of current post
SET user_id = SELECT uid from Mybb_users WHERE username = 'robkelk';

-- Create Mybb_posts record for post number 7
INSERT INTO Mybb_posts (tid, fid, subject, uid, username, dateline, message, visible) VALUES (mybb_tid, 6, '', user_id, 'robkelk', 1205303340, 'Sounds good. Again, my board handle at gmail.com gets mail to me.<br>
<br>
<br>
<br>
<br>
I just realized I didn't provide the necessary shipping information... Weight is approximately 0.2kg, dimensions (after I find a suitable box) will be a<br>
minimum of 12cm x 12 cm x 7 cm (and I'll do my level best to get a box as close to that size as possible).<br><em>--<br>
Rob Kelk<br>
&quot;Governments have no right to question the loyalty of those who oppose <br>
them. Adversaries remain citizens of the same state, common subjects of <br>
the same sovereign, servants of the same law.&quot;<br>
<br>
- Michael Ignatieff, addressing Stanford University in 2012         </em>', 1, 0);

-- Get user id for author of current post
SET user_id = SELECT uid from Mybb_users WHERE username = 'robkelk';

-- Create Mybb_posts record for post number 8
INSERT INTO Mybb_posts (tid, fid, subject, uid, username, dateline, message, visible) VALUES (mybb_tid, 6, '', user_id, 'robkelk', 1206685680, 'It should be obvious, but...<br>
<br>
<br>
<br>
<br>
They're all gone (to Morganni). Thank you for your interest.<br><em>--<br>
Rob Kelk<br>
&quot;Governments have no right to question the loyalty of those who oppose <br>
them. Adversaries remain citizens of the same state, common subjects of <br>
the same sovereign, servants of the same law.&quot;<br>
<br>
- Michael Ignatieff, addressing Stanford University in 2012         </em>', 1, 0);

-- End posts loop

-- Get id of final post
SET last_pid = mysql_insert_id(, 0);

-- Get user id for author of final post
SET user_id = SELECT uid from Mybb_users WHERE username = 'robkelk';

-- Update Mybb_threads record for the last time
UPDATE Mybb_threads SET firstpost = first_pid, lastpost = last_pid, lastposter = 'robkelk', lastposteruid = user_id, replies = 8 WHERE tid = mybb_tid;

-- And we're done.
END
So this is the MySQL script, which was generated by another script that I wrote in T-SQL.  The start of the second line of code -- DECLARE mybb_tid INT; -- is where the syntax error is popping up.-- Bob
---------
Then the horns kicked in...
...and my shoes began to squeak.
Reply


Messages In This Thread
Pending Move - by Bob Schroeck - 08-03-2017, 06:26 PM
Re: Pending Move - by Black Aeronaut - 08-03-2017, 07:05 PM
Re: Pending Move - by Cobalt Greywalker - 08-03-2017, 09:56 PM
Re: Pending Move - by SilverFang01 - 08-03-2017, 10:03 PM
Re: Pending Move - by Niteflier - 08-03-2017, 10:14 PM
Re: Pending Move - by SilverFang01 - 08-03-2017, 11:07 PM
Re: Pending Move - by NifT - 08-03-2017, 11:18 PM
Re: Pending Move - by RMH999 - 08-04-2017, 12:19 AM
Re: Pending Move - by Mamorien - 08-04-2017, 12:28 AM
Re: Pending Move - by Bob Schroeck - 08-04-2017, 01:21 AM
Re: Pending Move - by Matrix Dragon - 08-04-2017, 01:38 AM
Re: Pending Move - by LynnInDenver - 08-04-2017, 01:44 AM
Re: Pending Move - by robkelk - 08-04-2017, 01:55 AM
Re: Pending Move - by robkelk - 08-04-2017, 02:09 AM
Re: Pending Move - by Shepherd - 08-04-2017, 02:55 AM
Re: Pending Move - by Mark Skarr - 08-04-2017, 02:58 AM
Re: Pending Move - by Norgarth - 08-04-2017, 03:46 AM
Re: Pending Move - by nocarename - 08-04-2017, 03:53 AM
Re: Pending Move - by Bob Schroeck - 08-04-2017, 04:07 AM
Re: Pending Move - by Bob Schroeck - 08-04-2017, 04:08 AM
Re: Pending Move - by LynnInDenver - 08-04-2017, 04:11 AM
Re: Pending Move - by batzulger - 08-04-2017, 04:46 AM
Re: Pending Move - by nocarename - 08-04-2017, 04:50 AM
Re: Pending Move - by Foxboy - 08-04-2017, 05:12 AM
Re: Pending Move - by Bob Schroeck - 08-04-2017, 05:40 AM
Re: Pending Move - by Morganite - 08-04-2017, 05:46 AM
Re: Pending Move - by Bob Schroeck - 08-04-2017, 05:53 AM
Re: Pending Move - by gamlain - 08-04-2017, 06:20 AM
Re: Pending Move - by Labster - 08-04-2017, 06:25 AM
Re: Pending Move - by Shader - 08-04-2017, 09:55 AM
Re: Pending Move - by Matrix Dragon - 08-04-2017, 11:20 AM
Re: Pending Move - by Inquisitive Raven - 08-04-2017, 11:31 AM
Re: Pending Move - by DHBirr - 08-04-2017, 02:32 PM
Re: Pending Move - by Spoilsport - 08-04-2017, 03:05 PM
Re: Pending Move - by Black Aeronaut - 08-04-2017, 03:37 PM
Re: Pending Move - by Star Ranger4 - 08-04-2017, 04:41 PM
Re: Pending Move - by Bob Schroeck - 08-04-2017, 06:29 PM
Re: Pending Move - by Labster - 08-04-2017, 10:44 PM
Re: Pending Move - by SilverFang01 - 08-04-2017, 10:51 PM
Re: Pending Move - by Bob Schroeck - 08-05-2017, 12:12 AM
Re: Pending Move - by jonathanlennox - 08-05-2017, 01:17 AM
Re: Pending Move - by skyfire2020 - 08-05-2017, 01:49 AM
Re: Pending Move - by Morganite - 08-05-2017, 06:02 AM
Re: Pending Move - by Labster - 08-05-2017, 09:00 AM
Re: Pending Move - by Jinx999 - 08-05-2017, 09:16 AM
Re: Pending Move - by robkelk - 08-05-2017, 04:32 PM
Re: Pending Move - by M Fnord - 08-05-2017, 04:50 PM
Re: Pending Move - by Rusco Ducam - 08-05-2017, 07:15 PM
Re: Pending Move - by Norgarth - 08-05-2017, 08:27 PM
Re: Pending Move - by Bob Schroeck - 08-05-2017, 08:36 PM
Re: Pending Move - by LulzKiller - 08-05-2017, 09:20 PM
Re: Pending Move - by Rajvik - 08-05-2017, 09:50 PM
Re: Pending Move - by Norgarth - 08-05-2017, 11:50 PM
Re: Pending Move - by Bob Schroeck - 08-06-2017, 12:04 AM
Re: Pending Move - by Labster - 08-06-2017, 10:04 AM
Re: Pending Move - by robkelk - 08-06-2017, 06:10 PM
Re: Pending Move - by GethN7 - 08-07-2017, 01:10 AM
Re: Pending Move - by Bob Schroeck - 08-07-2017, 02:32 AM
Re: Pending Move - by Acyl - 08-07-2017, 06:50 AM
Re: Pending Move - by Matrix Dragon - 08-07-2017, 08:46 AM
Re: Pending Move - by Tennie - 08-07-2017, 02:12 PM
Re: Pending Move - by Bob Schroeck - 08-07-2017, 02:24 PM
Re: Pending Move - by Shader - 08-07-2017, 02:38 PM
Re: Pending Move - by robkelk - 08-07-2017, 04:56 PM
Re: Pending Move - by Mamorien - 08-07-2017, 05:52 PM
Re: Pending Move - by Bob Schroeck - 08-07-2017, 06:21 PM
Re: Pending Move - by Dartz - 08-07-2017, 06:54 PM
Re: Pending Move - by itsune9tl - 08-07-2017, 10:59 PM
Re: Pending Move - by LilFluff - 08-07-2017, 11:16 PM
Re: Pending Move - by Bluemage - 08-08-2017, 02:35 PM
Re: Pending Move - by Star Ranger4 - 08-08-2017, 05:32 PM
Re: Pending Move - by Bob Schroeck - 08-08-2017, 06:51 PM
Re: Pending Move - by Bob Schroeck - 08-08-2017, 06:55 PM
Re: Pending Move - by Bob Schroeck - 08-08-2017, 09:33 PM
Re: Pending Move - by robkelk - 08-09-2017, 12:05 AM
Re: Pending Move - by Rajvik - 08-09-2017, 12:06 AM
Re: Pending Move - by Bob Schroeck - 08-09-2017, 02:05 PM
Re: Pending Move - by Bob Schroeck - 08-09-2017, 02:16 PM
Re: Pending Move - by jpub - 08-09-2017, 04:23 PM
Re: Pending Move - by Bob Schroeck - 08-09-2017, 06:22 PM
Re: Pending Move - by robkelk - 08-09-2017, 06:55 PM
Re: Pending Move - by Bob Schroeck - 08-10-2017, 02:01 AM
Re: Pending Move - by Bob Schroeck - 08-11-2017, 02:22 PM
Re: Pending Move - by robkelk - 08-11-2017, 06:24 PM
Re: Pending Move - by Bob Schroeck - 08-11-2017, 08:32 PM
Re: Pending Move - by Bob Schroeck - 08-12-2017, 02:45 AM
Re: Pending Move - by Bob Schroeck - 08-12-2017, 05:11 AM
Re: Pending Move - by Black Aeronaut - 08-12-2017, 09:01 PM
Re: Pending Move - by Dakota - 08-13-2017, 03:19 AM
Re: Pending Move - by Rod.H - 08-13-2017, 02:49 PM
Re: Pending Move - by Bob Schroeck - 08-13-2017, 09:42 PM
Re: Pending Move - by katreus - 08-14-2017, 06:43 AM
Re: Pending Move - by Star Ranger4 - 08-14-2017, 04:08 PM
Re: Pending Move - by Bob Schroeck - 08-14-2017, 09:26 PM
Re: Pending Move - by Black Aeronaut - 08-15-2017, 12:50 AM
Re: Pending Move - by Bob Schroeck - 08-15-2017, 03:35 AM
Re: Pending Move - by Rod.H - 08-15-2017, 10:35 AM
Re: Pending Move - by Rajvik - 08-15-2017, 12:04 PM
Re: Pending Move - by Tennie - 08-15-2017, 02:10 PM
Re: Pending Move - by Bob Schroeck - 08-15-2017, 02:19 PM
Re: Pending Move - by robkelk - 08-15-2017, 02:44 PM
Re: Pending Move - by itsune9tl - 08-15-2017, 04:13 PM
Re: Pending Move - by Bob Schroeck - 08-15-2017, 05:13 PM
Re: Pending Move - by ECSNorway - 08-15-2017, 05:19 PM
Re: Pending Move - by robkelk - 08-15-2017, 06:09 PM
Re: Pending Move - by Star Ranger4 - 08-15-2017, 06:14 PM
Re: Pending Move - by robkelk - 08-15-2017, 06:23 PM
Re: Pending Move - by Bob Schroeck - 08-15-2017, 07:32 PM
Re: Pending Move - by Bob Schroeck - 08-15-2017, 07:35 PM
Re: Pending Move - by Bob Schroeck - 08-15-2017, 07:35 PM
Re: Pending Move - by itsune9tl - 08-15-2017, 08:47 PM
Re: Pending Move - by robkelk - 08-15-2017, 09:35 PM
Re: Pending Move - by robkelk - 08-15-2017, 10:36 PM
Re: Pending Move - by Bob Schroeck - 08-15-2017, 10:50 PM
Re: Pending Move - by Bob Schroeck - 08-15-2017, 10:51 PM
Re: Pending Move - by Bob Schroeck - 08-15-2017, 10:56 PM
Re: Pending Move - by itsune9tl - 08-15-2017, 11:32 PM
Re: Pending Move - by robkelk - 08-15-2017, 11:57 PM
Re: Pending Move - by Bob Schroeck - 08-16-2017, 12:41 AM
Re: Pending Move - by Bob Schroeck - 08-16-2017, 12:46 AM
Re: Pending Move - by itsune9tl - 08-16-2017, 12:54 AM
Re: Pending Move - by Bob Schroeck - 08-16-2017, 03:27 AM
Re: Pending Move - by Black Aeronaut - 08-17-2017, 02:23 PM
Re: Pending Move - by Bob Schroeck - 08-17-2017, 02:32 PM
Re: Pending Move - by Black Aeronaut - 08-17-2017, 02:36 PM
Re: Pending Move - by Bob Schroeck - 08-17-2017, 02:40 PM
Re: Pending Move - by Bob Schroeck - 08-17-2017, 06:06 PM
Re: Pending Move - by Black Aeronaut - 08-18-2017, 03:12 PM
Re: Pending Move - by Morganite - 08-18-2017, 07:31 PM
Re: Pending Move - by Black Aeronaut - 08-19-2017, 09:14 AM
Re: Pending Move - by Bob Schroeck - 08-21-2017, 03:35 AM
Re: Pending Move - by Lubaf - 08-21-2017, 04:22 AM
Re: Pending Move - by Bob Schroeck - 08-21-2017, 04:38 AM
Re: Pending Move - by LulzKiller - 08-21-2017, 05:02 AM
Re: Pending Move - by Bob Schroeck - 08-21-2017, 02:09 PM
Re: Pending Move - by LynnInDenver - 08-21-2017, 02:29 PM
Re: Pending Move - by Bob Schroeck - 08-21-2017, 07:55 PM
Re: Pending Move - by Bob Schroeck - 08-21-2017, 08:03 PM
Re: Pending Move - by Morganite - 08-21-2017, 10:26 PM
Re: Pending Move - by Bob Schroeck - 08-21-2017, 10:34 PM
Re: Pending Move - by robkelk - 08-22-2017, 02:04 AM
Re: Pending Move - by Morganite - 08-22-2017, 03:27 AM
Re: Pending Move - by Bob Schroeck - 08-22-2017, 03:57 AM
Re: Pending Move - by robkelk - 08-22-2017, 04:20 AM
Re: Pending Move - by jonathanlennox - 08-22-2017, 06:08 AM
Re: Pending Move - by Morganite - 08-22-2017, 06:27 AM
Re: Pending Move - by VladimirTherin - 08-22-2017, 07:49 AM
Re: Pending Move - by robkelk - 08-22-2017, 03:03 PM
Re: Pending Move - by robkelk - 08-22-2017, 03:06 PM
Re: Pending Move - by itsune9tl - 08-22-2017, 05:59 PM
Re: Pending Move - by jonathanlennox - 08-22-2017, 06:26 PM
Re: Pending Move - by Bob Schroeck - 08-22-2017, 06:33 PM
Re: Pending Move - by Morganite - 08-22-2017, 07:12 PM
Re: Pending Move - by robkelk - 08-22-2017, 08:20 PM
Re: Pending Move - by Bob Schroeck - 08-23-2017, 02:41 AM
Re: Pending Move - by Morganite - 08-23-2017, 08:19 AM
Re: Pending Move - by robkelk - 08-23-2017, 02:44 PM
Re: Pending Move - by Bob Schroeck - 08-23-2017, 07:22 PM
Re: Pending Move - by Bob Schroeck - 08-23-2017, 07:44 PM
Re: Pending Move - by DeputyJones - 08-24-2017, 11:20 PM
Re: Pending Move - by Labster - 08-25-2017, 01:36 AM
Re: Pending Move - by Bob Schroeck - 08-25-2017, 01:45 AM
Re: Pending Move - by Bob Schroeck - 08-25-2017, 02:14 AM
Re: Pending Move - by robkelk - 08-25-2017, 04:13 AM
Re: Pending Move - by Bob Schroeck - 08-25-2017, 02:29 PM
Re: Pending Move - by Morganite - 08-25-2017, 07:18 PM
Re: Pending Move - by Labster - 08-25-2017, 07:42 PM
Re: Pending Move - by robkelk - 08-25-2017, 10:07 PM
Re: Pending Move - by Bob Schroeck - 08-25-2017, 10:38 PM
Re: Pending Move - by Labster - 08-25-2017, 11:31 PM
Re: Pending Move - by Bob Schroeck - 08-26-2017, 01:08 AM
Re: Pending Move - by Black Aeronaut - 08-26-2017, 09:14 AM
Re: Pending Move - by batzulger - 08-27-2017, 12:11 AM
Re: Pending Move - by Labster - 08-27-2017, 01:01 AM
Re: Pending Move - by robkelk - 08-27-2017, 04:29 PM
Re: Pending Move - by Black Aeronaut - 08-28-2017, 12:28 AM
Re: Pending Move - by Bob Schroeck - 08-28-2017, 04:18 PM
Re: Pending Move - by Bob Schroeck - 08-29-2017, 02:49 AM
Re: Pending Move - by Bob Schroeck - 08-29-2017, 04:50 AM
Re: Pending Move - by Morganite - 08-29-2017, 05:42 AM
Re: Pending Move - by Black Aeronaut - 08-29-2017, 01:06 PM
Re: Pending Move - by Black Aeronaut - 08-29-2017, 01:19 PM
Re: Pending Move - by Bob Schroeck - 08-29-2017, 02:09 PM
Re: Pending Move - by Bob Schroeck - 08-29-2017, 02:14 PM
Re: Pending Move - by robkelk - 08-29-2017, 02:50 PM
Re: Pending Move - by Bob Schroeck - 08-29-2017, 02:56 PM
Re: Pending Move - by robkelk - 08-29-2017, 02:59 PM
Re: Pending Move - by Bob Schroeck - 08-29-2017, 03:07 PM
Re: Pending Move - by Labster - 08-29-2017, 09:15 PM
Re: Pending Move - by Bob Schroeck - 08-29-2017, 10:40 PM
Re: Pending Move - by Bob Schroeck - 08-30-2017, 03:32 AM
Re: Pending Move - by Labster - 08-30-2017, 05:39 AM
Re: Pending Move - by Black Aeronaut - 08-30-2017, 07:41 AM
Re: Pending Move - by Bob Schroeck - 08-30-2017, 02:36 PM
Re: Pending Move - by Bob Schroeck - 08-30-2017, 02:49 PM
Re: Pending Move - by Bob Schroeck - 08-31-2017, 01:14 AM
Re: Pending Move - by Morganite - 08-31-2017, 02:33 AM
Re: Pending Move - by Bob Schroeck - 08-31-2017, 02:55 AM
Re: Pending Move - by Norgarth - 08-31-2017, 03:17 AM
Re: Pending Move - by Bob Schroeck - 08-31-2017, 03:21 AM
Re: Pending Move - by itsune9tl - 08-31-2017, 03:32 AM
Re: Pending Move - by Bob Schroeck - 08-31-2017, 03:44 AM
Re: Pending Move - by Black Aeronaut - 08-31-2017, 01:15 PM
Re: Pending Move - by Bob Schroeck - 08-31-2017, 02:22 PM
Re: Pending Move - by Morganite - 09-01-2017, 11:20 PM
Re: Pending Move - by Bob Schroeck - 09-01-2017, 11:28 PM
Re: Pending Move - by Bob Schroeck - 09-02-2017, 03:51 AM
Re: Pending Move - by Star Ranger4 - 09-02-2017, 06:48 AM
Re: Pending Move - by Labster - 09-02-2017, 11:48 AM
Re: Pending Move - by Bob Schroeck - 09-02-2017, 02:45 PM
Re: Pending Move - by Morganite - 09-02-2017, 04:32 PM
Re: Pending Move - by Star Ranger4 - 09-02-2017, 05:25 PM
Re: Pending Move - by robkelk - 09-02-2017, 06:14 PM
Re: Pending Move - by Bob Schroeck - 09-02-2017, 06:22 PM
Re: Pending Move - by Black Aeronaut - 09-03-2017, 03:44 AM
Re: Pending Move - by Morganite - 09-03-2017, 05:11 AM
Re: Pending Move - by Bob Schroeck - 09-03-2017, 05:26 PM
Re: Pending Move - by robkelk - 09-03-2017, 06:38 PM
Re: Pending Move - by Bob Schroeck - 09-03-2017, 09:26 PM
Re: Pending Move - by Bob Schroeck - 09-05-2017, 02:53 AM
Re: Pending Move - by robkelk - 09-05-2017, 04:32 AM
Re: Pending Move - by Black Aeronaut - 09-05-2017, 06:07 AM
Re: Pending Move - by Morganite - 09-05-2017, 08:08 AM
Re: Pending Move - by Black Aeronaut - 09-06-2017, 12:21 AM
Re: Pending Move - by LulzKiller - 09-06-2017, 01:29 AM
Re: Pending Move - by Bob Schroeck - 09-06-2017, 01:59 AM
Re: Pending Move - by LynnInDenver - 09-06-2017, 02:48 AM
Re: Pending Move - by robkelk - 09-06-2017, 02:56 PM
Re: Pending Move - by Bob Schroeck - 09-06-2017, 10:06 PM
Re: Pending Move - by Rajvik - 09-07-2017, 02:56 AM
Re: Pending Move - by Bob Schroeck - 09-07-2017, 03:13 AM
Re: Pending Move - by Black Aeronaut - 09-07-2017, 03:32 PM
Re: Pending Move - by robkelk - 09-07-2017, 05:58 PM
Re: Pending Move - by Bob Schroeck - 09-07-2017, 06:28 PM
Re: Pending Move - by Bob Schroeck - 09-07-2017, 06:29 PM
Re: Pending Move - by Bob Schroeck - 09-09-2017, 04:47 AM
Re: Pending Move - by Morganite - 09-09-2017, 07:50 PM

Forum Jump:


Users browsing this thread: 20 Guest(s)