1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Open Source eBay Affiliate Store - FREE SCRIPT

Discussion in 'Commission Junction' started by majohnst, May 11, 2008.

  1. sikk08

    sikk08 Active Member

    Messages:
    161
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #81
    I waited 4 hours but nothing showed up on my dashboard, i actually waited like 8. I put in the right campaign id in /sites/default.php is there something else i might be doing wrong?
     
    sikk08, May 20, 2008 IP
  2. majohnst

    majohnst Peon

    Messages:
    78
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #82
    KeithB,
    For the latest update, you will just need to change the base index.php file. If your templates are working correctly, then you shoudn't have to worry about changing that file.

    sikk08,
    I fixed the tracking error during the middle of the day today. If you don't have the latest version, 1.1c, then the tracking won't work properly. As I mentioned to KeithB, you will only need to update the main index.php file to fix the tracking error.
     
    majohnst, May 20, 2008 IP
  3. sikk08

    sikk08 Active Member

    Messages:
    161
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #83
    Thank you. I've replaced it, I'll let you know how it goes.
     
    sikk08, May 20, 2008 IP
  4. sikk08

    sikk08 Active Member

    Messages:
    161
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #84
    Still not getting any views, anyone else having this problem? :eek:
     
    sikk08, May 21, 2008 IP
  5. ChuckMcB

    ChuckMcB Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #85
    Views will not work unless the "Impression Pixel" hack I mentioned in my previous post is implemented, but clicks are *defiantly* being logged in v1.1c.
     
    ChuckMcB, May 21, 2008 IP
  6. sakto

    sakto Active Member

    Messages:
    1,517
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    90
    #86
    Yeah, clicks are recorded too with 1.1c.
     
    sakto, May 21, 2008 IP
  7. majohnst

    majohnst Peon

    Messages:
    78
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #87
    I have noticed a bunch of possible robot/crawler clicks through my site. I added a rel="nofollow" to the go links to see if that stops them. Next step may be to create a robots.txt.
     
    majohnst, May 21, 2008 IP
  8. sikk08

    sikk08 Active Member

    Messages:
    161
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #88
    Great, the clicks works. Thanks :)
     
    sikk08, May 21, 2008 IP
  9. majohnst

    majohnst Peon

    Messages:
    78
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #89
    I've just posted the latest version of McJiffy EASy at http://www.mcjiffy.com/files/easy-1.2.zip

    Thanks a lot to ChuckMcB for helping debug and suggest new ideas. The major feature of the newest release is that it will automatically detect the proper eBay affiliate program (US, UK, etc) based on the user's browser language setting.

    Version 1.2 Changelog
    - fixed page size issue, was showing 1 more listing than total page size

    - added robots.txt so crawlers will not traverse the go links

    - added function to automatically clear cache directory of files older than the cache lifetime

    - added configuration settings for CACHE_KEYWORD_TIME and CACHE_ITEMS_TIME

    - added country selection through setting "country" or automatic detection by EASy

    - added pixel tracking variable to template, $impressionPixel
     
    majohnst, May 30, 2008 IP
    Dreamerr likes this.
  10. ChuckMcB

    ChuckMcB Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #90
    Had a quick poke through the code, looking good. :)

    C.
     
    ChuckMcB, May 30, 2008 IP
  11. exodus

    exodus Well-Known Member

    Messages:
    1,900
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    165
    #91
    exodus, May 30, 2008 IP
  12. Dreamerr

    Dreamerr Peon

    Messages:
    914
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #92
    Very cool script majohnst, set my first one up yesterday.

    One feature I would like to see is the ability to insert a custom paragraph of intro text for each section.
     
    Dreamerr, Jun 4, 2008 IP
  13. DanPonjican

    DanPonjican Active Member

    Messages:
    268
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    80
    #93
    I could use some help with this code.

    I have two main issues that I can't figure out; my first issue is that the "Related Searches" and "Similar Topics" doesn't seem to be working. I added my AppID from the eBay developer account but still nothing. Is there something else I need to do?

    The other issue is something that just popped up. I had the site working last night under a sub-directory on one of my other websites just to test it. I liked it so much that I went ahead and applied a new domain to it. Well this morning, it seems like the site loads fine under the new domain but not of the links work now. Is this an issue with my .htaccess? Here is the entire text from my .htaccess:

    RewriteEngine on
    
    # if your installation is not in the root directory, enter the website
    # path to your installation
    RewriteBase /wiishopper
    RewriteRule buy/(.*)$ index.php?action=buy&q=$1&%{QUERY_STRING}
    RewriteRule go/(.*)/(.*)$ index.php?action=go&q=$1&link=$2
    
    
    Code (markup):
    Here is a link to the site:
    http://www.wiishopper.net/

    Thanks for all your help!
     
    DanPonjican, Jun 24, 2008 IP
  14. DanPonjican

    DanPonjican Active Member

    Messages:
    268
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    80
    #94
    Okay, so I learned a couple things that should have helped me but I am still having the same two issues.

    To solve the issue of the "Related Searches" and "Similar Topics" not displaying, I did add my eBay developer key into my sites/default.php file. This didn't seem to have solve this.

    I also commented out the "RewriteBase" line out of my .htaccess file because I know have a domain pointing to this installation directory but I still get an "Error 404 - Not Found" message for every link on the page.

    Anyone have any suggestions?

    Once again, here is a link to my site:
    http://www.wiishopper.net/

    Thanks for all your help!
     
    DanPonjican, Jun 24, 2008 IP
  15. Tobidotman

    Tobidotman Peon

    Messages:
    499
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #95
    Site lookin good, got any traffic to it yet? is it converting well?
     
    Tobidotman, Jun 29, 2008 IP
  16. DanPonjican

    DanPonjican Active Member

    Messages:
    268
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    80
    #96
    I haven't started promoting it too hard just yet. A little traffic from just local word of mouth but I'm sure once it gets indexed and I do some marketing it will start to rise.

    What ways are some of you all promoting your new sites?

    [​IMG]
     
    DanPonjican, Jun 29, 2008 IP
  17. majohnst

    majohnst Peon

    Messages:
    78
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #97
    The latest version of McJiffy EASy is now posted at http://www.mcjiffy.com This release focuses on providing more relevant, on-page text. It also includes ChuckMcB's sitemap code.

    Version 1.3 Changes
    - added $version variable that can be used in templates

    - added ebay category id to cache filenames

    - allow limiting related keywords to a specific ebay category

    - pull in ebay buyer guide links, variable is set as $guides for templates

    - added text snippets for keywords, snippets can be included in templates
    using the $keywordtext variable

    - added sitemap code by ChuckMcB
     
    majohnst, Jul 9, 2008 IP
  18. himanuzo

    himanuzo Well-Known Member

    Messages:
    2,462
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    158
    #98
    himanuzo, Jul 9, 2008 IP
  19. markowe

    markowe Well-Known Member

    Messages:
    1,136
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    165
    #99
    The site is fine, I just had a look - probably was down temporarily.
     
    markowe, Jul 10, 2008 IP
  20. himanuzo

    himanuzo Well-Known Member

    Messages:
    2,462
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    158
    #100
    I have rechecked it, it is live! :D
     
    himanuzo, Jul 11, 2008 IP