451 posts
Location
The left part of this post
Posted 01 May 2013 - 12:13 PM
ALERT: THIS IS FOR PUBLISH IT, YOU WILL NOT BE ABLE TO EDIT IT OR TO DELETE IT AFTER YOU UPLOAD IT, YOU ARE WARNED!!
I have created a page at koding where you can upload code, every user has his own folder so you can kept everything organized and you can run scripts on it!!
Page: urielsalis.koding.com
Its made with php and jQuery so you have to turn on javascript
Send me a pm if you want me to upload an entire github(i have an app) to your folder
EDIT: Working on a delete page and the client Im stuck in the delete with all the mysql part(the files are stored in a mysqul table with the user that uploaded it)
686 posts
Posted 01 May 2013 - 02:11 PM
All I see is a static page that says Free Code Hosting.
451 posts
Location
The left part of this post
Posted 01 May 2013 - 02:13 PM
All I see is a static page that says Free Code Hosting.
You need javascript and jquery enabled as i say in the first post
686 posts
Posted 01 May 2013 - 02:19 PM
You didn't say that in the first post, I have them enabled as far as I know.
451 posts
Location
The left part of this post
Posted 01 May 2013 - 02:25 PM
You didn't say that in the first post, I have them enabled as far as I know.
check it with this
http://urielsalis.koding.com/check.htmlif it dont display anything, you have javascript turned off
2088 posts
Location
South Africa
Posted 01 May 2013 - 02:54 PM
Atleast credit the people that you got the login system from, because I know that isn't yours - saw the demo of it not so long ago…
451 posts
Location
The left part of this post
Posted 01 May 2013 - 02:57 PM
Atleast credit the people that you got the login system from, because I know that isn't yours - saw the demo of it not so long ago…
I modifed some things to be compatible with the others scripts and in the demo says that you can use it in the page.
2088 posts
Location
South Africa
Posted 01 May 2013 - 02:59 PM
Atleast credit the people that you got the login system from, because I know that isn't yours - saw the demo of it not so long ago…
I modifed some things to be compatible with the others scripts and in the demo says that you can use it in the page.
Yeah i know but it's just common courtesy to credit others :)/>
1511 posts
Location
Pennsylvania
Posted 01 May 2013 - 03:00 PM
You should still credit them. You modified the code, yes. But they took the time to write it.
NINJAS I tell you!
451 posts
Location
The left part of this post
Posted 01 May 2013 - 08:22 PM
I give credits on the news to the tutorial where i get the login and added some info
1214 posts
Location
The Sammich Kingdom
Posted 01 May 2013 - 08:24 PM
There is a 500MB space limit on Koding. So you won't be able to host much.
1511 posts
Location
Pennsylvania
Posted 01 May 2013 - 09:06 PM
Eh, you cannot view any uploaded code <_</> (There is no page for it)
671 posts
Location
That place over there. Y'know. The one where I am.
Posted 01 May 2013 - 09:24 PM
Eh, you cannot view any uploaded code <_</> (There is no page for it)
Plus, you can't remove or private code.
Imma just use GitHub.
451 posts
Location
The left part of this post
Posted 01 May 2013 - 09:26 PM
Eh, you cannot view any uploaded code <_</> (There is no page for it)
The direct link is the way to view code(the link that says when you upload it)
451 posts
Location
The left part of this post
Posted 01 May 2013 - 09:30 PM
Eh, you cannot view any uploaded code <_</> (There is no page for it)
Plus, you can't remove or private code.
Imma just use GitHub.
I dont want any private code cause im working on making an appstore with it.
And the remove will done automactly when i finish the appstore and it dont have any ids redirecting it
671 posts
Location
That place over there. Y'know. The one where I am.
Posted 01 May 2013 - 09:36 PM
I dont want any private code cause im working on making an appstore with it.
And the remove will done automactly when i finish the appstore and it dont have any ids redirecting it
Please remove the code that I recently posted and, if possible, don't look at it.
1214 posts
Location
The Sammich Kingdom
Posted 01 May 2013 - 09:38 PM
don't look at it.
Why would you upload code to somebody's server if you didn't want them to look at it? It is common sense. If you don't want somebody to see it then don't give it to them.
671 posts
Location
That place over there. Y'know. The one where I am.
Posted 01 May 2013 - 09:40 PM
Why would you upload code to somebody's server if you didn't want them to look at it? It is common sense. If you don't want somebody to see it then don't give it to them.
I was testing it out, and I chose the wrong file XD
and now I have technically leaked Adventure.
(Well, Alpha 0.0.1.1.1 of it)
451 posts
Location
The left part of this post
Posted 01 May 2013 - 09:40 PM
I dont want any private code cause im working on making an appstore with it.
And the remove will done automactly when i finish the appstore and it dont have any ids redirecting it
Please remove the code that I recently posted and, if possible, don't look at it.
OK
686 posts
Posted 01 May 2013 - 09:50 PM
There is a 500MB space limit on Koding. So you won't be able to host much.
lol 500MB is a LOT of hosting when you're hosting code. That's a LOT of CC programs.
451 posts
Location
The left part of this post
Posted 01 May 2013 - 10:17 PM
added an alert to the first post
475 posts
Posted 04 May 2013 - 06:51 PM
Whats the point of this when we have github and pastebin?
686 posts
Posted 04 May 2013 - 07:38 PM
Deleting is easy. DELETE FROM table WHERE (condition)
451 posts
Location
The left part of this post
Posted 04 May 2013 - 09:55 PM
Deleting is easy. DELETE FROM table WHERE (condition)
The problem is that the name is encrpted and reparted with diferents salts in 9 tables(security reasons) and the only way to access them is using the username of the upload, search the table named in the users table and then follow the path thought tables with a password to get the contents which are encrypted with a password generated with the tables ubications and names so its a bit tricky…
and i deleted the page for errors with permissions
686 posts
Posted 04 May 2013 - 10:12 PM
Then that just sounds like poor design to me. There's no real reason why you need to encrypt the name of a file on a hosting site.
451 posts
Location
The left part of this post
Posted 04 May 2013 - 10:29 PM
Then that just sounds like poor design to me. There's no real reason why you need to encrypt the name of a file on a hosting site.
For protecting myself just mega does, if someone submit something with copyright, i cant see the name or the content so i cant be punished(the terms and codtions were aclaring that)
1214 posts
Location
The Sammich Kingdom
Posted 04 May 2013 - 10:31 PM
Then that just sounds like poor design to me. There's no real reason why you need to encrypt the name of a file on a hosting site.
For protecting myself just mega does, if someone submit something with copyright, i cant see the name or the content so i cant be punished(the terms and codtions were aclaring that)
The name of a content doesn't matter. I can name a anime episode 'Iron Man 3.mp4' but that doesn't mean it is a copy of Iron Man 3. What MEGA does is encrypt the contents, not the file name. There is no point in encrypting the file name.
PS: 1,111th POST. Been waiting for this day for a long time.
7508 posts
Location
Australia
Posted 05 May 2013 - 12:11 AM
and now I have technically leaked Adventure.
(Well, Alpha 0.0.1.1.1 of it)
Haha fail!
lol 500MB is a LOT of hosting when you're hosting code. That's a LOT of CC programs.
Not necessarily… one of my GitHub projects was almost 2MB, just on its own. The released script was smaller, but if I got him to import the repo it would have taken up 2MB.