JavaScript

Moderators: None (Apply to moderate this forum)
Number of threads: 2061
Number of posts: 5164

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Help with ISAPI dll URL call Posted by cellman2005 on 23 Mar 2006 at 11:49 AM
I am working on ebay with some templates. Ebay only shows a .dll in the url bar when I choose a drop down menu.

That url is: http://k2b-bulk.ebay.com/ws/eBayISAPI.dll

Is there some type of utility that will snag the actual URL of that page ?

Thanks for any help,
Gordon
Report
Re: Help with ISAPI dll URL call Posted by zibadian on 23 Mar 2006 at 12:13 PM
: I am working on ebay with some templates. Ebay only shows a .dll in the url bar when I choose a drop down menu.
:
: That url is: http://k2b-bulk.ebay.com/ws/eBayISAPI.dll
:
: Is there some type of utility that will snag the actual URL of that page ?
:
: Thanks for any help,
: Gordon
:
That is the actual url of the "default" page defined within that library. There might be more pages, but without brute-forcing it, paying attention to the eBay urls, or getting your hands on the actual library you cannot find them.
Report
Re: Help with ISAPI dll URL call Posted by cellman2005 on 23 Mar 2006 at 12:34 PM
thanks for answering. just in case this might help:

this was the old URL i was using that used to work before they changed the code up:

http://k2b-bulk.ebay.com/ws/eBayISAPI.dll?SMProProductInventory&viewMode=0&searchParam=&searchValue=&SMInventory.folderid=612953&currentpagenumber=1&showtemplate=2


and then i would just change the folder id for each brand of phone we sell.

here is the new code from ebay. i have toyed with it but none of the URL's i try will work like the old ones:

<select class="buttonsm" name="folderid"><option value="-2" selected>
All Products(381)
</option>
<option value="613882">Audiovox(13)
</option>
<option value="613178">Batteries CallerID(11)
</option>
<option value="830272">BlackBerry(5)
</option>
<option value="830298">Copy of Sharp(0)
</option>
<option value="688586">DUTCH(14)
</option>
<option value="624338" selected>Kyocera(18)
</option>
<option value="612953">LG(35)
</option>
<option value="675452">Monster(15)
</option>
<option value="1071106">Monster / FIXED PRICE(12)
</option>
<option value="613057">Motorola(85)
</option>
<option value="611814">My Products(10)
</option>
<option value="613543">Nokia(62)
</option>
<option value="613917">SAMSUNG(48)
</option>
<option value="624297">Sanyo(12)
</option>
<option value="775647">Sharp(1)
</option>
<option value="643507">SIEMENS(9)
</option>
<option value="614003">SONY ERICSSON(18)
</option>
<option value="830294">Test(0)
</option>
<option value="830295">- Sharp(0)
</option>
<option value="613197">TREO(13)
</option></select>
<noscript><input type="submit" class="fBtn11" name="SubmitAction.ChangeFolder" id="SubmitAction.ChangeFolder" value="Go">
</noscript><a href="http://k2b-bulk.ebay.com/ws/eBayISAPI.dll?SMProManageFolders&amp;view=All">Manage Folders</a></td>
<td align="right"><a href="http://k2b-bulk.ebay.com/ws/eBayISAPI.dll?SMProProductInventory&amp;viewMode=0&amp;searchParam=&amp;searchValue=&amp;SMInventory.folderid=&amp;currentpagenumber=1&amp;showtemplate=1">Show Templates</a></td>



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.