vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Rewrite eBay Links (https://vborg.vbsupport.ru/showthread.php?t=144214)

Didi R. 12-09-2009 06:34 AM

ebay changed now to it's own affiliate network, is there any update planned?

Big Kahuna 12-09-2009 05:30 PM

So ebay partners is dead?

WoodiE 12-10-2009 10:23 AM

Quote:

Originally Posted by Didi R. (Post 1927658)
ebay changed now to it's own affiliate network, is there any update planned?

This plugin still works with eBays changes!

dknelson 12-10-2009 10:35 AM

Yes it does. You just have to change the number.

volarium 12-26-2009 09:45 PM

Just a heads up that this hack "appears" to still work fine with vb4.0. If anyone knows differently, please let me know, but the links appear to be re-written correctly.

Lexserv 12-30-2009 08:12 PM

Quote:

Originally Posted by Keyser Soze (Post 1889375)
change it to this piece of code, that's better:
PHP Code:

    $encodedlink str_replace('&''&'$rightlink);
    
$encodedlink urlencode($encodedlink); 


Do I still need to make these changes in order for this hack to work?

Phillip Chapman 01-01-2010 06:39 PM

Quote:

Originally Posted by volarium (Post 1938965)
Just a heads up that this hack "appears" to still work fine with vb4.0. If anyone knows differently, please let me know, but the links appear to be re-written correctly.

Thanks for the input. Hopefully the original author can confirm if this is indeed the case or if the mod will need to be updated for vB 4.0.

volarium 01-03-2010 11:02 PM

Quote:

Originally Posted by Lexserv (Post 1942838)
Do I still need to make these changes in order for this hack to work?

Yes you definitely need to make this change for it to work 100% of the time!

BadgerDog 01-04-2010 10:14 AM

Quote:

Originally Posted by volarium (Post 1946470)
Yes you definitely need to make this change for it to work 100% of the time!

Just for clarification .... :)

I need to add:

Code:

$encodedlink = str_replace('&', '&', $rightlink);
$encodedlink = urlencode($encodedlink);

... both these lines as is and replace the one that exists now?

Thanks ... :up:

Regards,
Badger

Edit: Never mind... I had to put code back the way it was as eBay stopped crediting me for click throughs the day I changed the code and added the above two lines as a replacement. As soon as I returned the code back to the original one line, the clicks starting paying again, so I have no idea why this is the case, but others should be careful making the above change.

tokenyank 01-05-2010 03:03 PM

confirmed working on vB4 PL1


All times are GMT. The time now is 02:20 PM.

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.01366 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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