Hi![Toungue Toungue]()
Today I want to share you a script that build your links transferor Like My Froum![Big Grin Big Grin]()
First, download the script and upload this to your forum's folder in your host.
Then follow the instruction:
1-find class_parser.php in inc'folder in your froum folder:
.../inc/class_parser.php
then find the following code in class_parser.php:
and replace this to:
2-Replace All yoursite.com in above code with your forum Address.
Finally,It's all done.
You have a link transferor in your froum like www.vafa-forum.ir
Current Link transferor'script types available:
Features:
Script's web page:
http://vafa-forum.ir/thread-234.html
and live Demo:
http://www.vafa-forum.ir/go/
Screen shots:
Firefox20130605151955912.png (Size: 31.26 KB / Downloads: 30)
Firefox20130605152112718.jpg (Size: 152.37 KB / Downloads: 28)
Download Link:
vafa-Link-Transfer-MyBB.zip (Size: 77.29 KB / Downloads: 2)
Good luck![Wink Wink]()

Today I want to share you a script that build your links transferor Like My Froum

First, download the script and upload this to your forum's folder in your host.
Then follow the instruction:
1-find class_parser.php in inc'folder in your froum folder:
.../inc/class_parser.php
then find the following code in class_parser.php:
PHP Code:
$link = "<a href=\"$fullurl\" target=\"_blank\"{$nofollow}>$name</a>";
PHP Code:
if(strstr($fullurl,'yoursite.com')){
$link = "<a href=\"http://yoursite.com/go/index.php?url=$fullurl\" target=\"_blank\"{$nofollow}>$name</a>";
if(strpos($fullurl,'yoursite.com')<=11){
$link = "<a href=\"$fullurl\" target=\"_blank\"{$nofollow}>$name</a>";
}
}
else {
$link = "<a href=\"http://yoursite.com/go/index.php?url=$fullurl\" target=\"_blank\"{$nofollow}>$name</a>";
}
2-Replace All yoursite.com in above code with your forum Address.
Finally,It's all done.
You have a link transferor in your froum like www.vafa-forum.ir
Current Link transferor'script types available:
- External links transferor
- Internal links do not transfer
- This version does not have bugs
- and...
Features:
- Produce a beautiful menu in footer
- Produce a Address bar in header
- Produce a bookmark links
- & Even better performance...
Script's web page:
http://vafa-forum.ir/thread-234.html
and live Demo:
http://www.vafa-forum.ir/go/
Screen shots:
Firefox20130605151955912.png (Size: 31.26 KB / Downloads: 30)
Firefox20130605152112718.jpg (Size: 152.37 KB / Downloads: 28)
Download Link:
vafa-Link-Transfer-MyBB.zip (Size: 77.29 KB / Downloads: 2)
Good luck
