Log in

View Full Version : Images not working...?


Tezna
04-17-2009, 04:48 PM
When I put http://www.komoupets.comuv.com/adoptables/get/1.gif" (http://www.komoupets.comuv.com/adoptables/levelup.php?id=1)

It comes out as this:
http://www.komoupets.comuv.com/adoptables/get/1.gif (http://www.komoupets.comuv.com/adoptables/levelup.php?id=1)

BMR777
04-17-2009, 06:11 PM
You'll need to rename the htaccess.txt file to .htaccess. Open it and find where it says adoptables200 and change to adoptables, the path which is where you have your script installed relative to your site's root public_html folder. :)

Tezna
04-17-2009, 09:05 PM
You'll need to rename the htaccess.txt file to .htaccess. Open it and find where it says adoptables200 and change to adoptables, the path which is where you have your script installed relative to your site's root public_html folder. :)


Done, but it's still not working...

BMR777
04-18-2009, 11:57 AM
Well, I get a 404 error no matter what page of www.komoupets.comuv.com I get. Did you type the wrong domain when you installed, or is your hosting account gone?

Tezna
04-18-2009, 02:16 PM
http://www.komouipets.comuv.com/adoptables/get/1.png (http://www.komouipets.comuv.com/adoptables/levelup.php?id=1)

Still doesn't work... :(

BMR777
04-18-2009, 02:19 PM
Well, your site is down with this error:

Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /home/a6598252/public_html/adoptables/inc/functions.php on line 13

Unfortunately that is a web host error, so there's really nothing I can do about that. Please contact your host if the issue is not fixed for you soon.

Tezna
04-18-2009, 02:23 PM
It's back. You could maybe sign up and see the bb code.

BMR777
04-18-2009, 02:29 PM
What does your .htaccess file contents look like? Please paste that here. You did rename the htaccess.txt file to .htaccess, correct?

Tezna
04-18-2009, 02:43 PM
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^get/([0-9]+).gif$ /adoptables/siggy.php?id=$1 [L]

??...