it seems like a great idea but tbh i want a bot to also bin dead links for me and thats surely the "bot" part about it?
Thats also the bad part. When a company (e.g. RS/MU) changes something, the program will report dead links and bin live topics.
it seems like a great idea but tbh i want a bot to also bin dead links for me and thats surely the "bot" part about it?
Ya unfourtionatley that's the part that make you pull your hair out. No Link Checker that bin's links will ever be 100% perfect. Dman, Luke and nihalz all released good vb link checkers but sometimes, as all the owners will admit, have problems and bin alive topics. Link Checkers have to be updated almost every 2 weeks as something changes with some host, a new mod which conflicts with the link checker is released etc. People would go mad if they had to update every 2 weeks and claim the link checker is crap. Their are lots of other reasons like not slowing your server, it works for people without cURL enabled, etc but mainly it's to keep it simple so it gives less errors.it seems like a great idea but tbh i want a bot to also bin dead links for me and thats surely the "bot" part about it?
STEP 1
----------------------------------------------------------------------------------
Edit the following template -> All Global HTML -> global_board_header
Find:
-----------------------------
<!-- / End board header -->
-----------------------------
Add above:
-----------------------------
<!-- start of LinkzBot.com Javascript -->
<script type="text/javascript">
function linkbot(url)
{
var width = 650;
var height = 250;
var left = (screen.width - width)/2;
var top = (screen.height - height)/2;
var params = 'width='+width+', height='+height;
params += ', top='+top+', left='+left;
params += ', scrollbars=1';
newwin=window.open(url,'linkbot', params);
if (window.focus) {newwin.focus()}
return false;
}
</script>
<!-- end of LinkzBot.com Javascript -->
-----------------------------
STEP 2
----------------------------------------------------------------------------------
In your ACP edit the following:
Look and Feel -> Edit Template -> Topic View -> topicViewTemplate
Where you want to add it is up to you. I add it just before the signiture.
-----------------------------
<A HREF="javascript:void(0)"
onclick="window.open('http://linkzbot.com/check.php?id=http://$_SERVER[SERVER_NAME]$_SERVER[REQUEST_URI]',
'welcome','width=600,height=250')"><b>Check Download Links</b></div>
Fatal error: Class 'skin_global_24' not found in /home/pirates1/public_html/p-tacp/sources/classes/output/publicOutput.php(2797) : eval()'d code on line 14
Hey,
I added this to my site - and signed up to linkzbot.com/webmasters.php but can't view my dead links :P
Fatal
ya i am seing other webmasters deadlinks
Ya unfourtionatley that's the part that make you pull your hair out. No Link Checker that bin's links will ever be 100% perfect. Dman, Luke and nihalz all released good vb link checkers but sometimes, as all the owners will admit, have problems and bin alive topics. Link Checkers have to be updated almost every 2 weeks as something changes with some host, a new mod which conflicts with the link checker is released etc. People would go mad if they had to update every 2 weeks and claim the link checker is crap. Their are lots of other reasons like not slowing your server, it works for people without cURL enabled, etc but mainly it's to keep it simple so it gives less errors.
Ok good point. I'll look into it although it's going to take a while so don't expect it this evening :Psure, but if i was presented with an idea to keep it regualrly updated and i had to pay for this i would.... just saying there is enough interest out there to code as a premium service for those that want a good all round updated bot
Ok good point. I'll look into it although it's going to take a while so don't expect it this evening :P
There's more to it, if you keep on hammering their server, they will ban your IP, reporting all your links as dead. *sigh*.Ya unfourtionatley that's the part that make you pull your hair out. No Link Checker that bin's links will ever be 100% perfect. Dman, Luke and nihalz all released good vb link checkers but sometimes, as all the owners will admit, have problems and bin alive topics. Link Checkers have to be updated almost every 2 weeks as something changes with some host, a new mod which conflicts with the link checker is released etc. People would go mad if they had to update every 2 weeks and claim the link checker is crap. Their are lots of other reasons like not slowing your server, it works for people without cURL enabled, etc but mainly it's to keep it simple so it gives less errors.
There's more to it, if you keep on hammering their server, they will ban your IP, reporting all your links as dead. *sigh*.
No, it only tell's you which one's are dead so you have to choice to trash them or re-upload them.Will this automatically dump the threads?
Dude, epic fail? It's not picking up - MOST of my links are dead, considering yesterday I imported a 2 month old database
No, it merely alerts you 2 the fact that the links are dead.
Anyhow - any recommendations/suggestions on why it's not working correctly?