????? ?? ??? ???? ??????? ???????? ??? ????? ?????
مرسل: الجمعة فبراير 27, 2009 2:54 pm
??? ??? ????? ??????? ??????? ?????? ????? . ??? ??????? ??? ???? ????? ??????? ??? ?? ??
?? ??????? ??
???? ???????
http://learning.gbh-group.com/phpBB3/
?? ??????? ??
???? ???????
http://learning.gbh-group.com/phpBB3/
كود: تحديد الكل
#########################################################
#########################################################
## This hack was made to help stop ##
## direct linking to websites ##
#########################################################
#########################################################
## MAKE BACKUPS!! ##
## MAKE BACKUPS!! ##
## Installation Level: Easy ##
## Installation Time: 5 minutes ##
## Files to edit: 2 ##
## message_parser.php ##
## bbcode.html ##
#########################################################
##Author Note: ##
## Updated for PHPBB 3.0 ##
## If you need any help at all, contact ##
## me at jt6141@gmail.com ##
#########################################################
#
#-----[ OPEN ]---------------------------------------
#
open includes/message_parser.php
#
#-----[ FIND ]---------------------------------------
#(line 288)
find $in = 'http://' . $in;
#
#-----[ REPLACE WITH ]-------------------------------
#
replace with $in = 'http://www.anonym.to/?' . $in;
#
#-----[ OPEN ]---------------------------------------
#Open your styles bbcode.html
#
#-----[ FIND ]---------------------------------------
#(line 55)
find <!-- BEGIN url --><a href="{URL}" class="postlink">{DESCRIPTION}</a><!-- END url -->
#
#-----[ REPLACE WITH ]-------------------------------
#
replace with <!-- BEGIN url --><a href="http://www.anonym.to/?{URL}" class="postlink" target="_blank">{DESCRIPTION}</a><!-- END url -->
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM