vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Annoy the free iPod spammers with referral ID replacement (https://vborg.vbsupport.ru/showthread.php?t=75494)

yoyoyoyo 01-31-2005 08:51 PM

The amazon URL's are a bit tricker, since there are so many variations, but this is the basic structure:
Code:

http://rcm.amazon.com/e/cm?t=ZZZZZZZZZZ&o=1&p=8&l=as1&asins=XXXXXXXXXX&fc1=000000&lc1=0000ff&bc1=&lt1=_blank&IS2=1&bg1=ffffff&f=ifr
ZZZZZZZZZZ is the referral and XXXXXXXXXX is the ASIN/ISBM number for the product, and the rest of the stuff after the ASIN often changes, depending on the category, and how the link was setup, but the first part up to the referral ID is always the same. It will be cool to see what you come up with :)

Dean C 01-31-2005 08:52 PM

Arrghh page is expanded, put that in a quote box ;) I'll sort this out tomorrow, is t=ZZZZZZZZZZ always the referralID? I.e. is the referral ID always prefixed by t= ?

Edit: damn you did that fast :D

yoyoyoyo 01-31-2005 08:54 PM

Quote:

Originally Posted by Dean C
Arrghh page is expanded, put that in a quote box ;) I'll sort this out tomorrow, is t=ZZZZZZZZZZ always the referralID? I.e. is the referral ID always prefixed by t= ?

Edit: damn you did that fast :D

:)

yep the t=ZZZZZZZZZZ is always the referral ID, and it is always prefixed by a t=?

edit: and in looking around there are also isbn's (the above is an asin example, so basically everything after the referal ID changes according to the item, etc., but the first part is always the same up to the t=

imakuni? 01-31-2005 09:07 PM

For those of you who dont want the link replaced, heres a code that nullifies the links

Installation
Find in includes/functions_showthread.php:
Code:

// hide edit button if they can't use it
Add Above:
Code:

//censor ipod refferal links
$post['message'] = preg_replace('/www\.freeiPods\.com\/default\.aspx\?referer=([0-9]+)/', 'Sorry, no refferal links!', $post['message']);


KW802 01-31-2005 09:26 PM

For the Amazon links, see here: https://vborg.vbsupport.ru/showthread.php?t=72560

:)

ManagerJosh 01-31-2005 11:10 PM

Quote:

Originally Posted by imakuni?
For those of you who dont want the link replaced, heres a code that nullifies the links

Installation
Find in includes/functions_showthread.php:
Code:

// hide edit button if they can't use it
Add Above:
Code:

//censor ipod refferal links
$post['message'] = preg_replace('/www\.freeiPods\.com\/default\.aspx\?referer=([0-9]+)/', 'Sorry, no refferal links!', $post['message']);


I don't see why anyone would want to do that...you might as well make a quick buck or two while using that link :p

yoyoyoyo 01-31-2005 11:58 PM

Quote:

Originally Posted by KW802
For the Amazon links, see here: https://vborg.vbsupport.ru/showthread.php?t=72560

:)

well whaddya know :) thanks!

yinyang 02-01-2005 12:14 AM

sorry for the noobish question, as it seems like i've come to the party after the valets have left. but where do you get this "referralid" for freeipods? (i'll run a google check i the meantime).

djjeffa 02-01-2005 01:53 AM

Quote:

Originally Posted by yinyang
sorry for the noobish question, as it seems like i've come to the party after the valets have left. but where do you get this "referralid" for freeipods? (i'll run a google check i the meantime).

http://www.freeipods.com

xmitchx 02-01-2005 04:56 AM

Oh my gaw he made it. LOL


All times are GMT. The time now is 10:04 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.01242 seconds
  • Memory Usage 1,737KB
  • 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
  • (5)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete