| |
|
|
|
|
| |
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 Changed FilesInstallation- 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: 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) |
|
|
|
|
|
|
|
|