This again

Forum
Last Post
Threads / Messages
Status
Not open for further replies.

RoconzaArt

Member
Member
Joined
Jan 9, 2011
Messages
479
Points
0
Location
NJ Shore (and proud of it)
Mysidian Dollar
25,728
I can't seem to see my adopts. It's been a while so I can't remember what to do.

For some reason it looks like this:

[*url=http://www.site.99webs.info/levelup.php?id=][*img]http://www.site.99webs.info/siggy.php?id=[/img][/url]

Could this be caused by soft deleting? It's not fetching it's ID number.
 
umm this, I will look into the issue later tonight after I return from computer library. I will see what I can do then.
 
umm this is weird, the image url is broken. Where is the image supposed to be located? Theres a chance that it directs you to a wrong url, which I need to examine further.
 
Check your .htaccess
It seems like you could have your img generation part of the .htaccess messed up.
 
PHP:
RewriteEngine On


RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^get/([0-9]+).gif$ /adoptables200/siggy.php?id=$1 [L]

This is what it looks like.
 
you need to remove the adoptables200 and replace it with your folder that the script is in. If it's just the root folder then remove /adoptables200
 
PHP:
RewriteEngine On


RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^get/([0-9]+).gif$ /siggy.php?id=$1 [L]

Like this? Do I have to adopt a new pet or should it have changed it because it still seems not to work.

 
Some forums don't allow those BBCodes (which I find are most) So you need to enable Alternate BBCode on your site so go into your settings table through PHPmyadmin and for the field "usealtbbcode" put yes.
 
Status
Not open for further replies.

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,280
Messages
33,132
Members
1,603
Latest member
Monako
BETA

Latest Threads

Top