PDA

View Full Version : Mini Mods - Link Checker / Free file hosting link checker - 100% working! All VB 3.8


doa24uk
08-05-2009, 10:00 PM
This mod has been moved. New support & install instructions (for ALL vBulletin versions) are here ->

https://vborg.vbsupport.ru/showthread.php?t=225032

saadessa
08-06-2009, 08:41 PM
thank you forgreate job its wirking fine

dancue
08-06-2009, 10:29 PM
Any way to incorporate with the vbcredits hide hack? (Content Merchants)

How about a way to autocheck?

merkaz
08-07-2009, 10:31 AM
Very Nice hack .
Thanks .

doa24uk
08-07-2009, 12:43 PM
Any way to incorporate with the vbcredits hide hack? (Content Merchants)

How about a way to autocheck?

Please provide a link to the vbcredits hide hack mod page & I'll look into it for you.

Autochecking is something I'm working on, although due to server load it will be semi-automatic otherwise the server / DB loads of large boards would be crippling.

RedHacker
08-07-2009, 10:39 PM
How can 'Check this link" put image....?

relaxiha
08-08-2009, 12:44 AM
Please try an example. I did not catch how it works.

dancue
08-08-2009, 03:48 AM
Please provide a link to the vbcredits hide hack mod page & I'll look into it for you.

Autochecking is something I'm working on, although due to server load it will be semi-automatic otherwise the server / DB loads of large boards would be crippling.

http://www.vbcredits.com/forum/showthread.php?t=255

You can have a talk with Darkwaltz. He's the dev.

relaxiha
08-08-2009, 03:04 PM
Hello dear friend I still did not catch because of pictures and I did not catch the forum did not see. Because it was not a member. If a few examples where this is possible and easy to write a simple how we can within threads use .. we're a little drunk

doa24uk
08-08-2009, 03:49 PM
How can 'Check this link" put image....?

Sure,

To add an image for the link checker rather than a text link use the following ....


Styles & Templates > [YOUR TEMPLATE] > BB Code Layout Templates > bbcode_code

FIND

$vbphrase[code]:

ADD AFTER
<a href="http://mirrorchecker.com/linkchecker2.php?url=$code" target="_blank"><img src="http://mysite.com/path/to/image.jpg" border="0"></a>

RedHacker
08-09-2009, 12:15 PM
Sure,

To add an image for the link checker rather than a text link use the following ....


Styles & Templates > [YOUR TEMPLATE] > BB Code Layout Templates > bbcode_code

FIND

$vbphrase[code]:

ADD AFTER
<a href=http://mirrorchecker.com/linkchecker2.php?url=$code target=_blank><img src=http://mysite.com/path/to/image.jpg border=0></a>

Not worked

TheSupportForum
08-10-2009, 12:02 PM
when using megaupload links, it messes up your thread

also the link doesnnt work correctly, it comes up as plain text, the link is not form correctly

i am using 3.8.3

please help

doa24uk
08-10-2009, 05:26 PM
Code fixed - missed out the quotes oops!

All working now :)

TheSupportForum
08-10-2009, 05:48 PM
Code fixed - missed out the "s oops!

All working now :)

please can you put the whole code down so i can use it correctly

where does "s" go ?

doa24uk
08-10-2009, 06:19 PM
please can you put the whole code down so i can use it correctly

where does "s" go ?

Follow the instructions in the first post. By "s I meant quotes, not that there's gotta be "s in the code somewhere.

Sorry for the confusion

RedHacker
08-11-2009, 04:22 PM
Thanks it is worked. One last question how to "Check this link" are blue bold color and show at right to bbcode and no at left

The color are to attach photo.

doa24uk
08-11-2009, 08:49 PM
Thanks it is worked. One last question how to "Check this link" are blue bold color and show at right to bbcode and no at left

The color are to attach photo.


Use this code instead for right aligned & bold link (link color is controlled by your master options in VB

FIND

$vbphrase[code]:


ADD AFTER

<div align="center"><b><a href="http://mirrorchecker.com/linkchecker2.php?url=$code" target="_blank">Check this link</a></b></div>

RedHacker
08-11-2009, 08:54 PM
Use this code instead for right aligned & bold link (link color is controlled by your master options in VB

FIND

$vbphrase[code]:


ADD AFTER

<div align="center"><b><a href="http://mirrorchecker.com/linkchecker2.php?url=$code" target="_blank">Check this link</a></b></div>

Find the color but no the right can be explain please?

RedHacker
08-11-2009, 09:01 PM
This <div align="center"> if put the letters are gone from the bbcode

doa24uk
08-12-2009, 04:15 PM
This <div align="center"> if put the letters are gone from the bbcode

What??

I can't replicate the error I think you're getting (I think you're saying that the div makes the bbcode letters?? disappear).

FIND

<div class="smallfont" style="margin-bottom:2px">$vbphrase[code]:

ADD AFTER
<div align="center"><b><a href="http://mirrorchecker.com/linkchecker2.php?url=$code" target="_blank">Check this link</a></b></div>

That's it!

Attached is a screenshot of what I get with this.

RedHacker
08-12-2009, 05:29 PM
See the attach

TheSupportForum
08-14-2009, 10:08 AM
i found that in vbulletin 3.8.3+ the link does not work and you'll need to change " to '

original
<div align="center"><b><a href="http://mirrorchecker.com/linkchecker2.php?url=$code" target="_blank">Check this link</a></b></div>


updated
<div align="center"><b><a href='http://mirrorchecker.com/linkchecker2.php?url=$code' target="_blank">Check this link</a></b></div>

also it kept saying it was not supported, and would not show the link

doa24uk
08-14-2009, 02:09 PM
i found that in vbulletin 3.8.3+ the link does not work and you'll need to change " to '

original
<div align="center"><b><a href="http://mirrorchecker.com/linkchecker2.php?url=$code" target="_blank">Check this link</a></b></div>


updated
<div align="center"><b><a href='http://mirrorchecker.com/linkchecker2.php?url=$code' target="_blank">Check this link</a></b></div>

also it kept saying it was not supported, and would not show the link

My original code is working fine on a stock 3.8.3 ... perhaps it is conflicting with another mod?

I have PMed you my 3.8.3 board so you can take a look

RTMdotORG
08-14-2009, 02:22 PM
works fine for me on 3.8.3

ImYourLady
08-17-2009, 03:08 PM
Thank you for this :) Lovely hack

macbooking
08-21-2009, 04:44 AM
hm... wont come up ?

btw: can u add dnbshare.com ?

sdfaheem
08-21-2009, 09:27 AM
what if we don't wanna redirect to your site for link checking?
Can we add the script so that it checks the link on our site only?

Would you be willing to share the modification?
Of course, you can have the credits with you!

doa24uk
08-24-2009, 09:08 PM
what if we don't wanna redirect to your site for link checking?
Can we add the script so that it checks the link on our site only?

Would you be willing to share the modification?
Of course, you can have the credits with you!

Hi,

It's much easier if it redirects through to mirrorchecker.com - this way it's maintenance free for you & I only have to change one script if the file host decides to change how it displays dead links .... all that means less wrongly listed links & happier visitors to your site.

There is a Firefox extension that works via right click if you wish to use that too .... https://addons.mozilla.org/en-US/firefox/addon/13569/

doa24uk
08-24-2009, 09:10 PM
btw: can u add dnbshare.com ?

DnBShare now supported....
Sharebee now supported....

macbooking
08-24-2009, 09:24 PM
boh!
thx :)

SᴩiDᴇЯ
09-13-2009, 02:02 AM
I have v3.8.4 and it doesn't work for me, under bbcode_code_printable where in the code do i add it?

<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">$vbphrase[code]:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$code</code><hr />
</div>_

Can you show me on my code where to add the line:
<div align="center"><b><a href='http://mirrorchecker.com/linkchecker2.php?url=$code' target="_blank">Check this link</a></b></div>

Thank you in advance.

Dr.LoVe
09-14-2009, 12:04 AM
i don't understand what does it mean ?? :S

can you give me example please ?

doa24uk
09-20-2009, 03:31 PM
I have v3.8.4 and it doesn't work for me, under bbcode_code_printable where in the code do i add it?

<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">$vbphrase[code]:</div>
<hr /><code style="margin:0px" dir="ltr" style="text-align:left">$code</code><hr />
</div>_

Can you show me on my code where to add the line:
<div align="center"><b><a href='http://mirrorchecker.com/linkchecker2.php?url=$code' target="_blank">Check this link</a></b></div>

Thank you in advance.

Hi,

Use bbcode_code not bbcode_code_printable


Your complete code should look like this

doa24uk
09-20-2009, 03:32 PM
i don't understand what does it mean ?? :S

can you give me example please ?

It provides a link and tells your visitors whether or not the link contained in the CODE tag is valid or if it has been removed.

TheSupportForum
09-20-2009, 07:28 PM
the biggest problem with this mod is that it doesnt support multiple file

i want to use this code to check over 70 links at once

docskings
09-21-2009, 12:29 AM
Very Nice hack .
Thanks .