|
nixpcJoin Date: 2012-02-05 Post Count: 15425 |
Damn dude, thanks! |
|
nixpcJoin Date: 2012-02-05 Post Count: 15425 |
So... how does it work? |
|
|
mycheezeJoin Date: 2011-06-27 Post Count: 6748 |
Is dis http service st00f or sumfin'
if s0, I am jelly of these kul kat kinky APIs, but kri becuz http is sucha fugly service
>vomit, vomit, vomit
gg tho |
|
TynezzJoin Date: 2014-04-28 Post Count: 4945 |
I'm a noob at this but I have a website, so do I copy and paste the php file to my website? And how would I activate the function or whatever with a lua script. |
|
|
nixpcJoin Date: 2012-02-05 Post Count: 15425 |
Oh well I was looking to send a http request from ROBLOX to the server...
That's not possible? |
|
mycheezeJoin Date: 2011-06-27 Post Count: 6748 |
'Oh well I was looking to send a http request from ROBLOX to the server...'
>Http isn't allow'd 2 interakt wiff rawblawx, u k00d interakt wiff ur server via a differen' websit m8 |
|
|
|
TynezzJoin Date: 2014-04-28 Post Count: 4945 |
sooo
game:GetService"HTTPService":PostAsync("http://somewebsite.com",change-rank.php) |
|
|
mycheezeJoin Date: 2011-06-27 Post Count: 6748 |
or u k00d just nawt |
|
|
TynezzJoin Date: 2014-04-28 Post Count: 4945 |
Okay, could you show me a example of receiving data? |
|
mycheezeJoin Date: 2011-06-27 Post Count: 6748 |
Here is me receiving data
>Opens up e-mail
>Looks @ Mail
'ogm the data is here, I am in the matrix' |
|
TynezzJoin Date: 2014-04-28 Post Count: 4945 |
Ahaaaaa
lua file
game:GetService"HTTPService":PostAsync("http://somewebsite.com/change-rank.php",{groupid,userid,rank,cookie,ranks})
php
$json = file_get_contents('php://input');
$obj = json_decode($json);
echo $obj
I think it might work. |
|
mycheezeJoin Date: 2011-06-27 Post Count: 6748 |
'When did Json equal $?'
'I thought it was free' |
|
|
|
I tried x10host;
{"success":false,"message":"We are not currently accepting new users from Netherlands. Please try again at a later date. We are expanding our allowed country list in the upcoming days.","data":{"iprestriction":true,"fields":[]}} |
|
gskwJoin Date: 2013-01-05 Post Count: 1364 |
Just port forward the server yourself. Free webhosts aren't even worth trying. |
|
digpoeJoin Date: 2008-11-02 Post Count: 9092 |
have some competition:
github/DigiTechs/RBXAPI
it requires more knowledge to set up but works for more things |
|
|
I'm trying to put it on my Raspberry Pi ;3 |
|
MrNicNacJoin Date: 2008-08-29 Post Count: 28554 |
"github/DigiTechs/RBXAPI"
Gah omg C#
|
|