vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Mini Mods - Link Checker / Free file hosting link checker - 100% working! All VB 3.8 (https://vborg.vbsupport.ru/showthread.php?t=220352)

doa24uk 08-05-2009 10:00 PM

Link Checker / Free file hosting link checker - 100% working! All VB 3.8
 
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

Quote:

Originally Posted by dancue (Post 1862820)
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

Quote:

Originally Posted by doa24uk (Post 1863066)
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

Quote:

Originally Posted by RedHacker (Post 1863314)
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

Quote:

Originally Posted by doa24uk (Post 1863594)
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

Quote:

Originally Posted by doa24uk (Post 1864693)
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

Quote:

Originally Posted by simonhind (Post 1864711)
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

Quote:

Originally Posted by RedHacker (Post 1865210)
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

Quote:

Originally Posted by doa24uk (Post 1865368)
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

Quote:

Originally Posted by RedHacker (Post 1865381)
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

Quote:

Originally Posted by simonhind (Post 1867052)
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

Quote:

Originally Posted by sdfaheem (Post 1871527)
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

Quote:

Originally Posted by macbooking (Post 1871448)
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?

PHP Code:

<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:
PHP Code:

<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

Quote:

Originally Posted by SᴩiDᴇЯ (Post 1883906)
I have v3.8.4 and it doesn't work for me, under bbcode_code_printable where in the code do i add it?

PHP Code:

<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:
PHP Code:

<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

Quote:

Originally Posted by Dr.LoVe (Post 1884306)
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 .


All times are GMT. The time now is 11:03 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01362 seconds
  • Memory Usage 1,823KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (36)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete