Latest Articles
Back on air

Recent Downtime

RGameScript 1.3 Video Preview

Installing IonCube w Root Access

R-Arcade Pro Released

R-Arcade Pro Features

Installing IonCube w PHP.INI

Translating RGameScript

Quality Web Hosting

RCMS Pro v2.0

Login Panel
Username:
Password:
Remember Me

Not registered?
Register now!

Forgot your password?

Articles
Include Third-Party Scripts
By roosevelt
Published: November 1, 2006
Print    Email

Upgrade your rgamescript to v1.2.1 in order to get this feature

New Files

  • /external.php
Changed Files
  • /index.php
Installation
  • Download external.zip file.
  • Unzip it in a temporary folder
  • Upload external.php file where you've installed rgamescript.
  • Upload and overwrite index.php where you've installed rgamescript.

Sample Usage

If you wish to display another webpage instead of Latest Games and Top Games then all you have to do is open external.php file. Remove $rgames->LatestGames(10); //Include Latest Games and $rgames->TopGames(10); //Include Top Games add a similar code like below:

include("filename.ext");

Where filename is the name of your file and ext is the extension of your file. So for example if I wanted to display welcome.html file I would be using: include("welcome.html");. You can change the orders around to display different things by the order they are in. If you have questions or need help, don't hesitate to ask.

 



View Comments (0)