Digital Paint Discussion Board
Digital Paint Community => Other Stuff => Topic started by: Smokey on February 21, 2007, 03:11:01 PM
-
(http://i16.tinypic.com/2cxtf0n.png) (http://i16.tinypic.com/2cxtf0n.png)
I'v asked a few people already but meh. (for those of you who know the URL, don't share it please)
Decent looking, yes or no? I suck at design so I have no idea.
So far i'v got uploading, and banning done. :)
-
I say it looks nice except for the white background.
-
I say it looks nice except for the white background.
What color do you suggest? :P
-
Looks good ;) fresh
-
(http://i17.tinypic.com/2lm2fdh.png)
The image upload page.
I think I might release this one on hotscripts.com or something, I'm really starting to like it :)
-
You should make the second forum thumbnail use the width and height: [img width=123 height=456]
And you are dating these, right? :)
-
Good idea on the image size in the [img] tags :)
DROP TABLE IF EXISTS `upload`;
CREATE TABLE `upload` (
`id` varchar(10) NOT NULL default '',
`delid` varchar(10) NOT NULL default '',
`filename` varchar(100) NOT NULL default '',
`newfilename` varchar(100) NOT NULL default '',
`filesize` varchar(100) NOT NULL default '',
`ipaddress` varchar(25) NOT NULL default '',
`bandwidth` varchar(15) NOT NULL default '',
`uploaded` int(10) NOT NULL default '0000000000',
`last_download` int(10) NOT NULL default '0000000000',
`password` varchar(100) NOT NULL default '',
`description` varchar(150) NOT NULL default ''
);Happy? ;)
-
Is "uploaded" the date? I use TIMESTAMP for that kind of thing. Is there any advantage/disadvantage to using INT instead?
-
Is "uploaded" the date? I use TIMESTAMP for that kind of thing. Is there any advantage/disadvantage to using INT instead?
Yes, it is the unix timestamp for when it was uploaded.
Never really got into SQL too much, so didn't know TIMESTAMP even existed, so probably not.
-
can i upload my css hacks there?
-
Cascading Style Sheets or Counter Strike: Source? lol
Spook, hook me up.
-
what do you want the models or the textures (glass walls hehahea)
-
Hmm Jitspoe, timestamp is exactly the same as datetime, which I hate dealing with. So thats the advantage :)
File Download Page:
(http://i13.tinypic.com/405rtr8.png) (http://i13.tinypic.com/405rtr8.png)
-
I would put a strict no-cheat policy on there, for any game.
-
I would put a strict no-cheat policy on there, for any game.
It will be in the TOS.
-
All Downloading/Uploading aspects are now done, as well as the ban system. Now for the admin page and files lists
(http://i19.tinypic.com/4cxf1oo.png) (http://i19.tinypic.com/4cxf1oo.png)
Seckse, amirite?
-
2secksey
-
Not sure how good this looks, but meh.
(http://i9.tinypic.com/2z9hdtz.png) (http://i9.tinypic.com/2z9hdtz.png)
-
Is that guy in the picture Wilson(Earl Windman) offa "Home Improvement" when he was a kid?
-
Is that guy in the picture Wilson(Earl Windman) offa "Home Improvement" when he was a kid?
hahaha, Wouldn't he be behind a fence then?
-
Is that guy in the picture Wilson(Earl Windman) offa "Home Improvement" when he was a kid?
hahaha, Wouldn't he be behind a fence then?
Hehehe Well, he's young in the above picture and I'm not sure if his parents had the fence installed yet.
-
hahaha maybe they used fence to make his babycrib too!!! lolol
-
OFF TOPIC ZOMG ;)
Anyways, it's all done except for the admin page, I hope to have it live by tonight.
For you jits:
You may not upload any files that infringe copyrights.
You may not upload any files that are considered illegal in your country.
You are responsible for the files you upload.
You may not upload any files that can be used for any type of cheating/hacking.
The owner of this site reserves the right to delete any files hosted here for any reason.
-
All done :)
http://upload.arena-zone.com/
http://upload.arena-zone.com/
http://upload.arena-zone.com/ !
-
Looks great Smokey...
-
uploaded 2 things already =] seems to load faster, idk probably cause they were small files
-
Failed validation, 14 errors
:-P
Despite that, cool and fresh layout! <3
-
Failed validation, 14 errors
:-P
Despite that, cool and fresh layout! <3
Yea, it validated at first, but then it started not to, so blah :)
-
lol Smokey, you might wanna change the title of the pages :)
-
Found a small bug: I tried to download Clipz's beta map, eclissi_b3: http://upload.arena-zone.com/373304
and it downloaded as 35642_eclissi_b3.bsp
-
Found a small bug: I tried to download Clipz's beta map, eclissi_b3: http://upload.arena-zone.com/373304
and it downloaded as 35642_eclissi_b3.bsp
Currently it doesn't rename downloaded files, If i changed
readfile("folder/$file");to
rename("folder/$file", "folder/$oldname);
readfile("folder/$oldname");
rename("folder/$oldname", "folder/$file);
Do you think there are any possibilities for errors to occur?
-
I'm not sure. I haven't dealt with downloading files through php before. It displays the correct name, but files download with a numeric prefix. The two files I've downloaded so far have done this.
-
I'm not sure. I haven't dealt with downloading files through php before. It displays the correct name, but files download with a numeric prefix. The two files I've downloaded so far have done this.
Yea, so that way people can't goto /folder and just download/run/view the file :) Ill try it out.
-
I thought it was to handle duplicate filenames. Couldn't you just use a .htaccess to deny access to the file folder?
-
Well, it helps with duplicate filenames too, I can't seem to rename it, send it, then rename it back... I'll have to try some other things out.
-
lol Smokey, you might wanna change the title of the pages :)
In other words, take the LOL of the titles ;)
-
Another bug:
File Description: ARD panorama zum Thema \"Killerspiele\"
Can you change this that none \ is indicated?
-
Lol. Looks good Smokey. I like it.
-
Another bug:
File Description: ARD panorama zum Thema \"Killerspiele\"
Can you change this that none \ is indicated?
Ah, Thanks. I need to stripslashes :)
Fixed.
-
Great ;D
Thanks
-
When I tried to download Eclissi it didn't come up right, it wasn't a .bsp file anymore it came as a web file. So whenver I tried to save it, it would just open the Arena-Zone window where you upload. I don't know why it is doing that, I am asuming it is a bug, but I don't know.
-
Did you right click and "save as" .. ?
You actually have to click the link.
-
When I tried to download Eclissi it didn't come up right, it wasn't a .bsp file anymore it came as a web file. So whenver I tried to save it, it would just open the Arena-Zone window where you upload. I don't know why it is doing that, I am asuming it is a bug, but I don't know.
What do you mean, link to the download is broken?
-
:-\ I cant acces the server for some reason. I get error 403 "You are not authorized to view this page"
-
I get a "502 Bad Gateway: DNS Host name resolution failed."
-
Now I can't even go on the arena-zone website, I don't know why.
-
The owner canceled the hosting/domain. I'll buy a new domain soon..
www.zilla-clan.net/upload
-
... I have to upload my stuff again, don't I?
-
Zorch: You can use attachments on the forum. :)
-
But then I can't use the BBcode tags. :P