1

Topic: URL redirector anonym

There could be more reasons to do this in your punbb forum. Some reasons can be special somes are not.
In our forum there is no any special thing about to do URL redirection. I just wanna show it to punbb users who need it.


here is the forum for test it.

http://www.langturk.com/forum/viewtopic.php?id=88

#
#---------[ 1. OPEN ]
#

include/parser.php

#
#---------[ 2. FIND ]
#

return '<a href="'.$full_url.'">'.$link.'</a>';

#
#---------[ 5. REPLACE WITH ]
#

return '<a href= "*********='.$full_url.'">'.$link.'</a>';


******* = Link that your redirector gives to you

#
#---------[ 18. SAVE AND UPLOAD]
#