The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
PHPKD - vB Link Verifier Bot Details »» | |||||||||||||||||||||||||||||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ !.................. Brought to you by PHP KingDom (www.phpkd.net) ..................! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please remember to click Mark as Installed if you use this product. Support requests from members who have not marked this as installed will be considered low priority. Name: PHPKD - vB Link Verifier Bot 'Lite' Version: 4.0.138 Description: This product extract sharing links (Rapidshare, Megaupload, Zshare, Adrive, Depositfiles, Filefactory, ...etc) from posts, then verifies them; If they're "Alive" the post will pass, otherwise the post will be punished (Fully Customizable). Compatible with: All 3.8.x/4.0.x/4.1.x vBulletin versions. Requirements:
License: Helpful links: Features:
Download Now
Show Your Support
|
Благодарность от: | ||
m7sen |
Comments |
#12
|
|||
|
|||
Quote:
Quote:
open file phpkd_vblvb.php in includes/cron folder find Code:
$posts = $vbulletin->db->query_read(" SELECT user.username, user.usergroupid, user.email, user.languageid, post.userid, post.postid, post.threadid, post.dateline, post.title, post.pagetext, thread.forumid, thread.title AS threadtitle FROM " . TABLE_PREFIX . "post AS post LEFT JOIN " . TABLE_PREFIX . "user AS user ON (post.userid = user.userid) LEFT JOIN " . TABLE_PREFIX . "thread AS thread ON (post.threadid = thread.threadid) Where thread.open = 1 AND thread.visible = 1 AND post.visible = 1 $cutoff " . (($vbulletin->options['phpkd_vblvb_checked_posts'] == 2) ? 'AND post.postid = thread.firstpostid' : '') . (($vbulletin->options['phpkd_vblvb_succession_period'] > 0) ? 'AND post.phpkd_vblvb_lastcheck < ' . (TIMENOW - (86400 * $vbulletin->options['phpkd_vblvb_succession_period'])) : '') . (($vbulletin->options['phpkd_vblvb_limit'] > 0) ? 'LIMIT ' . intval($vbulletin->options['phpkd_vblvb_limit']) : '') ); Code:
$posts = $vbulletin->db->query_read(" SELECT user.username, user.usergroupid, user.email, user.languageid, post.userid, post.postid, post.threadid, post.dateline, post.title, post.pagetext, thread.forumid, thread.title AS threadtitle FROM " . TABLE_PREFIX . "post AS post LEFT JOIN " . TABLE_PREFIX . "user AS user ON (post.userid = user.userid) LEFT JOIN " . TABLE_PREFIX . "thread AS thread ON (post.threadid = thread.threadid) Where thread.open = 1 AND thread.visible = 1 AND post.visible = 1 $cutoff " . (($vbulletin->options['phpkd_vblvb_checked_posts'] == 2) ? 'AND post.postid = thread.firstpostid' : '') . (($vbulletin->options['phpkd_vblvb_succession_period'] > 0) ? 'AND post.phpkd_vblvb_lastcheck < ' . (TIMENOW - (86400 * $vbulletin->options['phpkd_vblvb_succession_period'])) : '') . (($vbulletin->options['phpkd_vblvb_limit'] > 0) ? ' LIMIT ' . intval($vbulletin->options['phpkd_vblvb_limit']) : '') ); |
#13
|
|||||
|
|||||
My pleasure .
Thanks, I hope you can use it one day . Quote:
Looking forward for your feedback after using the Expanded Edition, and waiting for your appreciated "German" translation . Regarding your first feature request about unmasking/decrypting (linksave.in, linkcrypt.ws) links, I've added it as a feature request for the upcoming version HERE. I think that "linkcrypt.ws" is possible, but "linksave.in" isn't. I'll see & reply later on that issue. You can subscribe to the issue so you get further updates. Regarding your second feature request: I've added a feature request to support FTP links HERE, but the "username & password" check I don't think it's clear. In which format does those links appear? Can you give more details please ... Thanks for your great feedback. Sure, Coming today or tomorrow, keep around ! Quote:
Quote:
Thanks for helping users. Quote:
By the way, that query inside the cronjob file. Thanks for your patience. Quote:
Thanks for your patience. Keep Moving Forward Abdelrahman - PHP KingDom |
#14
|
|||
|
|||
Quote:
I would order the expanded edition but i have seen you dont accept paypal i dont have MoneyBrookers, thats sounds bad :P For the Request with the FTP i think the best solution is that check HTML Code:
ftp://username:password@domain.tld or @ipadress With the linkdecrypter.. i think that is not easy.. |
#15
|
||||
|
||||
Thank you very much Vietdjclub!! Did that. Now don't get error anymore, but I am not sure this works. When I run it, it almost instantly says done! I have many many links.
|
#16
|
|||
|
|||
megashares.com possible?
|
#17
|
|||
|
|||
Very nice i think i'll buy the expanded edition soon!
|
#18
|
|||
|
|||
What would be a good number for a large forum, in the Posts To Check in Each Batch?
and why is the bot not checking links for all posts , it skips alot of posts Summery: All Links: 0, Checked Links: 0, Alive: 0, Temporary Down: 0, Dead: 0, Ignored: 0.. how do i fix? |
#19
|
|||
|
|||
waiting for vbb4
|
#20
|
||||
|
||||
Quote:
But for your suggestion, I've added it to feature requests here.. Despite of being a bit far from the original idea of the product, I think it will be usefull & can be implemented. Quote:
I'm sure it's possible. Added to feature requests here. Please if you've any other suggestions don't hesitate to tell. Thanks, looking forward for that . Quote:
How much posts does your forum has? How much (in percentage) of those posts contains sharing links approximately? How much sharing links included in average per post? How many posts posted per day in average? For the other problem, please make sure you're using the latest updated version 3.8.101 & let me know if nothing checked again ... Yes, it's coming today . Thanks for your followup & for you continues support. Best Regards Keep Moving Forward Abdelrahman - PHP KingDom |
#21
|
||||
|
||||
For all users, make sure to upgrade to the latest updated version 3.8.101.
v3.8.101 04/01/2010 12:12 PM UTC: Maintenance release.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|