Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

Link Transferor Script V1.5 for MyBB

$
0
0
HiToungue
Today I want to share you a script that build your links transferor Like My FroumBig 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:
PHP Code:
$link "<a href=\"$fullurl\" target=\"_blank\"{$nofollow}>$name</a>"
and replace this to:
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:

.png  Firefox20130605151955912.png (Size: 31.26 KB / Downloads: 30)
.jpg  Firefox20130605152112718.jpg (Size: 152.37 KB / Downloads: 28)

Download Link:

.zip  vafa-Link-Transfer-MyBB.zip (Size: 77.29 KB / Downloads: 2)

Good luckWinkCool

Viewing all articles
Browse latest Browse all 690

Trending Articles