Quote:
Originally Posted by LadyHoney
// Find
$lives = trim($result);
where exactly should i find this ive searched and cant find it to remove the free bets reference
|
Apparently you are not using curl livescore.
You just put this
Code:
$l1= "<a href='freebet.php' target=_blank class=bet>Free Bet</a>";
$lives= str_replace($l1,'',$lives);
just before
Code:
////////////end live scores/////////////////
in livescores.php
I didn't found $lives = trim($result); either so I just added it at the end of the livescores.
Thnx again lebanon