Author Topic: [Resource] Blockland forum profile info retrieval  (Read 1149 times)

http://swololol.com/scripts/blf/getprofile.php




if you want a dev key, pm or msg me on steam, I won't give keys out to people I don't trust

Here is a demo key:

Key NameDEMO KEY
Keydemo_F94rBbMEoZmpRXY
Request Rate1
Request Time(sec) 10
« Last Edit: November 25, 2015, 03:33:45 PM by Swollow »

What exactly does this do?

you put in a bl_id and it returns the forum name, and forum profile ID tied to it

Huh. Seems like a super helpful tool. Would I be able to apply for a dev key or am I not trustworthy enough?

Huh. Seems like a super helpful tool. Would I be able to apply for a dev key or am I not trustworthy enough?
granted

Can I be given a key? I can see some uses for this.


How often do you update the data?

keys have been granted
How often do you update the data?
new users are added every day/every other day

Excuse me for being dumb, but how exactly do I use this? Do I have to call the GET function in a seperate document?

Excuse me for being dumb, but how exactly do I use this? Do I have to call the GET function in a seperate document?
GET variables are things in the URL
e.g. http://example.com?something=test&another=5

something = test
another = 5

another good example are youtube links, the ?v=[xxxxxxxx] thing is a video ID. that's a get variable.