Happywalker
#161538490Monday, May 04, 2015 1:11 PM GMT

It just worked! ;3;3;3 I didn't have CURL support for php5 yet, and I called chmod and chown on the wrong directory ._. I learned some pretty neat stuff here last couple of days! Thank you so much Froast :D <3 [3]
[rfa#hidefromsearch]
#161562267Monday, May 04, 2015 10:39 PM GMT

[rfa#hidefromsearch]
MrNicNac
#161568643Tuesday, May 05, 2015 12:10 AM GMT

@Happywalker I miss the bad old days (not really) when I did: sudo chown root / -R [WARNING: Don't do that] That was fun...
Friedtjof
#161569963Tuesday, May 05, 2015 12:28 AM GMT

Everything on one of my servers is chmod 777'd, all ports are DMZed, and everything runs as root. It's probably the most insecure system ever used, but it's easy to use ;) Lord of all things, breaded and unbreaded.
digpoe
#161761580Friday, May 08, 2015 4:35 PM GMT

@ghost whats the ip?
Friedtjof
#161777094Friday, May 08, 2015 10:27 PM GMT

Yes. ;) Lord of all things, breaded and unbreaded.
ImperialOutcast
#161804584Saturday, May 09, 2015 7:14 AM GMT

Currently testing this out for my group to include messaging and shouting purposes only. I'm having issues with connecting a small bug? Output: prntscr/736zzs local game = game local HttpService = game:GetService("HttpService") local print = print local tostring = tostring local baseURL = 'asd' local POSTKey = 'asd' local GETKey = 'asd' local string = string return setfenv(function() if game.PlaceId == asd or game.PlaceId == asd or game.CreatorId == asd then print('Access Granted') local m ={} m.SystemFunction = function(action,parameters) local array = { Validate = POSTKey, Action = action, Parameter1 = parameters[1], Parameter2 = parameters[2], } return HttpService:PostAsync(string.format('%s/receiver.php?key=%s',baseURL,GETKey),HttpService:JSONEncode(array)) end return m else print('Access Denied') return nil end end,{})
ImperialOutcast
#161804774Saturday, May 09, 2015 7:26 AM GMT

B
DTrump
#161804839Saturday, May 09, 2015 7:29 AM GMT

Nice contribution, man! I'm a PHP developer myself, was planning on using features exactly like the ones you shared for a group - they can be useful if used correctly.
gskw
#161805021Saturday, May 09, 2015 7:40 AM GMT

@micke I quickly ran through his code and it look like a problem in shout.php:12, so try echoing $response and curl_getinfo($curl,CURLINFO_HEADER_SIZE) before that line and see what they say.
ImperialOutcast
#161805161Saturday, May 09, 2015 7:49 AM GMT

Ok
[rfa#hidefromsearch]
#161828462Saturday, May 09, 2015 5:13 PM GMT

[rfa#hidefromsearch]
powerhotmail123
#161831647Saturday, May 09, 2015 5:59 PM GMT

I'm thinking of using this like Happy. Using my Raspberry Pi B+! I have just set up a web server for it.
DTrump
#161832213Saturday, May 09, 2015 6:06 PM GMT

@powerhot - For beginners, I'd recommend Apache. However, one of my personal favorites (and what I currently use) is nginx.
powerhotmail123
#161832734Saturday, May 09, 2015 6:14 PM GMT

I'm currently using Apache in my server (I already have it up and running).
ImperialOutcast
#161851017Saturday, May 09, 2015 10:47 PM GMT

Ok, so I tried to echo not much success out of it... I went back through to make sure my settings were correct, they are... I'm simply using your receiver and trying to use shout, but it won't comply? Help?
[rfa#hidefromsearch]
#162172553Friday, May 15, 2015 11:23 AM GMT

[rfa#hidefromsearch]
InternInternetIdiot
#163432282Sunday, May 31, 2015 6:41 PM GMT

I'mma keep this bumped for people who need / want it
cody123454321
#163508742Monday, June 01, 2015 7:13 PM GMT

Yay old thread
Alvron
#163733321Thursday, June 04, 2015 11:40 PM GMT

brokkeee FAILURE: Incorrect/missing validation key.
InternInternetIdiot
#164421745Saturday, June 13, 2015 2:09 PM GMT

b I have skin, potatoes have skin, therefore I'm a potato.
seliso
#164903684Friday, June 19, 2015 3:37 AM GMT

ok ty bump ty
supersonicfan111
#167022483Thursday, July 09, 2015 11:19 AM GMT

Okay, sorry if I'm necrobumping, but I have this error, on line 30 of login.php: "Parse error: syntax error, unexpected '['" on line 30, there's this: $responsearray = json_decode($response,true)['d'] any help?
[rfa#hidefromsearch]
#167027800Thursday, July 09, 2015 1:50 PM GMT

[rfa#hidefromsearch]
supersonicfan111
#167110335Friday, July 10, 2015 5:38 AM GMT

Oh, thanks!