|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
what do you think of my site?
hello,
this is my 2nd or 3rd php site, its url is www.servfiles.com it allows people to easily share files on the internet. i kind of made it for fun/practice. i used this site and another to learn php, my previous knowledge is small, pascal and java. php is the best imo. let me know what you think! thanks |
|
#2
|
||||
|
||||
|
we have a review and critiques forum up there ^^
![]() |
|
#3
|
|||
|
|||
|
we do? i missed it then. i read all of them briefly... didnt notice it. but if you can, please move the thread.
|
|
#4
|
||||
|
||||
|
oh and don't take that as instruction to crosspost, PM one of the lounge mods and ask for it to be moved...
|
|
#5
|
|||
|
|||
|
ok will do. thanks
|
|
#6
|
||||
|
||||
|
On some of your pages, the right and left hand "border" is repeated. http://www.servfiles.com/login.php for example. Image attached.
---John Holmes... |
|
#7
|
||||
|
||||
|
The site seems functional enough. I had a little trouble uploading a document, but it worked the second time. May have been an issue on my end. Where are you actually storing the files?
---John Holmes... |
|
#8
|
|||
|
|||
|
Quote:
what browser were you using? you're the first to mention it. Sepodati: files are stored on server of course. cant say where and how obviously, so people dont skip the .php part of downloading them. Last edited by suffeks : January 5th, 2004 at 02:19 PM. |
|
#9
|
||||
|
||||
|
arent they stored outside the web directory?
|
|
#10
|
||||
|
||||
|
Quote:
As for the location, I don't need specifics. Was just curious if you were throwing everything in a database, storing it outside the webroot (RECOMENDED!), or using a little "security-through-obscurity" but still storing them under the webroot. ---John Holmes... |
|
#11
|
||||
|
||||
|
Quote:
from that it makes it sound like they are under webroot |
|
#12
|
||||
|
||||
|
Quote:
![]() I tried the obvious /upload, /files, etc paths, but I didn't see anything. Access to /files was "restricted", so maybe that's it? ---John Holmes... |
|
#13
|
|||
|
|||
|
here's a hint for you "beta-testers", ahaha (sepodati)
files are not stored in mysql, but instead in a folder, but each file is scrambled, the only thing that links their real name to the outside world is the db. they are accessible, but only if you know the algorithm i incorporate, only this way can you skip the php part, but still wont be able to execute them as they have funky names and extensions. i encourage all types of "testing", even now, as the site is like a day old, lol, so if someone does figure out a hole, be kind to let me know. ![]() |