The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Z - X Posts Before Links Details »» | |||||||||||||||||||||||||||
Since VB4 has some build in spam guards for specific sites/users who are widely known for spamming, I felt that it didn't help stop any of the small time and newbie spammers and so I decided to make this mod.
This mod doesn't allow users to post any form of a link without achieving so many posts first. So if they want to posts tons of videos, ftp, images, websites, game servers ... etc this will stop most of them, possibly all. So wether is a whole new thread or a reply in another thread it will stop them. This also work on quicc reply aswell. I don't have many games installed so the only game with a server I ws able to test was those of the Unreal Tournament series. If you find other kind of links that need to be stopped please let me know. Z - X Posts Before Links:
Installation:
Remember to clicc install. Version: 1.4 Added Email stopping 1.3 Multiple Usergroup Filtering (added to 1.1) 1.2 A Bunch of New Features (New Product -> Z - Total Link Control) 1.1 Bug fix for People getting Parse Errors 1.0 Initial Version Download Now
Show Your Support
|
Благодарность от: | ||
smsma.net |
Comments |
#32
|
||||
|
||||
To everyone getting the parse error I think I got it figured out what's going on and have been able to fix it although I'm been like hell trying to reproduct this error and I can't. So give me a bit of time to go through a few things.
|
#33
|
|||
|
|||
Thanks again Zaiaku,
I got faith in you. Thanks, |
#34
|
|||
|
|||
I looked at your code and see the error:
Code:
<hookname>threadfpdata_presave</hookname> <phpcode><![CDATA[// Zaiaku needs data global $vbulletin; $pagetext =& $this->fetch_field('pagetext', 'post'); if (($vbulletin->userinfo[posts] < $vbulletin->options['z_xpbl_amount'])) and (stristr($pagetext,'[url') or stristr($pagetext,'://') or stristr($pagetext,'[URL') or stristr($pagetext,'www.'))) { // Zaiaku doesn't give you permission yet $this->error('z_xpbl_error'); $return_value = false; }]]></phpcode> I've attached a fixed copy. I'll remove it when you get yours updated. edit: removed |
#35
|
|||
|
|||
That fixed it "Zaiaku" !
"Errors The following errors occurred with your submission You are not allowed to post any kinds of links, images or videos until you post a few times." Freaking A ! Great! Thank you to "boots" for finding the error in the code to. Thanks, P.S. Amazing what people can do when they work together...... |
#36
|
||||
|
||||
That's what I noticed earlier was that extra ")" wierd that it was there. I should have another version of this up tonight, I've been working on my first post artyle mod for vb4 for today.
|
#37
|
|||
|
|||
Looking forward to it.
Thanks for all your hard work, |
#38
|
||||
|
||||
Version 1.1 is up but I was hoping to get version 1.2 up tonight but for some reason isn't working properly for some odd reason. 1.1 fixes the error people was getting with the Parsing.
|
#39
|
||||
|
||||
OK Version 1.3 is now available. This can now be assigned to multiple usergroups. I got determined to fixing this so should be good to go.
1.2 was not released publicly becuase it has alot of extra features so it went to a whole other project. |
#40
|
|||
|
|||
Ok, I'll test it for you.
Gladly, and thanks for the option's. Perfect Mod, can't get any better as far as I can tell...... Thanks, MOTM ! UPDATE: Tested and working 100% ! Love that error message... Quote:
|
#41
|
|||
|
|||
also add mail address in to it bro because some seller spaming with there mail address
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|