RapidWizard Javascript Link Checker!

Status
Not open for further replies.
Hm, okay. I putted this code between my <head></head> tags on my forum.
Code:
<a href="http://rapidwizard.net/"><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>
And after few hours, I didn't saw anything. Everything is the same, no links checked.
Did I do something wrong? I am using phpbb 3.0.6 ;)

:)
 
have you Purge the cache if that still dont work try this

on your overall_header.html find

Code:
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">

add it before that
 
Very strange. Have you put it in the right file and have you deleted cache? You could try manually deleting the contents of the /cache/ folder too.
 
Yes I did put it in the correct file(at least I am sure I did), I putted in overall_header.html on my phpbb board. I deleted my cache.

But, now I am trying something else, I installed new template and will see how it works now.

Thx for support. :)

Edit:
Well after installing new template it seems to work, I guess(but still nothing happens).
It sloooows my board down, but no checked links.
 
Just done some major optimisation! I scrapped mysql for statistics and I am now using memcached, because all I need is to store literally a few numbers. Mysql isn't designed for loads of inserts, so memcache turns out to be a much better solution! :D
 
Status
Not open for further replies.
Back
Top