black_muffin
Registered Member
- Jan 8, 2008
- 65
- 8
Hello,
I need someone to put this code on my site and make it work:
I know it is not that difficult, so I am paying $7.
If interested please PM me so we can talk in msn.
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.