Quote:
Originally posted by Mr_P
Lesane if u do get around to reading this id like to thank you for all teh support u gave in this post but like to know one more thing regarding this hack.
How do we get it to show on main index page how many have been sold for the current draw.
I have on main page how much is in the lottery so the 2 would go nice together.
Anyone got a decent lotto Gif ?????//
|
If you have the code in root/index.php wich i gave before, on this post:
https://vborg.vbsupport.ru/showthrea...353#post284353
Then find this line:
PHP Code:
$jackpot="Current Lottery Fund is now: $lot[jackpot]";
And change it to:
PHP Code:
$cost = $DB_site->query_first("SELECT * FROM store WHERE action='lottery'");
$jackpot="Current Lottery Fund is now: $lot[jackpot]<br>Ticket's sold: $cost[sold]";