Liquid1ce
04-23-2004, 09:12 PM
Im trying to set that anyone put a url it add http://anonym.to/?
so far ive done this
in "includes/functions_bbcodeparse.php":
changed
$rightlink = "http://$rightlink";
To
$rightlink = "http://anonym.to/?http://$rightlink";
but this only add if someone just types www
anyone tell me where to add it so if http is added it will add it also
Regards
so far ive done this
in "includes/functions_bbcodeparse.php":
changed
$rightlink = "http://$rightlink";
To
$rightlink = "http://anonym.to/?http://$rightlink";
but this only add if someone just types www
anyone tell me where to add it so if http is added it will add it also
Regards