PDA

View Full Version : Little help with this - anonym.to


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

lasto
04-23-2004, 09:20 PM
sure this was already released m8 as a hack or addon

Liquid1ce
04-23-2004, 09:28 PM
no i cant find it
ive search but nothing :(

so i looked at the code and added that myself now i just need where to add so it gets adde also on http://

eplus_revenge
05-11-2005, 09:00 PM
No worries,ive been looking for it to..
https://vborg.vbsupport.ru/showthread.php?t=71283&highlight=http%3A%2F%2Fanonym.to%2F%3F

Marco van Herwaarden
05-12-2005, 08:09 AM
Having PC problems, so can't give a good anser (i somehow can not copy and paste between editor and browser), so will only give some directions.

Find in functions_bbcodeparse.php the following:
// standard URL hyperlink

The line following that would need to be modified for what you want.