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)

Dismounted 06-03-2009 06:25 AM

You will need to manually modify the rewriting function yourself.

dancue 06-03-2009 12:26 PM

I wish I knew where to start. Oh well, thanks anyway. If there's anyone willing to help me out I would be willing to donate a few bucks. Pm me.

moleculo 06-11-2009 08:15 PM

Quote:

Originally Posted by WoodiE (Post 1815138)
How should members be linking their auctions on the site? All of the ebay links on my site right now are being taken to an ebay page that says:

Code:

This listing () has been removed, or this item is not available.

    * Please check that you've entered the correct item number
    * Listings that have ended 90 or more days ago will not be available for viewing.

This happens to brand new listed items, currently running listings and even listing that just closed.

I just installed this and am having the same problem. The rewrite works properly sometimes, but not others. I know that EPN recently changed the format of the URL in their "Link Generator" tool, perhaps that has something to do with it.

Dismounted 06-12-2009 07:12 AM

I will have a look at the new format if I have the time.

dknelson 06-20-2009 12:16 PM

Any update on this? It happens almost all the time. When a link is posted, it seems to work for a very few minutes and then when you click on it you get the "Invalid Item" message at Ebay. I loved this mod but it seems to be broken now.

joeychgo 07-27-2009 05:38 AM

ANything new here?

briansol 08-06-2009 06:29 PM

looks like it's replacing & with & literally in the url (ie, its writng out the ascii of &) thus, the link looks like viewitem?&itemno=123 instead of viewitem?&itemno=123

briansol 08-06-2009 06:31 PM

as a work around, i changed

$encodedlink = urlencode($rightlink);

to

$encodedlink = $rightlink;

This isn't xhtml valid, but it seems to be more reliable.

tpearl5 08-10-2009 06:16 PM

Is anyone using this on 3.8?

nascartr 08-11-2009 04:39 AM

I am.


All times are GMT. The time now is 07:37 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.01474 seconds
  • Memory Usage 1,735KB
  • 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_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