What is McJiffy EASy good for?
- Adding a Store to Your Site
- Domain Parking
- Stand Alone Site
What is McJiffy EASy good for?
|
How much does McJiffy EASy Cost?Absolutely nothing. McJiffy is released as an open source project under the LGPL license. |
What if I have questions about McJiffy EASy?The easiest way to get your questions answered is to use the McJiffy Forum. There you can ask question and hopefully get answers. |
NavigationActive forum topicsUser login |
Alternative fix for "Page not responding" but keeping masked links.
Submitted by ChuckMcB on Mon, 02/08/2010 - 11:30.
(place-holder since this forum doesn't allow you to edit the first post) |
Hi folks Update: the below
Hi folks
Update: the below addresses newer "This listing (1) has been removed" errors as well.
Here's an alternative fix for the US "Page not responding" problem. This one creates masked by using base64_encode links rather than just showing the raw eBay URL. While this will not help fool Google (the big G got McJiffy's footprint nailed as a thin affiliate within a month of it's release), it will earn us some user clicks as visitors will not know where exactly they are going until they click.
Been testing it the last couple of days and all seems well, but let me know if you hit any problems.
Open index.php from the root of your McJiffy site (**save a backup copy of it**)
Find this code(about line 409):
function buylink($url, $keyword) {global $baseUrl;
$i = strpos($url,"http%3A%2F%2Fcgi.ebay." .GEO_COUNTRY_TLD. "%2F")+strlen("http%3A%2F%2Fcgi.ebay." .GEO_COUNTRY_TLD. "%2F");
$url = substr($url, $i, strlen($url));
return $baseUrl ."go/".urlencode($keyword)."/".$url;
}
and replace with:
function buylink($url, $keyword) {global $baseUrl;
return $baseUrl ."go/".urlencode($keyword)."/".base64_encode($url);
}
Next find this code (about line 484):
function goLink($str, $keyword) {$url = 'http://rover.ebay.com/rover/1/' .GEO_PLACEMENT_ID. '/1?campid='. AFFILID. '&customid=' . urlencode($keyword) . '&toolid=10005&mpre=http%3A%2F%2Fcgi.ebay.' .GEO_COUNTRY_TLD. '%2F'.urlencode($str);
header('Location: ' . $url);
exit();
}
replace with:
function goLink($str, $keyword) {header('Location: ' . base64_decode($str));
exit();
}
Now save your file & upload.
---
http://www.dnagxxames.net/
(remove the xx to view the site)
I tried this and I rec'd
I tried this and I rec'd this error message:
Fatal error: Cannot redeclare buylink() (previously declared in /home/hidden/hidden.com/index.php:409) in /home/hidden/hidden.com/index.php on line 486
My path's were replaced with the word hidden to hide my info.
By the way, it appears that
By the way, it appears that eBay changed some stuff again. I tried the prior fix with the // on the certain lines, but now even that fix is no good. If I can get this thing working again that would be great.
Damn, sorry, copy&paste
Damn, sorry, copy&paste fail.
I've fixed the code above, try it again now.
---
http://www.dnagxxames.net/
(remove the xx to view the site)
Thanks Chuck
Thanks Chuck
Chuck, I tried your fix and
Chuck, I tried your fix and all I get when clicking a link is This listing (1) has been removed, or this item is not available.
I see your site is working just fine so I'd be interested in knowing if you made any other changes or getting a copy of your index.php file.
Thanks
There was a new RSS change
There was a new RSS change yesterday. Will that affect the old fix.
@hubel: here you go:
@hubel: here you go: http://snippets.dzone.com/posts/show/10147 but be warned I've hacked that code up a fair bit and commented out stuff I don't use. I may not be able to provide too much support for this code.
@weezee: can you post in a new thread what changes there were. The changes that Tao and I have created do not manipulate the RSS contents, just return the raw buy link (or in my case cloak the raw buy link).
---
http://www.dnagxxames.net/
(remove the xx to view the site)
It would be great if we
It would be great if we could pass the keyword through with the link, but I have no idea how to do that.
@Web Automation Lab: if you
@Web Automation Lab: if you post your request to a new thread we'll have a look at it.
---
http://www.dnagxxames.net/
(remove the xx to view the site)
I'm glad to have found a fix
I'm glad to have found a fix here for the new RSS format
Thanks for sharing.
Below is a link that shows
Below is a link that shows current and new formats.
Link to 2-10 change
Thanks Chuck for the fix It
Thanks Chuck for the fix
It works perfectly. I spent hours trying to work out why it didn't for me only to then realize I was uploading the changes to the wrong ftp account. Boy do I feel dumb.
Once I realized that it was fixed straight away.
Hi As suggested replaced
Hi
As suggested replaced index.php with code from here: http://snippets.dzone.com/posts/show/10147 However it doesnt work that great :( There are now no 'similar topics' or 'related searches' showing!??
Any suggestions for this fix?
THNX
Yes, I removed all the
Yes, I removed all the 'similar topics' or 'related searches' code as I don't use it myself (causes too many totally unrelated pages to be generated which make my sites look too spammy) You will need to work through the code to add the removed sections back in.
---
http://www.dnagxxames.net/
(remove the xx to view the site)
@ ChuckMcB Tried the
@ ChuckMcB
Tried the original code you posted above and that worked out fine :)
Glad you are
Glad you are sorted.
---
http://www.dnagxxames.net/
(remove the xx to view the site)
Hi - Does this fix change
Hi - Does this fix change the default easy-1.3 index.php? or are other fixes necessary to have this work? Thanks very much!
Yes, this fix is for EASy
Yes, this fix is for EASy v1.3 and needs to be applied to index.php
---
http://www.dnagxxames.net/
(remove the xx to view the site)
Thanks for the changes. I've
Thanks for the changes. I've uploaded a new version 1.4 with the buy link changes.
Nice one matt. ps. you may
Nice one matt.
ps. you may want to remove the _MACOSX folder from the archive, it will confuse folks ;)
pps. have a look at the country.php file, the AU GEO_PLACEMENT_ID is wrong (see Active forum topic to the left)
---
http://www.dnagxxames.net/
(remove the xx to view the site)
At minimal effort and cost
At minimal effort and cost "Cash Google ppc Profits" Tool easily enables you to build successful and most importantly - profitable Pay-Per-Click campaigns. The best thing about this technique is that it requires no special skills in order to benefit from it.
I still think it's better to
I still think it's better to hire a pay per click manager to oversee all of my campaigns. Since I am not an expert in this realm, I think they will see things that I will miss.