|
| 17 Mar 2015 04:22 PM |
| Is there any efficient websites that I can save my ROBLOX data on? I don't want to use universes and datastore to save data, so I was looking for an alternative method. I'm not very good with HTTPService at the moment. |
|
|
| Report Abuse |
|
|
| |
|
kert109
|
  |
| Joined: 31 Dec 2009 |
| Total Posts: 681 |
|
|
| 17 Mar 2015 04:30 PM |
Get your own website OR find that site that I can't remember that lets you save stuff for roblox. It has a roblox in the name, I believe. |
|
|
| Report Abuse |
|
|
|
| 17 Mar 2015 04:43 PM |
You could always create your own.
All you need: PHP file, JSON file (essentially a blank .txt document) |
|
|
| Report Abuse |
|
|
|
| 17 Mar 2015 05:05 PM |
Like I said, I'm not at all good with HttpService... Anyone care to explain how to use GetAsync and PostAsync q.q |
|
|
| Report Abuse |
|
|
IoIiderp
|
  |
| Joined: 05 Feb 2012 |
| Total Posts: 8613 |
|
|
| 17 Mar 2015 05:08 PM |
| Like if you click element inspect on a page, and you do httpservice:GetAsync(page,false) then basicly you got everything you would get from element inspect. |
|
|
| Report Abuse |
|
|
|
| 17 Mar 2015 05:11 PM |
| This kis is saying he knows nothing about how to make website, host or, or anything. He also doesnt know what HTTP is used for other than a place to get data, He does not understand anything that you are talking about |
|
|
| Report Abuse |
|
|
IoIiderp
|
  |
| Joined: 05 Feb 2012 |
| Total Posts: 8613 |
|
|
| 17 Mar 2015 05:13 PM |
So? He can still try and search things up, all I am doing is trying to help as opposite to you. |
|
|
| Report Abuse |
|
|
|
| 17 Mar 2015 05:14 PM |
| I actually have owned a domain and developed a website. Not quite sure if you're trying to irritate me or you're just plain stupid and like to jump to conclusions. I'm trying to learn how to use HttpService for future endeavors, if I ever need to use it. |
|
|
| Report Abuse |
|
|
|
| 17 Mar 2015 05:14 PM |
| This is something you cannot "Search up" I mean sure alot of it, but not if you want more than just a single text saver |
|
|
| Report Abuse |
|
|
IoIiderp
|
  |
| Joined: 05 Feb 2012 |
| Total Posts: 8613 |
|
|
| 17 Mar 2015 05:16 PM |
Get out xolb, noone says that to me or anyone in the scripters forum. If you wanna be picky then learn how to do this, you can use perfectly datastore and you wanna make this hard for you and us.
I just started with HttpService and I think most of the people don't know how to use this.
@MrJoey ye sorry, after I read what he said you are completely right this dude doesn't deserve help. |
|
|
| Report Abuse |
|
|
|
| 17 Mar 2015 05:16 PM |
| I'd rather you actually help me than argue on this post. How's that sound? |
|
|
| Report Abuse |
|
|
|
| 17 Mar 2015 05:18 PM |
"This kid is saying he knows nothing about how to make website, host or, or anything. ". How about that? He's literally calling me stupid, and he doesn't know a thing about me. |
|
|
| Report Abuse |
|
|
IoIiderp
|
  |
| Joined: 05 Feb 2012 |
| Total Posts: 8613 |
|
|
| 17 Mar 2015 05:20 PM |
"you're just plain stupid" Noone's gonna help you now, give up and go to game design there you can pay to get help and there people don't care how rude you are, there they care about the money and not about on how you behave agaisn't them. |
|
|
| Report Abuse |
|
|
|
| 17 Mar 2015 05:25 PM |
| I apologize for my rude behavior, I'm just irritated that MrJoeyJoey immediately made a claim without knowing me that offended me. |
|
|
| Report Abuse |
|
|
|
| 17 Mar 2015 05:31 PM |
| I didnt find him rude and if anything I found you rude for being defensive |
|
|
| Report Abuse |
|
|
IoIiderp
|
  |
| Joined: 05 Feb 2012 |
| Total Posts: 8613 |
|
|
| 17 Mar 2015 05:31 PM |
Fun thing, he's post was below mine's so I thought he replied to mine's ... Mistakes ugh... |
|
|
| Report Abuse |
|
|
Exrel
|
  |
| Joined: 06 Aug 2008 |
| Total Posts: 87 |
|
|
| 17 Mar 2015 05:42 PM |
I dont use HTTP, i have a Flashdrive and i keep everything on it. For 1. Easier to handle 2. No URL "Haggle" 3. Always with me.
Personally, its a preference on how you wish to save Data. Also Look up Tutorials on HTML, make your own simple little website to save your data.
I Don't Want you to think like me, I just want you to think |
|
|
| Report Abuse |
|
|
|
| 17 Mar 2015 06:11 PM |
| Does PostAsync actually do anything? |
|
|
| Report Abuse |
|
|
IoIiderp
|
  |
| Joined: 05 Feb 2012 |
| Total Posts: 8613 |
|
|
| 17 Mar 2015 06:12 PM |
| Yes it posts stuff, it does stuff on the server, for example it logs in. |
|
|
| Report Abuse |
|
|
BowtieMod
|
  |
| Joined: 01 Apr 2013 |
| Total Posts: 804 |
|
|
| 17 Mar 2015 06:16 PM |
"Get out xolb, noone says that to me"
Are you a mod now Hath we disrespected thy holiness? |
|
|
| Report Abuse |
|
|
Argelius
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 4047 |
|
|
| 17 Mar 2015 06:18 PM |
PostAsync is used for sending data to a page without putting it in the URL. For example, in a GET request on the forums you might see '?PostID=158083780&mode=flat'. This sends information to the server and allows the page to have more dynamic content. However, this could have been done with a POST request and then it would be visible in the URL. Few differences really, except POST is obviously better for p___words and whatnot.
Sorry it took me a while to post an answer but I always forget p___word is filtered, and then I get floodchecked.. |
|
|
| Report Abuse |
|
|
IoIiderp
|
  |
| Joined: 05 Feb 2012 |
| Total Posts: 8613 |
|
|
| 17 Mar 2015 06:18 PM |
@Bowtie You just moved in here I expect? Noone tolerates this rude behavior and your post will just get ignored and noone will help you.
If it was a mistake or they apologies then we help them again. That's just how it works here. |
|
|
| Report Abuse |
|
|
Argelius
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 4047 |
|
| |
|
anaIyze
|
  |
| Joined: 29 May 2014 |
| Total Posts: 2048 |
|
|
| 17 Mar 2015 06:19 PM |
| you're all stupid PHP is epix scripture learn it skdis |
|
|
| Report Abuse |
|
|