LinkzBot.com Link Checker for all Forums

Status
Not open for further replies.

Mr Happy

Active Member
4,093
2009
2,572
0


I've made a new Link Checker that works on all sites and won't slow your site down. It creates a new pop-up window displaying the links that you can fully customize to match your skin. If any links are dead LinkzBot.com records the page and info for the staff to view allowing them to remove or re-upload the links keeping your members happy. Currently it supports 38 file hosts but more can be added if requested.

For Webmaster Admin Demo visit http://linkzbot.com
Username: demo
Password: demo

IPB3, vBulliten, Wordpress, IPB, PHPBB 3 and WCDDL, SMF & MyBB all released.

For Wordpress Demo visit www.moviebin.org
click on the Check Download Links on every post for demo
Thanks Sherwood for adding and testing
Download Wordpress Link Checker
Code:
http://linkzbot.com/install/Wordpress-linkzbot.com.zip

Download vBulletin Link Checker
Code:
http://linkzbot.com/install/vBulletin-linkzbot.zip

Download IPB3 Link Checker
Code:
http://linkzbot.com/install/ipb3-linkzbot.zip
Download WCDDL Link Checker
Code:
http://linkzbot.com/install/wcddl-linkzbot.com.zip
Download PHPBB Link Checker
Code:
http://linkzbot.com/install/phpbb-linkzbot.com.zip
Download MyBB Link Checker
Code:
http://linkzbot.com/install/MyBB-linkzbot.com.zip
Download SMF Link Checker
Code:
http://linkzbot.com/install/SMF-linkzbot.com.zip

More Detailed instructions are included at http://linkzbot.com/linkzbot.php

Was wondering what's left to do. Do many people use DDLcms or is their anything else you want to request?

To download mod visit http://linkzbot.com/linkzbot.php

Any problems or questions just ask :D
 
75 comments
Its still working perfectly m8

linkzbwcw.jpg


But it goes mad if there is any netload links.
 
Really nice work. I know that the Link checker has evolved from the first time it was released. Mr Happy is doing a nice job.
 
Hi, I love the way this checker works.. BUT

I tried to install manually adding the codes to index.templete but I get errors
Code:
Template Parse Error!

There was a problem loading the /Themes/default/index.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.

You may want to try to refresh this page or use the default theme.

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in .../Themes/default/index.template.php on line 229
220: 	echo '
221: <!--  start of LinkzBot.com Javascript -->
222: <script type="text/javascript">
223: function linkbot(url) 
224: {
225:  var width  = 650;
226:  var height = 250;
227:  var left   = (screen.width  - width)/2;
228:  var top    = (screen.height - height)/2;
229:  var params = 'width='+width+', height='+height;
230:  params += ', top='+top+', left='+left;
231:  params += ', scrollbars=1';
232:  newwin=window.open(url,'linkbot', params);
233:  if (window.focus) {newwin.focus()}

I'm using SMF 2.0 RC1.2
I'm using a custom theme which same errors occurred. above is the default theme.

I tried to register but the linkzbot site seems to be down.

Any help is appreciated! Thanks!
 
Status
Not open for further replies.
Back
Top