View Single Post
  #4  
Old 01-24-2009, 07:43 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 17,182
BMR777 is on a distinguished road
Default RE: Terms of Service Violation

Ok, in the file manage.php find:

PHP Code:
<img src=\"http://www.".$dname."".$spath."/get.php?id=".$cid."\"> 
I think you will need to change to:

PHP Code:
<img src=\"http://www.".$dname."".$spath."/get/".$id.".gif\"> 
That is assuming you installed the .htaccess file correctly, then that should work. Also, change .gif to the extension of your image files if different.

Brandon
Reply With Quote