Best Blackhat Forum

Full Version: Pes Pro Homepage edit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to know how to edit homepage in PESPRO 1.9 1 ?
If someone Know please tell me and if someone have Myspace Instagram and everbnation Modules please share here
you will the language folder open it then you will see en open it and after opening the folder you will see base folder open it now open lang.php and go to its end and you will the language used at your home page. need more help quote this post :)
(10-20-2013 05:15 PM)pankajjangir Wrote: [ -> ]you will the language folder open it then you will see en open it and after opening the folder you will see base folder open it now open lang.php and go to its end and you will the language used at your home page. need more help quote this post :)
Do you have Instagram My space or Reverbnation Modules? if you have then please Send me in pm.
Do you know how to add Total exchanges counter?
(10-20-2013 11:43 PM)danialasghar Wrote: [ -> ]
(10-20-2013 05:15 PM)pankajjangir Wrote: [ -> ]you will the language folder open it then you will see en open it and after opening the folder you will see base folder open it now open lang.php and go to its end and you will the language used at your home page. need more help quote this post :)
Do you have Instagram My space or Reverbnation Modules? if you have then please Send me in pm.
Do you know how to add Total exchanges counter?
sorry i don't have modules i am running the pes pro for only traffic exchange. for total exchanges counter follow the below steps:
open header.php and find the below code:

Code:
<div class="sideblock">            <p class="user_count"><?=number_format($db->QueryGetNumRows("SELECT id FROM `users`"))?></p> <?=$lang['b_230']?>        </div>        <?             $sql = $db->Query("SELECT uid, SUM(`today_clicks`) AS `clicks` FROM `user_clicks` GROUP BY uid ORDER BY `clicks` DESC LIMIT 3");            if($db->GetNumRows($sql) >= 3){        ?>


just after that add the below code and you are done:

Code:
<div class="sideblock">                        <p class="stats_count"><b><?=number_format(hook_filter('tot_clicks',""))?></b></p> total exchanges!            </div>


Don't edit any code, else it will not work
Not Working For Me
Reference URL's