• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

HEEEEEEEEEELP (again) !!!!!!!!

Azcarer

HEJJJJ!! :D
Joined
Nov 3, 2008
Messages
871
Reaction score
3
Location
r u Pedobear
First this comes up:



When I press 2,5 eur for 50 points this comes up:




When I check the box and press continue this comes up:

Uploaded with ImageShack.us
NEED HELP FROM STIAN OR ANY SERIOS PRO WHO CAN HELP ME!!!! :eek:

Is anybody here clever enough to solve these tasks?
 

Attachments

Last edited by a moderator:
No shit it is SUMM - LOL

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\UniServer\www\zaypay\pay.php on line 35 Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\UniServer\www\zaypay\pay.php on line 46


// doesn't exist, create
if(!mysql_num_rows($result)) {
$total = 0;
mysql_query("INSERT INTO vapus_payment_storage VALUES('paid_".$option."_t', 0)");
} else {
$data = mysql_fetch_assoc($result);
$total = $data["value"];
}
$pay = 0;
for($i=0;$i<sizeof($options[$option]["keys"]); $i++) {
$result = mysql_query("SELECT value FROM vapus_payment_storage WHERE name='paid_".$option."_".$i."'");

if(!mysql_num_rows($result)) {
$key_total = 0;
mysql_query("INSERT INTO vapus_payment_storage VALUES('paid_".$option."_".$i."', 0)");
} else {
$data = mysql_fetch_assoc($result);
$key_total = $data["value"];
}
if ( $key_total == 0 || ($key_total / $total) * 100 < $options[$option]["split"][$i] ) {
$pay = $i;

if(!mysql_num_rows($result)) { is row 35
if(!mysql_num_rows($result)) { is row 46
 
Last edited by a moderator:
No everything's right. But I mean THIS (post #4). I can enter the site and if I'm not logged in then it says that I must log in.
Even that works but after I've come to the payment site (image 2) it says "getLocale(Country)......."
And if I continue by checking the box and pressing "Continue" I come to the page full of text :S
 
Back
Top