Make Money Online at Natespost.com

Make Money Online

Archive for the ‘tricks’

Quick Conversation With Entrecard?

March 21, 2008 By: Nate Category: tricks 18 Comments →

   And there I was feeling bad for my pretty harsh criticism of Entrecard. I even wrote a post the next day encouraging bloggers to remain positive and remember to never make it personal. I even apologized. I even emailed a commentator on this blog that was allegedly associated with entrecard and asked if he would like to do an interview or guest post explaining any plans they have to combat the “power droppers” and make their program a more beneficial experience for their users. I simply got a “No”. Now I would like to share a quick back and forth I had with someone allegedly associated with the fine folks at Entrecard. This occurred on an unnamed blog forum:

Default


Quote:

Originally Posted by Entrecard 

Haha, please.

Our fraud detection gear caught you and zapped all your credits and then some. Left your with a balance of NEGATIVE 42 credits, all before you got the chance to spend or transfer a single credit.

Wow, you really scammed us. Keep up the good work, you cyber criminal! One day you might actually be able to buy yourself a hot dog at 7-11!

Yes, I mentioned all of that in my post. But like the vast majority of entrecard users, you failed to read that. Did you drop me a card? And as far as the hotdog goes, I can’t afford one since you took my credits away. Last I saw, a 7-11 hotdog was going for about 10,000,000 ec

   I was pretty proud of my response, but have yet to get anything back and honestly won’t waste my time by checking back in. I encourage any of you to read this post regarding another blogger’s experience with them : http://www.johncow.com/graham-langdon-have-you-been-naughty/  Pretty interesting stuff!

submit to: del.icio.us | Reddit | Digg | Technorati | StumbleUpon

Entrecard Scam - Mongo Credits

March 19, 2008 By: Nate Category: tricks 34 Comments →

   I finally signed up for entrecard yesterday and after toying with it for about an hour I realized what a sham it is. I estimate that less than 1% of all traffic generated by entrecard is viable, worthwhile traffic. Instead, it is a brilliant idea on their part to take advantage of every blogger’s #1 desire: free traffic. Instead of getting useful traffic, what you are getting are people popping in, dropping their card, and scrambling back to their entrecard dashboard to see if they have enough credits to buy that ad on blog X. For some reason…I guess the eternal optimism that goes along with a profound desire for anything free….they think (or hope) that when they place their entrecard ad, they will get useful traffic. What do they get instead? They get people popping in, dropping their card, and rushing back to their entrecard dashboard to see if they have enough credits to buy that ad on blog Y. I’m going to coin this phenomenon as the Entrecard Zombie Circle.

   So what to do? I have this worthless widget installed on my blog that will never provide any useful results. Do I take it off, or try to play the system? I like the way you think…I played the system. I wasn’t going to waste my time trying to play the system like most….I was going to shake things up. I was going to have more of those worthless little credits than any man alive….and have my little ad on every blog in the zombie network.

   The first thing I did was download the firefox plugin iMacros. For those that don’t know about firefox, it is an open source web browser. Open source means that it is both free and open to programmers to write plugins and widgets for it, much like wordpress. So you can do much more with firefox as opposed to other web browsers and what iMacros does is allow you to record a series of actions within the browser and replay it as a loop.

   Next, if you are signed in to your entrecard account and go to an entrecard ad and scroll your mouse over the “drop” button, you will notice a link like this - http://entrecard.com/static/amazon/button.html?user_id=4607 where the number at the end is that users id. You get credit for the drop because your id is stored in a cookie. If you cut and paste that link into a new browser, you get nothing but the drop button…you don’t have to wait for their blog to load. Now I just needed to cycle that link, starting from 1 to infinity to cover every drop I could make. This took some thinking.

   I started thinking about page hit counters. They start at one and go to infinity, but how to make it work with the entrecard drop links? I created a blank html page and found some javascript code that uses cookies to display how many times you have viewed a particular page. I morphed this with the entracard drop url so that when the page was loaded, it displayed the text http://entrecard.com/static/amazon/button.html?user_id=1 Then, each time the page was refreshed, the drop url’s id number at the end increased by one. So now I could use iMacro to cycle through the act of dropping on every entrecard user id in existence. The javascript went as follows -

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>

<html>
<head>
 
 <title>Untitled</title>

</head>

<body>

<SCRIPT LANGUAGE=”JavaScript”>
<!–
 function nameDefined(ckie,nme)
{
   var splitValues
   var i
   for (i=0;i<ckie.length;++i)
   {
      splitValues=ckie[i].split(”=”)
      if (splitValues[0]==nme) return true
   }
   return false
}

function delBlanks(strng)
{
   var result=”"
   var i
   var chrn
   for (i=0;i<strng.length;++i) {
      chrn=strng.charAt(i)
      if (chrn!=” “) result += chrn
   }
   return result
}
function getCookieValue(ckie,nme)
{
   var splitValues
   var i
   for(i=0;i<ckie.length;++i) {
      splitValues=ckie[i].split(”=”)
      if(splitValues[0]==nme) return splitValues[1]
   }
   return “”
}
function insertCounter() {
 readCookie()
 displayCounter()
}
 function displayCounter() {
 document.write(’<H3 ALIGN=”CENTER”>’)
 document.write(”http://entrecard.com/static/amazon/button.html?user_id=”)
 if(counter==1) document.write(”the first time.”)
 else document.write(counter)
 document.writeln(’</H3>’)

 }
function readCookie() {
 var cookie=document.cookie
 counter=0
 var chkdCookie=delBlanks(cookie)  //are on the client computer
 var nvpair=chkdCookie.split(”;”)
 if(nameDefined(nvpair,”pageCount”))
 counter=parseInt(getCookieValue(nvpair,”pageCount”))
 ++counter
 var futdate = new Date()
 var expdate = futdate.getTime()
 expdate += 3600000 * 24 *30  //expires in 1 hour
 futdate.setTime(expdate)

 var newCookie=”pageCount=”+counter
 newCookie += “; expires=” + futdate.toGMTString()
 window.document.cookie=newCookie
}
// –>
</SCRIPT>
<SCRIPT LANGUAGE=”JavaScript”>
<!–
insertCounter()
// –>
</SCRIPT>

</body>
</html>

   Now what this did was display what I wanted, but in simple text form rather than a click-able link. To get around this problem, I downloaded the firefox linkification plugin which turns any segment of text beginning with “http:” into a click-able link. Then, using firefox, I was able to bring up the page I created, started recording actions, clicked the link, clicked drop, hit back twice, refreshed the page, then stopped recording. At that point, I just told firefox to replay the loop and there it went…..dropping on every entrecard user id from 1 to infinity…..all while I sat there laughing! In another browser, I kept refreshing my entrecard dashboard and watched the credits pile high. I was already writing down some of the laws I was going to make when I soon would rule the world, when the credits stopped piling up. Apparently entrecard has code that caught my sneaky act of defiance. My credits dropped to -47. Now even when I do a legitimate drop, I get no credit. BUSTED So for now at least, fluorescent stretchy camouflage pants are still legal.

   Thinking a little deeper….there is apparently no defense within entrecard to keep people from dropping from the direct drop url because for a while, I was getting mongo credits. It must be something regarding the number of credits amassed over a certain period of time. Hmmm…gets me thinking again…

submit to: del.icio.us | Reddit | Digg | Technorati | StumbleUpon
  • My Moneymakers

    Shareasale


  • online cialis
  • treatment chronic bronchitis
  • online prep diet pills
  • valsartan
  • medicine to help swelling
  • weight loss tablet
  • price for tramadol
  • normal blood pressure
  • treatment of arthritis
  • adult smoking cessation
  • what is viagra used for
  • order headache medicine online
  • buy super cialis
  • hoodia canada
  • treatment ear infections in dogs
  • pain medicine
  • discount celebrex
  • prednisone prednisolone
  • body building buy product
  • prescription pain medicine
  • new smoking cessation drugs
  • dog health problem
  • relieve arthritis
  • new medicines for depression
  • treatment for depression
  • medication ranitidine
  • pet medical help
  • levitra side affects
  • online prescription medication
  • diuretic
  • viagra pharmacy
  • eye allergies
  • online prescription propecia
  • eye drops for eye problems
  • irregular heartbeat and treatments
  • kamagra next day
  • generic prescription drugs
  • prilosec interaction
  • depression prescriptions
  • soma online prescription
  • treatment ear infections in dogs
  • purchase birth control online
  • pet medications
  • cholesterol medicine side effects
  • itching relief
  • what is xanax for
  • canadian prescription medications
  • prescription diet pill
  • pets products
  • effexor dose
  • new drug for arthritis
  • atacand generic
  • natural appetite suppressants
  • diabetes medical
  • soma information
  • pets medication online
  • cat hairball
  • reasons for high blood pressure
  • prescription drug list
  • cialis online pharmacist
  • skin infections
  • medication to help stop smoking
  • clopidogrel
  • left heart failure
  • uk pharmacy
  • increasing breast size
  • buy medication online
  • buy clonazepam no prescription
  • how to treat flu
  • discount nutritional supplement vitamin
  • strattera medication
  • relieve pain
  • no prescription needed online pharmacies
  • chronic back pain
  • voltaren 100mg
  • xanax and drug testing
  • diet for diarrhea
  • medications for psoriasis
  • zestril medication
  • child bronchitis
  • how to naturally increase penis size
  • zyban bupropion
  • order citalopram
  • viagra soft flavored sildenafil 100mg
  • lexapro and wellbutrin
  • side effects of prednisone
  • online prescription depression medications
  • breast enhancement herb
  • pet medications
  • help for stomach ulcers
  • pregnancy and weight loss
  • sperm enhancement
  • prescription drug costs
  • buy phentermine on line
  • benadryl cheap
  • tramadol information
  • anti depressant cost
  • scabies ointment
  • now vitamins online canada herb
  • half life of ativan
  • how to control allergies in dogs
  • cipro 250
  • hair loss in women
  • kamagra online pharmacy
  • headache eye pain
  • treatment for dry skin
  • bronchitis cure
  • hand skin problems
  • tramadol cod
  • order toprol
  • viagra in britain
  • buy alpha lipoic acid
  • tramadol generic ultram
  • adult ear infection
  • purchase antibiotics online
  • itching ointment
  • order amoxicillin
  • coreg dosage
  • arthritis hand muscle spasm
  • skin cancer treatment
  • tooth whitening procedures
  • build muscle
  • tonsillitis
  • lung cancer treatment
  • cholesterol lowering medications online
  • cat urinary infection
  • uric acid remedies
  • treatment of diabetes
  • anxiety medications
  • dog medications
  • colon cleanse for weight loss
  • treatment of gonorrhea
  • anxiety help
  • atenolol
  • stroke preventions
  • blood pressure medications
  • reduce cholesterol
  • about soma
  • build muscle mass
  • menstrual cycles female problems
  • soma information
  • diabetes medicine new
  • human parasite
  • migraine headaches relief
  • weight loss supplement
  • rheumatoid arthritis cure
  • relafen effectiveness
  • allergy online support
  • rite-aid pharmacy
  • dry skin acne care
  • no prescription premarin
  • order zocor
  • online prescription medication
  • pharmacy on line
  • medications for stress
  • dog treatments
  • pregnancy and ambien
  • side effects ranitidine
  • increase sexual power
  • remedies for headaches
  • online xenical buy
  • purchase xanax
  • medicine to calm cat
  • american body building supplement
  • cymbalta anxiety
  • xenical no prescription
  • pain medicines no prescription
  • fluconazol
  • bipolar disorder
  • roundworm treatment
  • list generic antianxiety medications
  • discount ambien
  • treatment for hypertension
  • allergy drug
  • cialis online order
  • withdrawal zyrtec
  • about zocor
  • us pharmacy no prescription ambien
  • coumadin medication
  • over the counter pain relieve
  • cat hairball
  • nortriptyline
  • side effects of prescribed pain pills
  • health support
  • cheapest levitra generic
  • cheapest levitra generic
  • strong pain medicine online
  • women weight loss pills
  • side effects of pain killers
  • micardis drug
  • eczema skin
  • how to help clot blood
  • recurring sinus infection
  • anti depressant cost
  • pharmacies open 24 hours
  • smoke stop
  • hiv treatment
  • fast muscle mass
  • lexapro info
  • wal-mart pharmacy