• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Cash King: Android Earning App with Admin Panel

Cash King: Android Earning App with Admin Panel Version 8.0 ( October 30, 2023 )

No permission to download
Thanks for the prompt response, but I don't have an account. I tried to open the account on offer toro and look what they answered me:

Offer Mail
**We are reviewing your request before granting you access to our platform. To further process your registration, please provide the following information for each app/website you plan to monetize with us.

App Store URL of this app/website:
Number of daily active users (DAU) of the app/website:
Top 5 app/website countries by number of users:
Google Analytics screenshot of the last 30 days of your activity with the URL of the website/app within the screenshot
Send us a short description of your app and provide us with some screenshots.

Once these steps have been completed, we will review and activate your account accordingly. This can take up to 48 hours. After activation, you will receive an email to confirm your full access to the OfferToro Control Panel.


We look forward to hearing from you!
Can i pm you?
 
Version 2.0 (Jan 4, 2023 ):

* Added applovin max bidding with fb & unity
* Added vungle ad network
* Added chartboost ad network
* Added admob rewarded ad
* Added show interstitial after x clicks on Spin wheel
* Added one device one account ON/OFF in admin panel
* Fixed bugs

@rangdars32 update this source code
Hello, friend, can you send me this updated code. And help me solve the JsonException error, maybe remove those offers accounts and place the games that appear vertically.
 
Hello, friend, can you send me this updated code. And help me solve the JsonException error, maybe remove those offers accounts and place the games that appear vertically.
torrooffer JsonException fixs on php code bro.
app have troubles for get json array from admin panel api
 
torrooffer JsonException fixs on php code bro.
app have troubles for get json array from admin panel api
This is the code, which I must correct, and excuse my ignorance, I'm still learning, and thanks.


<?php include('../db.php');?>


<?php

// http://yoursite.com/postbacks/offertoro.php?id={id}&ofid={oid}&amount={amount}&user={user_id}

$click_id = $_REQUEST['sig'];
$amount = $_REQUEST['amount'];
$ofid = $_REQUEST['ofid'];
$id = $_REQUEST['id'];

$type = "OfferToro offerwall Credit";

// Checking Remote Ip
if($_SERVER["REMOTE_ADDR"]=="54.175.173.245"){

// $offerData = $configs->getofferStatusData($click_id);
//$offerData = $_REQUEST;

$uid = $_GET['user_id'];
$point_value = $_GET['amount'];
if (!$point_value>0) {
$point_value = 0;
}

$r_source = mysqli_query($link,"select * from users where id = '$uid'");
$r_rows = mysqli_num_rows($r_source);
if ($r_rows>0) {
$r_row = mysqli_fetch_array($r_source);
$r_views = $r_row['points']+$point_value;
$user = $r_row['username'];
$task = $r_row['task']+1;
$r_sql = "UPDATE users SET points = '$r_views', task = '$task' WHERE id = '$uid'";
$res = mysqli_query($link, $r_sql);
}
$date = date("d-m-Y");

$currency_amount = $_GET['currency_amount'];
$sql = "INSERT INTO `tracker` (`username`, `points`, `type`, `date`) VALUES " . "('$user', '$point_value', '$type', '$date')";
$check = mysqli_query($link,$sql);

header("HTTP/1.1 200");



echo "success";

// Unknown Ip
}else{

header("HTTP/1.1 400");
api::printError(ERROR_UNKNOWN, "Unknown Error");

}

?>
 
This is the code, which I must correct, and excuse my ignorance, I'm still learning, and thanks.


<?php include('../db.php');?>


<?php

// http://yoursite.com/postbacks/offertoro.php?id={id}&ofid={oid}&amount={amount}&user={user_id}

$click_id = $_REQUEST['sig'];
$amount = $_REQUEST['amount'];
$ofid = $_REQUEST['ofid'];
$id = $_REQUEST['id'];

$type = "OfferToro offerwall Credit";

// Checking Remote Ip
if($_SERVER["REMOTE_ADDR"]=="54.175.173.245"){

// $offerData = $configs->getofferStatusData($click_id);
//$offerData = $_REQUEST;

$uid = $_GET['user_id'];
$point_value = $_GET['amount'];
if (!$point_value>0) {
$point_value = 0;
}

$r_source = mysqli_query($link,"select * from users where id = '$uid'");
$r_rows = mysqli_num_rows($r_source);
if ($r_rows>0) {
$r_row = mysqli_fetch_array($r_source);
$r_views = $r_row['points']+$point_value;
$user = $r_row['username'];
$task = $r_row['task']+1;
$r_sql = "UPDATE users SET points = '$r_views', task = '$task' WHERE id = '$uid'";
$res = mysqli_query($link, $r_sql);
}
$date = date("d-m-Y");

$currency_amount = $_GET['currency_amount'];
$sql = "INSERT INTO `tracker` (`username`, `points`, `type`, `date`) VALUES " . "('$user', '$point_value', '$type', '$date')";
$check = mysqli_query($link,$sql);

header("HTTP/1.1 200");



echo "success";

// Unknown Ip
}else{

header("HTTP/1.1 400");
api::printError(ERROR_UNKNOWN, "Unknown Error");

}

?>
Sorry, a smiley was sent there, the code at the end is this, it's a : p and it became a smiley
 

Attachments

  • Captura de pantalla 2023-01-25 a la(s) 12.12.23 p. m..png
    Captura de pantalla 2023-01-25 a la(s) 12.12.23 p. m..png
    18.3 KB · Views: 19
This is the code, which I must correct, and excuse my ignorance, I'm still learning, and thanks.


<?php include('../db.php');?>


<?php

// http://yoursite.com/postbacks/offertoro.php?id={id}&ofid={oid}&amount={amount}&user={user_id}

$click_id = $_REQUEST['sig'];
$amount = $_REQUEST['amount'];
$ofid = $_REQUEST['ofid'];
$id = $_REQUEST['id'];

$type = "OfferToro offerwall Credit";

// Checking Remote Ip
if($_SERVER["REMOTE_ADDR"]=="54.175.173.245"){

// $offerData = $configs->getofferStatusData($click_id);
//$offerData = $_REQUEST;

$uid = $_GET['user_id'];
$point_value = $_GET['amount'];
if (!$point_value>0) {
$point_value = 0;
}

$r_source = mysqli_query($link,"select * from users where id = '$uid'");
$r_rows = mysqli_num_rows($r_source);
if ($r_rows>0) {
$r_row = mysqli_fetch_array($r_source);
$r_views = $r_row['points']+$point_value;
$user = $r_row['username'];
$task = $r_row['task']+1;
$r_sql = "UPDATE users SET points = '$r_views', task = '$task' WHERE id = '$uid'";
$res = mysqli_query($link, $r_sql);
}
$date = date("d-m-Y");

$currency_amount = $_GET['currency_amount'];
$sql = "INSERT INTO `tracker` (`username`, `points`, `type`, `date`) VALUES " . "('$user', '$point_value', '$type', '$date')";
$check = mysqli_query($link,$sql);

header("HTTP/1.1 200");



echo "success";

// Unknown Ip
}else{

header("HTTP/1.1 400");
api::printError(ERROR_UNKNOWN, "Unknown Error");

}

?>
check pm bro.
 
Hello everyone,

I have installed the script into my cpanel so when i enter username and password it stuck not going to index page please help.
 
Hello CKRU,

Hope you are doing well i have build the android app but not connecting with server it is giving me 301 error
check URL API on app and rebuild. need write full path on admin panel
after check u server ( may bee mod_rewrite or anoher modules not accept queryes to server)
 
I can't login with google. I added firebase and sha1 but unable to login. Can you help urgently?
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock