Hallo,
habe folgende Dateien verändert:
pcheck.php
Vorher:
Jetzt:PHP-Code:bilanz ('-',$mail_stat['verdienst'],'Paidmail');
Vorher:PHP-Code:bilanz ('-',$mail['verdienst'],'Paidmail');
Jetzt:PHP-Code:bilanz ('+',$mail['preis'],'Paidmail');
topframe_betau.phpPHP-Code:if ($mail['preis'] > 0) bilanz ('+',$mail['preis'],'Paidmail');
Vorher:
Jetzt:PHP-Code:bilanz ('-',$verdienst,'Surfbar');
content/wms/autosurf.php & content/wms/paidlinks.php & content/wms/paidmail.php & content/wms/hforcedbanner.phpPHP-Code:bilanz ('-',$b,'Surfbar');
Vorher:Jetzt:PHP-Code:bilanz ('+',$forced['preis'],'WMS');
content/wms/forcedbanner.phpPHP-Code:bilanz ('+',$gesamtpreis,'WMS');
Vorher:
Jetzt:PHP-Code:bilanz ('+',$verdienst,'WMS');
Somit dürfte es nun gehen, Problem war einfach das du die völlig falschen Variablen genommen hast.PHP-Code:bilanz ('+',$gesamtpreis,'WMS');
Gruß
Gremlin




Zitieren