Änder mal in der topframe_inbox die Zeile:
inPHP-Code:
mailralley_kw ($mail['verdienst'],$mail['uid']);
PHP-Code:
mailralley_kw ($forced['verdienst'],$_SESSION['uid']);
Änder mal in der topframe_inbox die Zeile:
inPHP-Code:
mailralley_kw ($mail['verdienst'],$mail['uid']);
PHP-Code:
mailralley_kw ($forced['verdienst'],$_SESSION['uid']);
Kill one man, and you are a murderer.
Kill millions of men, and you are a conqueror.
Kill them all, and you are a god. - Jean Rostand, Thoughts of a Biologist (1939)
Nee du hat auch nichts gebracht, ich habe auchmal die anderen Ralley auskommentiert, hat aber auch michtts gebracht
von PHP keine plan, aber in copy & paste bin ich Meister
Auch ohne weiteren Input deiner Seite aus (sind ja noch ein paar Fragen offen) bin ich mir zu 99% sicher, dass es daran liegt, dass die Rallyefunktion falsch aufgerufen wird, alle Bestätigungen auf nur 1 User mit der ID 0 gezählt werden.
Um das beheben zu können, müsste man genau wissen wie/wo die Mails auf der Seite bestätigt werden.
Kill one man, and you are a murderer.
Kill millions of men, and you are a conqueror.
Kill them all, and you are a god. - Jean Rostand, Thoughts of a Biologist (1939)
hast nochmal pn JP
von PHP keine plan, aber in copy & paste bin ich Meister
Poste nochmal die Zeilen aus der topframe_inbox.php
Die anderen Rallyes dadrin funktionieren?
Kill one man, and you are a murderer.
Kill millions of men, and you are a conqueror.
Kill them all, and you are a god. - Jean Rostand, Thoughts of a Biologist (1939)
topframe_inbox
jo die anderen Ralleys gehen einwandfreiPHP-Code:
kontobuchung ('+',$forced['verdienst'],$_SESSION['uid']);
refumsatz ($forced['verdienst'],$_SESSION['uid']);
mailralley_kw ($forced['verdienst'],$_SESSION['uid']);
tklickralley ($forced['verdienst'],$_SESSION['uid']);
mklickralley ($forced['verdienst'],$_SESSION['uid']);
wklickralley ($forced['verdienst'],$_SESSION['uid']);
ap (100,$_SESSION['uid']);
aktivralley (1,$_SESSION['uid']);
klickralley ();
checksmiley ();
smileyspott ();
von PHP keine plan, aber in copy & paste bin ich Meister