php forum
php mysql forum
php mysql smarty
 
Page 1 of 5 1 2 3 4 5 >
Topic Options
#268356 - 01/29/04 09:01 AM Beta-[6.3-6.4] My Photos 1.0
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Mod Name / Version: My Photos 1.0 <br /> <br />Description: This modification will place a box and link along with the rest of the ubbt_instantcode where a user's photos from photopost will be listed when clicked and they can be inserted into the post with the ubbcode image tag formatted. <br /> <br />Working Under: UBB.Threads 6.3-6.4 <br /> <br />Mod Status: Beta <br /> <br />Any pre-requisites: <br /> <br />Author(s): Photopost ( Michael Pierce ) <br /> <br />Date: 01/29/04 <br /> <br />Credits: <br /> <br />Files Altered: ubbt_instant_ubbcode.tmpl,showflat.tmpl and showthreaded.tmpl <br /> <br />New Files: pppanel.php <br /> <br />Database Altered: None <br /> <br />Info/Instructions: Mod assumes PhotoPost and Threads are installed into same database. If you have them in seperate databases, you will need to use a mysql_select_db() to switch to PP and then back to threads in the pppanel.php file. <br /> <br />Something like this <br /> <br />// configure your database settings <br />$host = "localhost"; // Server Name <br />$user= ""; // Username <br />$password= ""; // Password <br />$database=""; // Photopost database name or forum database name <br /> <br />// Connecting, selecting database <br />$link = mysql_connect ("$host", "$user", "$password") or die ('I cannot connect to the database.'); <br />mysql_select_db ("$database")or die("Could not select database"); <br /> <br />and then after the queries etc bottom of file something like this <br /> <br />mysql_select_db ("UBBTHREADSDATABASE")or die("Could not select database"); <br /> <br /> <br />Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /> <br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files.


Attachments
106674-myphotos.zip (135 downloads)


Top
#268357 - 01/29/04 10:01 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: sf49rminer]
PhotoPost Offline
Hacker

Registered: 02/03/02
Posts: 989
Here is a screen shot of what it looks like.


Attachments
106678-pppanel.jpg (95 downloads)

_________________________
[]http://www.danasoft.com/vipersig.jpg[/]
Viper Alley - http://www.viperalley.com
Extreme Fitness - http://www.extremefitness.com[/b]

Top
#268358 - 01/29/04 02:06 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: gailg]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Closer view 1


Attachments
106683-view.gif (39 downloads)

_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#268359 - 01/29/04 02:08 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: sf49rminer]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Closer view 2 ----The Panel Itself


Attachments
106684-Image3.gif (63 downloads)

_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#268360 - 01/29/04 03:32 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: sf49rminer]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
That is beautiful! I'll be installing this when I get home. Awesome work! <img src="http://www.ubbdev.com/forum/images/graemlins/laugh.gif" alt="" />
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#268361 - 01/29/04 04:16 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: luan]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
What else would you expect from the master of Photopost himself Michael Pierce.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#268362 - 01/29/04 06:49 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: sf49rminer]
fishtails Offline
Enthusiast

Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
Well, I must say I'm glad I brought the subject up! <img src="http://www.ubbdev.com/forum/images/graemlins/smirk.gif" alt="" /> Just kidding. This is what I was talking about in the other thread, for the most part. The only thing missing is an upload, not that it's that important, but if one could upload to their gallery from this panel would be excellent. Not that it's not excellent as it is! yada yada yada Slap me and make me shut up will ya! <img src="http://www.ubbdev.com/forum/images/graemlins/grin.gif" alt="" /><br /><br />Thanks guys!
_________________________
Fish or Cut Bait! http://www.fish-tails.net

[:"red"]Air traffic control? It has its ups and downs.[/] http://www.natcazjx.org

Top
#268363 - 01/29/04 07:59 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: ]
gblue Offline
Journeyman

Registered: 10/26/02
Posts: 112
Loc: Kinston, Alabama USA Planet Ea...
Chuck, <br /><br />I started to install this mod but I saw in the instructions <br /><br />the following is applicable if you have the quick reply mod installed <br /><br />Does that mean if I dont have quick mod installed it wont work ? or I just dont need to edit the other files ?
_________________________
Gill Blue
http://itsajeep.org

Top
#268364 - 01/29/04 08:24 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: DreamLord]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
[]Now the following is applicable if you have the quick reply mod installed if you do not there is no need to continue.[/]<br /><br />Just as it says. If you do not have quick reply installed your done.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#268365 - 01/29/04 09:53 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: sf49rminer]
Sky YYZ Offline
Junior Member

Registered: 12/07/03
Posts: 131
Loc: Brantford, ON Canada
Hey Chuck,<br /><br />Great Mod!!! Unfortunately, I get this... any ideas?<br /><br />SQL ERROR: Thu, Jan 29 2004 22:51:15 -0500 Unable to do_query: SELECT id,cat,title,bigimage,medsize FROM pp_photos WHERE userid = 4 ORDER BY date DESC LIMIT 0,16<br />Table 'flighta_thread.pp_photos' doesn't exist<br />Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/flighta/public_html/ubbthreads/mysql.inc.php on line 160<br /><br />Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/flighta/public_html/ubbthreads/mysql.inc.php on line 133

Top
#268366 - 01/30/04 06:38 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: gingerginger]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Is the Photopost database along with Threads or on its own?<br /><br />If not then read the first post in this thread<br /><br />Is your prefix for the photopost database set?
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#268367 - 01/30/04 07:20 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: sf49rminer]
gblue Offline
Journeyman

Registered: 10/26/02
Posts: 112
Loc: Kinston, Alabama USA Planet Ea...
Never mind.. I took it off ! You did not answer the question. I am not a programmer. <br />You said Just as it says. If you do not have quick reply installed your done. <br /><br />So does that mean the MOD is complete ? Or it wont work unless you have quick reply installed. If so why not say so at the top of the page <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> <br /><br />Just call me dense I guess.
_________________________
Gill Blue
http://itsajeep.org

Top
#268368 - 01/30/04 09:22 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: DreamLord]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Okay Lets take this one step at a time cause your getting confused here. I answered your question.<br /><br />1. You edit your ubbt_instant_ubbcode.tmpl this puts a link in your newpost and newreply pages to the java 7photo panel.<br /><br />2. The directions state that if you have the quick reply mod there is some extra steps OTHERWISE your done. If you are not familiar with the quick reply mod it adds a quick reply box on your showflat and showthreaded screens. This has a link to the graemlin panel and if you do the other steps in this mod will also add a MY PHOTOS link so users can use this mod there as well. However just as the instructions state if you do not have quick reply installed your done. <img src="http://www.ubbdev.com/forum/images/graemlins/busted.gif" alt="" /><br /><br />Do you understand? Just as it says if you do not have quick reply installed your DONE.<br /><br /> You only need to modify the one file ubbt_instant_ubbcode.tmpl
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#268369 - 01/30/04 09:36 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: sf49rminer]
gblue Offline
Journeyman

Registered: 10/26/02
Posts: 112
Loc: Kinston, Alabama USA Planet Ea...
Got it Thank you .
_________________________
Gill Blue
http://itsajeep.org

Top
#268370 - 01/30/04 10:50 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: DreamLord]
gblue Offline
Journeyman

Registered: 10/26/02
Posts: 112
Loc: Kinston, Alabama USA Planet Ea...
Chuck,<br /><br />Ok got the mod installed but I am getting the same error as the guy posted above. Per your post above my ubbthreads and photopost share the same database. The prefix was not set in PhotoPost so I set it to what I have in Ubbt w3t_<br /><br />I have my datapath set to http://xxxxx/PhotoPost/data<br /><br />See anything wrong with the way I have it setup ?<br /><br /><br /><br />SQL ERROR: Unable to do_query: SELECT id,cat,title,bigimage,medsize FROM pp_photos WHERE userid = 2 ORDER BY date DESC LIMIT 0,16<br />Table 'ubbthreads.pp_photos' doesn't exist<br />Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/html/ubbthreads/mysql.inc.php on line 160<br /><br />Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/html/ubbthreads/mysql.inc.php on line 133
_________________________
Gill Blue
http://itsajeep.org

Top
#268371 - 01/30/04 10:55 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: DreamLord]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
OKay redownload and upload the pppanel.php again.<br /><br />I made a change to the modification but forgot to upload the change I made.<br /><br />It was hardcoded to the pp_ prefix<br /><br />Now in the beginning of the file there is a spot to set the Photopost prefix<br /><br /><br />$pp_prefix="";
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#268372 - 01/30/04 11:05 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: sf49rminer]
gblue Offline
Journeyman

Registered: 10/26/02
Posts: 112
Loc: Kinston, Alabama USA Planet Ea...
Works like a charm <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> Thanks
_________________________
Gill Blue
http://itsajeep.org

Top
#268373 - 01/30/04 12:43 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: sf49rminer]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25452
Loc: Texas
great work chuck and michael <img src="http://www.ubbdev.com/forum/images/graemlins/peace.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#268374 - 01/30/04 01:24 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: SurfMinister]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Great Work Michael! I am just helping out by documenting install instructions.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#268375 - 01/30/04 01:29 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: DreamLord]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
ok trying to add this in using a separate database put in the line<br />$query = "SELECT id,cat,title,bigimage,medsize FROM {$pp_prefix}photos WHERE userid = {$user['U_Number']} ORDER BY date DESC LIMIT $page,16";<br />$result = mysql_query($query);<br />$sth = $dbh -> do_query($query);<br />mysql_select_db ("threads")or die("Could not select database"); <br /><br /><br />This is the error I get<br />SQL ERROR: Database error only visible to forum administrators<br /><br />Warning: Supplied argument is not a valid MySQL result resource in /home2/www/steelheader/ubbthreads/mysql.inc.php on line 133<br />SQL ERROR: Database error only visible to forum administrators<br /><br />Warning: Supplied argument is not a valid MySQL result resource in /home2/www/steelheader/ubbthreads/mysql.inc.php on line 160<br /><br />Warning: Supplied argument is not a valid MySQL result resource in /home2/www/steelheader/ubbthreads/mysql.inc.php on line 133

Top
#268376 - 01/30/04 01:41 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: Kelly]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
I haven't used this yet, but does it allow me to browse the photo categories to find photos quicker? I have 50 galleries and some users have hundreds of photos. So any way to browse the photos quicker would be cool. Also it would be cool if they could use any photo in this. What I mean is not just thier photos (that they themselves have uploaded to their member galleries or public galleries), but all photos in their personal gallery (not other members galleries) and all photos in the public galleries, regardless of who posted them.
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#268377 - 01/30/04 02:02 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: luan]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Steelhead<br /><br />At the top of that file you need to have the information to connect to photopost database. Try putting the select threads database at the bottom of the file or try it without it since it operates in another window.<br /><br />Don Julio<br /><br /> This mod only pulls your photo's however if you look at the query I am sure you can adjust things to your liking. I beleive the default is ORDER BY date DESC
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#268378 - 01/30/04 02:14 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: sf49rminer]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
Chuck ... I tried with out and with it at bottom.. no luck<br /> I have the database stuff at the top. <br /><br />BTW steelhead is the other guy, but I knew you meant me <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />

Top
#268379 - 01/30/04 04:29 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: Kelly]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Marty,<br /><br /> Ok If the username and password to access the first database are the same you can just put this before the query in pppanel.php<br /><br />mysql_select_db ("DATABASENAME")or die("Could not select database");
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#268380 - 01/30/04 04:53 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: sf49rminer]
smilesforu Offline
Junior Member

Registered: 01/31/02
Posts: 676
is the database named changed to match my sites? If so I got errors again.<br /><br />SQL ERROR: Database error only visible to forum administrators<br /><br />Warning: Supplied argument is not a valid MySQL result resource in /home2/www/steelheader/ubbthreads/mysql.inc.php on line 133<br />SQL ERROR: Database error only visible to forum administrators<br /><br />Warning: Supplied argument is not a valid MySQL result resource in /home2/www/steelheader/ubbthreads/mysql.inc.php on line 160<br /><br />Warning: Supplied argument is not a valid MySQL result resource in /home2/www/steelheader/ubbthreads/mysql.inc.php on line 133

Top
#268381 - 01/30/04 05:13 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: Kelly]
PhotoPost Offline
Hacker

Registered: 02/03/02
Posts: 989
You have to reselect your Threads database at the bottom.
_________________________
[]http://www.danasoft.com/vipersig.jpg[/]
Viper Alley - http://www.viperalley.com
Extreme Fitness - http://www.extremefitness.com[/b]

Top
#268382 - 01/30/04 05:35 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: sf49rminer]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
It seems, that many people have trouble with the databaseswitching. It would be fine to put another modified file in your archiv with sample settings for people who have installed in seperate default databases.
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#268383 - 01/31/04 01:03 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: landyphil]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
Chuck, this looks like an awesome hack and I'm trying to get it implemented. <br /> <br />I'm running into an issue with this hack however and I'm sure it's something simple. <br /> <br />- A user clicks on post or reply. <br />- User clicks on the "Insert My Photos into Post" <br />- The users is shown the infamous red x with boxes that are suppose to show his/her photos. <br /> <br />I did not continue hacking into the showflat.tmpl or showthreaded.tmpl files as I don't use the quick reply hack. <br /> <br />Also, I'm assuming I'm to upload the pppanel.php file into the ubbthreads directory. <br /> <br />Now, a little background. <br /> <br />I'm running two seperate databases. One for my ubbthreads and one for the photopost. <br /> <br />I added the same user from ubbthreads to my photopost database. So that the same user can share the database. <br /> <br />I've tried following some of the thread here, but get a bit lost. <br /> <br />Any help on this is greatly appreciated. <br /> <br />[]http://members.cox.net/gonzo_family/misc/myphotos_error.gif[/]
_________________________
F-Body Hideout
Project Speedy

Top
#268384 - 01/31/04 01:16 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: General_Failure]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
I've added this code as I read above: <br /> <br />// Selecting the PhotoPost Database <br />[:"red"]mysql_select_db ("smoknz28_photopost")or die("Could not select database");[/] <br /> <br />$query = "SELECT id,cat,title,bigimage,medsize FROM {$pp_prefix}photos WHERE userid = {$user['U_Number']} ORDER BY date DESC LIMIT $page,16"; <br />$result = mysql_query($query); <br />$sth = $dbh -> do_query($query); <br />$numrows = $dbh -> total_rows($sth); <br /> <br />But I'm having the same results.
_________________________
F-Body Hideout
Project Speedy

Top
#268385 - 01/31/04 04:54 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: General_Failure]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
What is this setting?<br /><br />$data_dir="";
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#268386 - 01/31/04 09:59 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: sf49rminer]
fishtails Offline
Enthusiast

Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
I'm just curious. Could the js for the photopanel conflict with the js for the font colors? My font colors no longer render on the posting form. Example here.
_________________________
Fish or Cut Bait! http://www.fish-tails.net

[:"red"]Air traffic control? It has its ups and downs.[/] http://www.natcazjx.org

Top
#268387 - 01/31/04 10:05 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: ]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Anything is possible.<br /><br />However I would double check your hacking first.<br /><br />There are multiple instances of defined functions under that script call and the only thing broken is your colors.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#268388 - 01/31/04 11:25 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: sf49rminer]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
[]Omegatron said: <br />What is this setting? <br /> <br />$data_dir=""; [/] <br /> <br />Yea, I was a bit confused on this one as I wasn't sure where I should point this to as the jpeg files are stored in seperate subdirectories off of the data directory. <br /> <br />$data_dir = "http://www.f-bodyhideout.com/gallery/data/" ; //URL of your photo dir where those jpeg stored (with / at end)
_________________________
F-Body Hideout
Project Speedy

Top
#268389 - 01/31/04 11:34 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: General_Failure]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Well there is your problem. Your data path is not correct<br /><br />I view one of your thumbs and get this as your data path<br /><br />http://www.f-bodyhideout.com/ubbthreads/gallery/data/
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#268390 - 01/31/04 11:42 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: sf49rminer]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
Duhhhh....damn, do you ever get tired of dealing with knuckle-heads like me?? <img src="http://www.ubbdev.com/forum/images/graemlins/doah.gif" alt="" />
_________________________
F-Body Hideout
Project Speedy

Top
#268391 - 01/31/04 11:52 AM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: General_Failure]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
I just smile a bit thats all <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#268392 - 01/31/04 12:27 PM Re: Beta-[6.3-6.4] My Photos 1.0 [Re: sf49rminer]
smoknz28 Offline
Enthusiast

Registered: 04/10/03
Posts: 393
Loc: Washington, D.C.
<img src="http://www.ubbdev.com/forum/images/graemlins/cool.gif" alt="" />
_________________________
F-Body Hideout
Project Speedy

Top