|
I've seen websites that automatically use group payouts to pay people with some of the funds (e.g. 500 robux) and was wondering how it works (Not asking for code, just some guidance).
Like I've researched it and am still clueless, is there any documentation/notes about this?
Any response would be greatly appreciated!
Thanks,
George |
|
HexC3DJoin Date: 2012-06-30 Post Count: 10044 |
Well, PHP is a server-sided language so technically they use a server that executes the script based of something.
Event driven. |
|
|
Yeah I know about PHP and all that wonderful stuff (I'm not new when it comes to web dev.)
I was wondering how it executes? Like how it does that? |
|
|
Found this while browsing the web..
www.roblox.com/groups/PutGroupIdHere/one-time-payout/1/false
"This is the link that roblox posts to when I do a robux non-percent payout."
|
|
|
|
|
|
adam1717Join Date: 2011-05-07 Post Count: 961 |
You need to learn how the API's work. |
|
|
so i can get money from my group seeing as i have studio acces ^.^? |
|
MrNicNacJoin Date: 2008-08-29 Post Count: 28554 |
I learned how to automate TC trading (a profit bot) by inspecting the requests sent using Fiddler when I do it manually. I'd use Fiddler to find out the API endpoint, then see what POST parameters are being sent (if any, maybe GET instead). Replicate those.
Keep in mind, you may have to load the ROBLOX page twice in order to get some state values (like _VIEWSTATE). |
|
|
Thanks, but I'm not looking into TC bots.
I know about API's, but I can't seem to find anything.
Please help |
|
MrNicNacJoin Date: 2008-08-29 Post Count: 28554 |
You didn't read what I was saying at all.
Please don't skim posts when they are trying to answer you. Read it again. Specifically what I mentioned about using Fiddler to find what URL and parameters to use and send. |
|
|
Sorry about that, I am just a little confused. I'm not very experienced when it comes to all of this. I mean I know a little about API's, but not much. |
|
MrNicNacJoin Date: 2008-08-29 Post Count: 28554 |
Ah, okay. Well, on the PHP-side, you want to send a request to a URL. This will activate the script of that URL. You also need to provide parameters (like arguments in a function).
Use Fiddler while you're testing the payout button in your browser. Fiddler will tell you what gets sent and to what URL. That way you can tell where, in your PHP script, you need to send a request. As well as with what parameters. |
|
|
This?
The one on telerik? |
|
MrNicNacJoin Date: 2008-08-29 Post Count: 28554 |
Yes |
|
|
|
Figured it out..
chrome://net-internals/
works good |
|
|
Found this, not sure what to do though.
http://pastebin.com/gsZuCNJj
Please advise :) |
|
|
|
|