LinkzBot.com Link Checker for all Forums

Status
Not open for further replies.
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