CARVIEW |
Select Language
HTTP/2 200
date: Fri, 10 Oct 2025 23:37:02 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=a6cce8fd371301580f2f7ab85f53b94b7dbec01fcdab23f2c4227c960e95d611a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22R59cnoJ-RrAw-Hunxvj3K2EJse9sqNAa%22%3B%7D; HttpOnly; Path=/
cf-ray: 98c9f17e7b48ccbb-BLR
<?php $username = addslashes(trim($_POST['username'])); $apiTo - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $username = addslashes(trim($_POST['username']));
- $apiToken = addslashes(trim($_POST['apiToken']));
- $cmd = addslashes(trim($_POST['cmd']));
- $botid = addslashes(trim($_POST['botid']));
- $xatBotCommand = addslashes(trim($_REQUEST['xatBotCommand']));
- if($username != '') {
- if($cmd != '') {$append .= '&cmd='.$cmd;}
- if($botid != '') {$append .= '&botid='.$botid;}
- if($xatBotCommand != '') {$append .= '&xatBotCommand='.urlencode($xatBotCommand);}
- $res = file_get_contents('https://arcbots.com/api.html&user='.$username.'&apiToken='.$apiToken.$append); //Curl and post can both be used as alternatives
- $data = json_decode($res,true);
- #print_r($data);
- if($data['errorCode'] == 1 || $data['errorCode'] == 2) {$errorLogin = true;} else {$errorLogin = false;}
- }
- if($errorLogin == true || $username == '' && $apiToken == '') {
- echo '
- <table style="border-style:solid;border-width:2px;">
- <form method="post" action="">';
- if($data['errorMessage'] != '') {echo '<tr><td colspan="2"><font color="red">'.$data['errorMessage'].'</font><hr /></td></tr>';}
- echo '
- <tr><td>Username:</td><td><input type="text" name="username" /></td></tr>
- <tr><td>Api Token:</td><td><input type="text" name="apiToken" /></td></tr>
- <tr>
- <td colspan="2">
- <center>
- <input type="submit" value="Login" />
- </center>
- </td>
- </tr>
- </form>
- </table>
- ';
- }
- elseif($username != '' && $apiToken != '') {
- echo '
- <table style="border-style:solid;border-width:2px;">
- <form method="post" action="">
- <tr>
- <td colspan="2">';
- if($data['errorMessage'] != '') {echo '<font color="red">'.$data['errorMessage'].'</font><hr />';}
- elseif($data['message'] != '') {echo '<font color="green">'.$data['message'].'</font><hr />';}
- echo '
- </td>
- </tr>
- <tr>
- <td colspan="2">
- BotID:
- <select name="botid">
- ';
- foreach($data['botIDs'] as $botIDs) {
- echo '<option value="'.$botIDs.'"';
- if($data['favoriteBotID'] != '' && $botIDs == $data['favoriteBotID']) {echo ' selected="selected"';}
- echo '>'.$botIDs.'</option>';
- }
- echo '
- </select><br />
- </td>
- </tr>
- <tr><td>Restart:</td><td><input type="radio" name="cmd" value="restart" /></td></tr>
- <tr><td>Stop:</td><td><input type="radio" name="cmd" value="stop" /></td></tr>
- <tr><th colspan="2"><hr />OR:</th></tr>
- <tr><td>Send Command: <input type="radio" name="cmd" value="sendCmd" /></tr>
- <tr><td><input type="text" name="xatBotCommand" placeholder="!say test" size="25"></input></td></tr>
- <tr>
- <td colspan="2">
- <center>
- <input type="hidden" name="username" value="'.$username.'" />
- <input type="hidden" name="apiToken" value="'.$apiToken.'" />
- <input type="submit" value="Submit" />
- </center>
- </td>
- </tr>
- </form>
- </table>
- ';
- }
- echo '
- <br /><hr />
- <b><font color="green">The below examples will help you start off making a platform, in which you can code to use with our API system:</b></font><br /><br />
- Web Applications:<br />
- <a href="https://pastebin.com/XATJY45n" target="_blank" rel="nofollow">Download The Above Source Code</a><br />
- <a href="https://arcbots.com/mobile/mini/" target="_blank" rel="nofollow">ARCbot Mobile Website, using the api</a><br /><br />
- Desktop Web Applications:<br />
- <a href="https://www.mediafire.com/download.php?tb89h7b29da2cnw" target="_blank" rel="nofollow">Source Code of ARCbot Desktop Application V2 - Visual Basics</a><br />
- <a href="https://www.mediafire.com/download.php?edad07n1ggcr27j" target="_blank" rel="nofollow">ARCbots Desktop Application V2 - Pre-compiled exe file</a><br /><br />
- ';
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 5 sec ago | 0.10 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ O
JavaScript | 9 sec ago | 0.24 KB
-
⭐⭐⭐Swapzone.io Glitch (Working)⭐⭐
Java | 18 sec ago | 0.10 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 1
JavaScript | 22 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ D
JavaScript | 35 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ G
JavaScript | 45 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ 5
JavaScript | 49 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ J
JavaScript | 57 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand