Author Topic: { BL_ID Database }  (Read 37325 times)

It should never re-record my ID, or any ID under 100(as if there is the server is faking IDs* or it's the real deal)

$sap is a variable I use to stop grabbing IDs

*COUGH TRUCE COUGH

PM a tutorial please

I'm not your scripting slave.


God! You're already in it. CHECK YOUR ID BEFORE YOU SUBMIT IT, PLEASE.

http://blockland.kalphiter.com/ID/bl_id.php?id=5115

ofck it changes the names when we change our names go to page 4 and see 7650 I have changed to Space Criminal loving scary

That means I was in the same server as you :)

Finally, im in an id list!

Kalphiter, you caused me to have to perm ban you from my server
Reason: entering and leaving repeatedly

No trix for you then.

Every hour on the hour(or on the half-hour sometimes)

No trix for you then.

Every hour on the hour(or on the half-hour sometimes)
it gets annoying
it goes something like this:
some guy: i am going to the mall today!
Kalphiter connected
Penthoplayer: good for you
Kalphiter has left the game
the thing is is that before he joins im already typeing what im going to say

That's a terrible way to do it. I'm not sure if V11 allows people to mess with the Playerlist anymore, but I could add ID 666 as "My Ballsack" and your crap would pick it up as legitimate. I could also do your ID as "Script Kiddy" and it would also pick it up, rendering you as a script kiddy on your own website.

Actually, I think I might do that.

Code: (Torque) [Select]
if(%bl_ID $= 6643)
    return;

if(%bl_ID < 100)
    return;

if(%bl_ID $= 999999)
    return;

Doesn't register IDs under 100. Doesn't register my ID. Doesn't register a LAN ID.

Can easily change some things.

Block Builder     ID: 2046



Also, I think it messed up on ID 1358 (Yes I was searching my username)
« Last Edit: March 24, 2009, 06:54:37 PM by Block Builder »

Gah how many times do i have to freaking post this.

ID 301 IS NOT REDCOAT IT IS I, Jls900

Code: (Torque) [Select]
if(%bl_ID $= 6643)
    return;

if(%bl_ID < 100)
    return;

if(%bl_ID $= 999999)
    return;

Doesn't register IDs under 100. Doesn't register my ID. Doesn't register a LAN ID.

Can easily change some things.
Why are you doing string comparisons with integers?
You suck.