Archive for September, 2009

Auto Update Your Payment Button

Friday, September 25th, 2009

Have you ever wondered how to change your Payment Button prices automatically? Or maybe you have done this with javascript and weren’t happy with the results…

This is where PhP comes in as a server side script. Your users can’t block it as with JavaScript. Let me show you a simple way to automatically change your prices on your payment button. The below was done with PayPal although other payment processors should work the same.

The first 5 lines are to create the dates you will need. <?php can be abreviated as <? if you wish. This simply tells the browser that it will be handled by the server.  Next come the variables which we will use. $tm is todays month, $td represents todays day, and $ty as you have guessed is the year. To use this information we concact it or “join” it all together for logical use. So, $now = mktime($tm, $td, $ty); creates a usable time stamp for php to compare with older or newer dates. mktime() is the number of seconds since the Epoch. No it’s not the “Silurean Epoch” spoken of by “Rick Wakeman” in “Journey To The Center Of The Earth”! No, no, this is the UNIX Epoch which began at midnight GMT
 January 1, 1970. I know this is probably more information than you needed, but it’s important to know how this script works!

Now that you are aware, $now stands for the time in seconds the page was  visited. The next line, $edate, is the date to change pricing. In the example below we used 9,25,2009 or September 25, 2009 in seconds which makes it easy to compare them. Next is where you payment code goes. This line, if ($now <= $edate){ simply checks to see if the date the page is visited is less than the date the payment changes. In most cases the price will increase after the $edate.

What you need to do is go to your payment processor, in this case it is PayPal, and create 2 buttons. One for the first or lesser price and the second for the higher price. Simply copy and paste your code from <form to </form> into the script. Leave the quotes ” in place. The script will not work without them. Do the same for the next form with the increased price. That’s all there is to it. The last thing is to make sure you save your page as yourpagename.php. It MUST have the .php extension in order to work. If your site does not have php enabled, don’t waster your time although most host do have php installed…

Finally, within your body paste this line where you want the payment button to appear: <? echo $pbutton; ?>

<?php
$tm = date(“m”);
$td = date(“d”);
$ty = date(“Y”);
$now = mktime($tm, $td, $ty);
$edate = mktime(9, 25, 2009);//Time for Month Day Year
if ($now <= $edate){
  $pbutton = ”
  <form action=\”https://www.paypal.com/cgi-bin/webscr\” method=\”post\”>
  <input type=\”hidden\” name=\”cmd\” value=\”_s-xclick\”>
  <input type=\”hidden\” name=\”hosted_button_id\” value=\”XXXXXXX\”>
  <input type=\”image\” src=\”http://YourButtonImageUrlHere\” border=\”0\” name=\”submit\” alt=\”PriceHere PayPal – The safer, easier way to pay online!\”>
  <img alt=\”\” border=\”0\” src=\”https://www.paypal.com/en_US/i/scr/pixel.gif\” width=\”1\” height=\”1\”>
  </form>”;
  }else{
  $pbutton = ”
  <form action=\”https://www.paypal.com/cgi-bin/webscr\” method=\”post\”>
  <input type=\”hidden\” name=\”cmd\” value=\”_s-xclick\”>
  <input type=\”hidden\” name=\”hosted_button_id\” value=\”XXXXXXX\”>
  <input type=\”image\” src=\”http://YourButtonImageUrlHere\” border=\”0\” name=\”submit\” alt=\”PriceHere PayPal – The safer, easier way to pay online!\”>
  <img alt=\”\” border=\”0\” src=\”https://www.paypal.com/en_US/i/scr/pixel.gif\” width=\”1\” height=\”1\”>
  </form>”;
}
?>

That’s all there is to it. It’s a lot easier to do than it is to explain in detail, trust me on this… Upload the entire page to your site and you have a dynamic payment button. This will change the price for you automatically after a certain date.

That’s just bare bones of what you are able to do with this. You could make it for hours since last visit by collecting the IP of the visitor and much much more. But that  requires the use of MySQL. More on that at a later date!

Please be sure to leave comments or questions on this. I will be more than happy to answer them.

Punch Drunk from Email!

Tuesday, September 15th, 2009

Oooofaah, I feel like Mike Spinks must have felt back in 1988 when he fought Mike Tyson! Kocked out in 91 seconds

I’m “Punch Drunk” from going through my email and reading all the promotions from all the marketers about the same product! It could be worse since there were only about a million of them and I already unsubbed from about a half million… ;)

Here’s the thing, several of the marketers sent me 4-7 emails about the same “launch”. Others sent me an equal amount of email for different products. Hmmmm….

If one marketer sends me the same promotion several times, it’s most likely I’m on several lists. (Although not by choice!) If a different marketer sends me m-teen emails about different product launches, I KNOW it’s simply an affiliate promotion and what is said about the product bears no relevance at all. This marketer did not use or review the product and has no idea IF or HOW the product works!

PUNCH DRUNK? You bet! If you remember, saw, or read about the above mentioned fight, you KNOW what I’m saying here! The worst part is it has gone on ALL SUMMER LONG!! I’m beginning to feel like Muhammed Ali! (Sorry, he was my favorite boxer and remains one of the GREATEST people! )

PUNCH DRUNK? From “Commision Blueprint” and all the “Fantastic” bonuses offered to “RAP” and on and on and… YOU BET I’M PUNCH DRUNK!

Here’s a tip, although I can be pretty sure you have figured it out already, if there are a whole bunch of bonuses offered by an affiliate and the cost is low, and/or affordable, it WILL cost you more than the price on the sales page. This may be through forced continuity or extra cost to be “allowed” access to ALL the information! If there are “bonuses” worth XX dollars, you can be SURE the affilliate is getting it back BIG TIME! Be aware before you purchase!

I guess this should end now otherwise you will never have the time to read it all…

As always, thanks for reading and please leave your feedback on this or any other post on this blog. I WILL reply. HEY, you could even tell me what you would like to hear about and I will review it for you and give my honest opinions.

Here’s to getting “PUNCH SOBER” together!

Bot Spam! Prevent it NOW!!

Tuesday, September 1st, 2009

Everyone with a website knows what Bot spam is. It’s robots which “search out” your email and contact scripts. Then these “wonderful little guys” insert all sorts of spam crap into the forms or send it to your email account. That’s not fun is it?

I created a software to help prevent that crap! The problem is I was selfish and only used it on my own sites. I was testing it all out and found the ones I used it on received “substantially” less spam than the ones the software was not installed!

Due to that fact, I released the script to a very small amount people for testing. Since they were all friends, I did not expect much of a reply and did not receive that. One buddy did and was estatic of the outcome. (His is the only testimonial on my sales page.)

http://www.NewSpamSentry.com

I ask you to help me out with this. For a limited time you will get my software for $9.00 only. I know it says $17.00 on the site but, when you hover over the bottom payment button it will say “$9.00 PayPal…” That is what you will be charged by PayPal. No other charges will be incurred!

This offer is only available for 6 days from today. After that it automatically goes up to $17.00. This is all hard coded so I can’t forget like so many marketers seem to be able to use as an excuse. (I love the way they do that!)

Once again, you are able to purchase the script and get all future additions for only 9 bucks. Do it today before you forget!
http://www.newspamsentry.com/

Thanks for reading.
If you purchase, please send me your thoughts and experiences.
Simply reply to this post. I WILL answer your post!
I’ll be setting up a support forum soon. In the mean time, use the support link provided.

Walter Gavurnik

Updated on October 16 by Walter Gavurnik

This product is now available on CB. Anyone promoting will earn a 40% commission on sales.
The nine dollar promotion is finished. Sorry if you missed it.

PayDotCom

Recent Tweets
Follow @walleyg (128 followers)
Posts By Date
September 2009
M T W T F S S
« Aug   Oct »
123456
78910111213
14151617181920
21222324252627
28293031  
Recommended
Polls

How Is My Site?

View Results

Loading ... Loading ...