Help with Zango Code - easy $7

Status
Not open for further replies.

black_muffin

Registered Member
Joined
Jan 8, 2008
Messages
65
Reaction score
8
Hello,

I need someone to put this code on my site and make it work:

Code:
<?php
session_start();
$_SESSION['zango'] = 0;
   if (isset($_SESSION['views'])) {
      if ($_SESSION['views'] < 2) {
         $_SESSION['views'] = $_SESSION['views']+ 1;
      } else {
             $_SESSION['zango'] = 1;
      }
   } else {
          $_SESSION['views'] = 1;
   }
?>

<?php
if ($_SESSION['zango'] === 1) {
?>
<!-- zango gateway code START -->
<!-- zango gateway code END -->
<?php
}
?>

I know it is not that difficult, so I am paying $7.

If interested please PM me so we can talk in msn.
 
Ahmmm, I have solved my issue with the zango code.
Mods please delete this thread.

Thanks to everybody who contacted me.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top