• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

[PES5] The PES Launcher on your site (how to)

alberto72

Club Supporter
PES Launcher on www.pescup.com

1) Register on pescup forum
http://www.pescup.com/forum/profile.php?mode=register
In the "website" field type the name of your site.


2) On your site
Download this file
http://www.pescup.com/downloads/integration.zip
copy the service.php on your site
read the intergration_example.php...

CODE:
<?
//include
require("service.php");

//style definitions
$TABLECLASS="class1";
$THCLASS="class2";
$TDCLASS="class3";
//list of game played
echo callGames( "www.sitoesaurito.it", 1,1,2006,$TABLECLASS,$THCLASS,$TDCLASS );

//ranking
echo callRank( "www.sitoesaurito.it",$TABLECLASS,$THCLASS,$TDCLASS );
?>
DEMO:
http://www.pescup.com/service/intergration_example.php

Help:
callGames( site, day, month, year , class of table style, class of th style, class of td class );
callRank( site, class of table style, class of th style, class of td class );

i create a room for your site...

bye!!
 

alberto72

Club Supporter
customize launcher

1) Edit launcher.dat (in the launcher folder)
- remove all
- insert www.yoursite.com

2) create a page on
www.yoursite.com/browserV1.php (this is show on left side of the launcher)
 


Top