Jump to content

Adding an inbetween page.


Jackson Wan

Recommended Posts

I am looking at adding an inbetween page for jreview.

 

Please take a look at this example:

 

http://www.littlearmy.com/games/201/cone-crazy.html when you click on Play the game Now, it will go to the same url but different content.

 

The coding is something like this

 

// If the in-between page is turned ON and the user hasn't seen it yet, display it

    if (($delay ==1 or ($delay ==2 && $_SESSION['loggedin']!=1)) and $_SESSION['delayedid']!=$gameid)

    $includefile = "./includes/delay.php";

 

    else

    $includefile = "./includes/detailt.php";

 

 

  }

 

I am willing to pay $150 for this modification.

 

I will need the changelogs so I know what to edit when I update to a newer version.

 

Thx in advance

Link to comment
×
×
  • Create New...