Author |
Message |
eldorado
Involved


Joined: Sep 10, 2008
Posts: 424
Location: France,Translator
|
Posted:
Sun Apr 08, 2012 12:27 pm |
|
sorry , i wrote this too quickly in htaccess
Code:
RewriteEngine On
RewriteRule ^([^/]*)/([^/]*)\.png$ /ddt/modules/Sig/getsignature.php?id=$1&baseimage=$2 [L]
|
just a typo.... png was pngl in previous code |
_________________ Only registered users can see links on this board! Get registered or login! (My RN site)- Only registered users can see links on this board! Get registered or login!(cod4 clan) - Only registered users can see links on this board! Get registered or login! |
|
|
 |
Anders
Worker


Joined: Jun 16, 2004
Posts: 159
Location: Sweden
|
Posted:
Sun Apr 08, 2012 12:30 pm |
|
eldorado, NO more of that lmao.... Every signature did disepear in the biggest forum they use it on lmao |
|
|
|
 |
eldorado

|
Posted:
Sun Apr 08, 2012 12:32 pm |
|
Anders wrote: | eldorado, NO more of that lmao.... Every signature did disepear in the biggest forum they use it on lmao |
can you hotlink one of the image please?
i'm sure everyone would benefit not working in the dark
also , can you hotlink exactly what you typed between the url bbtags? |
|
|
|
 |
Anders

|
Posted:
Sun Apr 08, 2012 12:41 pm |
|
[*img]http://mysite/ddt/modules/Sig/2/5.png[/img] |
Last edited by Anders on Sun Apr 08, 2012 11:35 pm; edited 1 time in total |
|
|
 |
Anders

|
Posted:
Sun Apr 08, 2012 12:46 pm |
|
And it did not work even just blank on my profile
RewriteEngine On
RewriteRule ^([^/]*)/([^/]*)\.png$ /ddt/modules/Sig/getsignature.php?id=$1&baseimage=$2 [L] |
|
|
|
 |
spasticdonkey
RavenNuke(tm) Development Team

Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA
|
Posted:
Sun Apr 08, 2012 2:02 pm |
|
I'm seeing a bunch of working signatures on firefox and ie9, have you cleared your browser cache or tried in another browser? |
|
|
|
 |
eldorado

|
Posted:
Sun Apr 08, 2012 2:14 pm |
|
Well , it seems you removed your .htaccess , because this
http://shadowhunters.se/ddt/modules/Sig/2/5.png , should have been created if you copied my code...
Unless it's conflicting with the 404 error documents of ravennuke?
Assuming you use 2.5x
And then perhaps you should add this lines to your /public_html/.htaccess instead of the subfolder
Code:
RewriteRule /ddt/modules/Sig/^([^/]*)/([^/]*)\.png$ /ddt/modules/Sig/getsignature.php?id=$1&baseimage=$2 [L]
|
replace the "<---->" Code:ErrorDocument 500 /modules.php?name=ErrorDocuments
<-----insert code here----->
</IfModule>
|
btw...the link you provided...all the signatures are working...i'm not sure if you kept the .htaccess or removed it yet |
|
|
|
 |
nuken
RavenNuke(tm) Development Team

Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina
|
Posted:
Sun Apr 08, 2012 2:57 pm |
|
I think he is wanting it to display in the user profile. |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
 |
Anders

|
Posted:
Sun Apr 08, 2012 3:18 pm |
|
Anders wrote: | Hi..
I have search and search but cant find any related!
its the signature that dont show when i put it in my profile
This work!!
[*img]http://www.mysite/modules/Sig/images/Anders.png[/img]
This dont!!
[img]http://www.mysite/modules/Signature/getsignature.php?id=1&baseimage=0[/img]
I will be really happy if ya guys or gals can solve this |
nuken, Thank you...only thing i want just on my site with out mess up |
|
|
|
 |
|