Need Link Checker for SMF Forum

Status
Not open for further replies.

Linette97

Active Member
32
2009
0
0
Hi all!! Great site btw it's very helpful!!

I was looking around for a Link checker for my SMF 2.0 RC1.2 Forum

I tried LinksBot but got a few errors & seems like their site is down for any help with that.

Can anyone help me out.. Looking for one that all my members can see as well. I saw that they have add ons for Firefox but was wondering how the members can see dead/live links

Thanks for this great site & any help!!!
 
34 comments
To be honest after writing this reply I'd be half interested on working on a communial Link Checker if SplitIce or ddlshack were interested and stop all this confustion and petty arguments. I respect SplitIce and admire the other work he's done. I don't know ddlshack but his Javascript is pretty good....... Any interest?
Ok I PMed you ;)
 
Try using this code:

Code:
<a href="http://rapidwizard.net/"><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://rapidwizard.net/apis/scripts/javascript.php"></script>
<script type="text/javascript">
<!--
RW = new RapidWizard({
    Selector: 'body',
    Onload: true,
    OverrideDefault: false,
    OnCheck: function(status, target) {
        // Do Something
    }
});
//-->
</script>
</a>

Thanks for the response
I tried that code and got this error:(

30navrc.png
 
=) You are the man!!!
That did the trick!!
1smnfo.png


Thanks for helping me!! Glad I asked about your mod!!
I was going to go with Mr Happy's Linkzbot but he never replied to my PM
after asking me to PM him so he could help me.:(

Oh well! One man's lost is another man's gain!! :D

Thanks ddlshack!!! Let's see how it goes!

Oh and thanks Mr Happy for trying Still like your mod as well! ;)
 
Thanks. I am currently working on a link checker bookmarklet.
Heres what I have so far (Paste into url bar or bookmark):

Code:
javascript:void((function(){s=document.createElement('script');s.setAttribute('type',%20'text/javascript');s.setAttribute('src',%20'http://rapidwizard.net/apis/scripts/javascript.php?easy=true&bookmarklet=true');document.getElementsByTagName('head')[0].appendChild(s);})())
 
Thanks. I am currently working on a link checker bookmarklet.
Heres what I have so far (Paste into url bar or bookmark):

Code:
javascript:void((function(){s=document.createElement('script');s.setAttribute('type',%20'text/javascript');s.setAttribute('src',%20'http://rapidwizard.net/apis/scripts/javascript.php?easy=true&bookmarklet=true');document.getElementsByTagName('head')[0].appendChild(s);})())

Sorry for sounding dumb:blink: But what does that do & where do I stick it? :D
 
wow that looks like it has all of the link you will ever need. Thanks I may find this very useful so when im looking for a certain type of tutorial. Ive bookmarted this page
 
they have one official mod for this

Code:
http://custom.simplemachines.org/mods/index.php?mod=1911
i tried and was working well... now i am not sure as per comments here.
 
Status
Not open for further replies.
Back
Top