The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Annoy the free iPod spammers with referral ID replacement Details »» | |||||||||||||||||||||||||||
Annoy the free iPod spammers with referral ID replacement
Developer Last Online: Nov 2023
[Annoy the free iPod spammers with referral ID replacement]
Information
What does this modification do? Getting annoyed by those pesky free iPod spammers? You're not the only one. Get a free iPod in the process by replacing their ID with yours Installation 1/ Find in includes/functions_showthread.php: PHP Code:
PHP Code:
Please Click Install! If you installed this modifcation please click the install button. It'll help you keep up to date with future releases and important bugfixes, security updates. Show Your Support
|
Comments |
#32
|
||||
|
||||
its not working for me here is my code http://www.freeiPods.com/?r=14713038
and here is what i added Code:
$refid['freeipods'] = 14713038; $post['message'] = preg_replace('/www\.freeiPods\.com\/default\.aspx\?referer=([0-9]+)/', 'www.freeiPods.com/default.aspx?referer=' . $refid['freeipods'], $post['message']); |
#33
|
||||
|
||||
Hmm, since when did they have so many different url formats I'll work on it now
|
#34
|
||||
|
||||
Ok updated the first post with the fix
|
#35
|
||||
|
||||
Ok, I have an interesting question...
The unique question involves 3 things you should know in advance: 1) We just launched a site in favor of this: myfreeipodguide.com 2) We need referral links showing in the header, however these links are not static... they are dynamic as they change depending on who referred who to our site. For example, if Bob refers you to our site, then all the links in the header will be Bob's. 3) We are currently using vbAdvanced Portal (in which the entire guide works from the Forum Style) The Question: Is this set to only work in posts and sigs (this is where we only want it to work, as we do not allow referral links in our boards) or do you think it could override our system? I'm not asking if our system is compatable, I'm just asking where the limitations are for this hack (if it also looks outside of posts and sigs). A side question: If the above is limited to only those areas, is it possible to expand this for all the other links as well (freeipodshuffle.com, freeminimac.com, notebooks4free.com, etc...)? Your kind valuable input would be appreciated. |
#36
|
||||
|
||||
Quote:
If you would like to add the ULTIMATE nullification to your boards (nullifing 17 known links, including the free ipods site), you can use the following code: includes/functions_showthread.php Find: PHP Code:
PHP Code:
|
#37
|
||||
|
||||
ok here is my referall link http://www.freeiPods.com/?r=14713038
could some one show me how the codes would look? I want to do it to my signs as well as my posts. thank you |
#38
|
||||
|
||||
I have a user that posts a simple site to his personal site. I would like for it to be changed to something I want. How can this be done?
its like www.dot.msn.com/community or something do I need to do anything special to it? |
#39
|
||||
|
||||
Quote:
Code:
$post['signature'] = preg_replace('/www\.freeiPods\.com\/(?:default\.aspx)?\?(r|referer)=([0-9]+)/i', 'www.freeiPods.com/default.aspx?referer=' . $refid['freeipods'], $post['signature']); |
#40
|
||||
|
||||
Quote:
|
#41
|
||||
|
||||
There is no one line I could write which would work for every site. Amazon uses a completely different URL to freeipods.com for example. Btw ECPhosting, all those lines can be combined into one, and it is of no benefit to anyone who wants to put their own ID in there. However, you have a nice list of sites in there so I'll write a regexp for all gratis sites tonight The main idea of this is not to censor them, as you can do this with replacement, but to replace their ID with yours.
Cheers, - Dean |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|