InterviewSolution
Saved Bookmarks
| 1. |
Solve : I need an online raw file editor? |
|
Answer» I own my own Garry's Mod servers and I need an online free file hosting website that can view files as a raw file and access other files when a file is ran. Such as a file calling DATA from another file in the \data directory. I tried using GitHub raw file but it cant access other files in that directory. I need this for hosting the PHP file for the LOADING screen. Any luck?How about hosting your own Apache or FTP server? Apache would support the PHP and FTP would allow direct access to the data files.Quote from: DaveLembke on May 30, 2015, 01:08:26 PM How about hosting your own Apache or FTP server? Apache would support the PHP and FTP would allow direct access to the data files.I actually just found one , its called OpenShift by RedHat. Works great with PHP 5.4! It even can read other files in its FTP server. Easy to SET up!COOL glad you found a solution... I'm going to CHECK into that OpenShift to see its pros and cons and make myself aware of its features etc. Thanks for letting us know your all set. |
|