Skip to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Suggestion] Can we get a dupe lookup for scripters?

Featured Replies

I've seen in the chatbox that a scripter, @Saiyan, had noticed a lot of 1 day new accounts reqesting trials for accounts. So I'm wondering if you guys could give us some tool to look up for dupe accounts.

To avoid abuse/doxing I believe the system should be layed out as follows:

 

Input: Username [TextBox]

Proccess: DB Query on Registered IP + Current IP for the Username @ OSBot forums.

->

if result is 1, return "No dupes"

else loop thru the nams + replace everything inbetween 2nd start character and final 2 character with an Astrix(*)

return dupeNames

Output: No Dupes / DupeNames

 

Example: User Zappster has 2 dupes names ThisDup3r and LemonGrass.

DB Query will be something like:

$dbResult= mysqli->query($dbConnect,"SELECT Registered_IP , LastLoginIP from IP8_Users where DisplayName = Zappster LIMIT =1";

->

$arrayMultiResult = mysqli->query($link,"SELECT DisplayName from IP8_Users WHERE Registered_IP = $dbResult['Registered_IP'] OR LastLoginIP = $dbResult['LastLoginIP']";

->

if($result->num_rows >1){
foreach($arrayMultiResult > as $r){
$name = $r['DisplayName'];
$s = str_split($name, 2);
$s1 =str_split($s[1], strlen($s[1])-2);
$arr1 = str_split($s1[0]);
for ($i = 0; $i < length($arr1); i++){
  $arr1[i]= '*';
}
$name = $s[0] + implode("",$arr1) + $s1[1];
echo $name;
}
exit();
}
echo "No result";

 

The output for input of "Zappster" would be:

Za****er

Th*****3r

Le******ss

 

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.