Digital Paint Discussion Board

Digital Paint Community => Other Stuff => Topic started by: Smokey on February 21, 2007, 03:11:01 PM

Title: New A-Z upload Design..
Post 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. :)

Title: Re: New A-Z upload Design..
Post by: Cobo on February 21, 2007, 04:31:35 PM
I say it looks nice except for the white background.
Title: Re: New A-Z upload Design..
Post by: Smokey on February 21, 2007, 04:51:51 PM
I say it looks nice except for the white background.
What color do you suggest? :P
Title: Re: New A-Z upload Design..
Post by: T3RR0R15T on February 21, 2007, 07:10:54 PM
Looks good ;) fresh
Title: Re: New A-Z upload Design..
Post by: Smokey on February 21, 2007, 07:18:51 PM
(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 :)
Title: Re: New A-Z upload Design..
Post by: jitspoe on February 21, 2007, 07:41:54 PM
You should make the second forum thumbnail use the width and height: [img width=123 height=456]

And you are dating these, right? :)
Title: Re: New A-Z upload Design..
Post by: Smokey on February 21, 2007, 07:58:02 PM
Good idea on the image size in the [img] tags :)

Code: [Select]
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?  ;)
Title: Re: New A-Z upload Design..
Post by: jitspoe on February 21, 2007, 08:22:01 PM
Is "uploaded" the date?  I use TIMESTAMP for that kind of thing.  Is there any advantage/disadvantage to using INT instead?
Title: Re: New A-Z upload Design..
Post by: Smokey on February 21, 2007, 09:08:08 PM
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.
Title: Re: New A-Z upload Design..
Post by: Spook on February 21, 2007, 09:17:04 PM
can i upload my css hacks there?
Title: Re: New A-Z upload Design..
Post by: TinMan on February 21, 2007, 09:45:56 PM
Cascading Style Sheets or Counter Strike: Source? lol
Spook, hook me up.
Title: Re: New A-Z upload Design..
Post by: Spook on February 21, 2007, 11:56:32 PM
what do you want the models or the textures (glass walls hehahea)
Title: Re: New A-Z upload Design..
Post by: Smokey on February 22, 2007, 12:35:01 AM
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)
Title: Re: New A-Z upload Design..
Post by: jitspoe on February 22, 2007, 01:58:24 AM
I would put a strict no-cheat policy on there, for any game.
Title: Re: New A-Z upload Design..
Post by: Smokey on February 22, 2007, 02:44:31 AM
I would put a strict no-cheat policy on there, for any game.
It will be in the TOS.
Title: Re: New A-Z upload Design..
Post by: Smokey on February 22, 2007, 03:51:54 PM
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?
Title: Re: New A-Z upload Design..
Post by: bitmate on February 22, 2007, 05:33:40 PM
2secksey
Title: Re: New A-Z upload Design..
Post by: Smokey on February 22, 2007, 09:57:10 PM
Not sure how good this looks, but meh.


(http://i9.tinypic.com/2z9hdtz.png) (http://i9.tinypic.com/2z9hdtz.png)
Title: Re: New A-Z upload Design..
Post by: PiCaSSo on February 23, 2007, 09:55:10 AM
Is that guy in the picture Wilson(Earl Windman) offa "Home Improvement" when he was a kid?
Title: Re: New A-Z upload Design..
Post by: Smokey on February 23, 2007, 10:55:00 AM
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?
Title: Re: New A-Z upload Design..
Post by: PiCaSSo on February 23, 2007, 03:26:38 PM
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.
Title: Re: New A-Z upload Design..
Post by: BLONDIE on February 23, 2007, 05:51:20 PM
hahaha maybe they used fence to make his babycrib too!!! lolol
Title: Re: New A-Z upload Design..
Post by: Smokey on February 23, 2007, 06:25:16 PM
OFF TOPIC ZOMG  ;)

Anyways, it's all done except for the admin page, I hope to have it live by tonight.

For you jits:
Quote
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.
Title: Re: New A-Z upload Design..
Post by: Smokey on February 24, 2007, 08:37:16 PM
All done :)

http://upload.arena-zone.com/
http://upload.arena-zone.com/
http://upload.arena-zone.com/ !
Title: Re: New A-Z upload Design..
Post by: PiCaSSo on February 24, 2007, 11:38:52 PM
Looks great Smokey...
Title: Re: New A-Z upload Design..
Post by: Spook on February 24, 2007, 11:40:38 PM
uploaded 2 things already =] seems to load faster, idk probably cause they were small files
Title: Re: New A-Z upload Design..
Post by: bitmate on February 25, 2007, 06:32:46 AM
Quote from: Markup Validation Service
Failed validation, 14 errors
:-P

Despite that, cool and fresh layout! <3
Title: Re: New A-Z upload Design..
Post by: Smokey on February 25, 2007, 06:58:40 AM
Quote from: Markup Validation Service
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 :)
Title: Re: New A-Z upload Design..
Post by: Cobo on February 25, 2007, 10:20:34 AM
lol Smokey, you might wanna change the title of the pages :)
Title: Re: New A-Z upload Design..
Post by: jitspoe on February 26, 2007, 01:44:04 PM
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
Title: Re: New A-Z upload Design..
Post by: Smokey on February 26, 2007, 03:26:33 PM
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
Code: [Select]
readfile("folder/$file");to
Code: [Select]
rename("folder/$file", "folder/$oldname);
readfile("folder/$oldname");
rename("folder/$oldname", "folder/$file);

Do you think there are any possibilities for errors to occur?
Title: Re: New A-Z upload Design..
Post by: jitspoe on February 26, 2007, 03:41:26 PM
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.
Title: Re: New A-Z upload Design..
Post by: Smokey on February 26, 2007, 03:43:32 PM
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.
Title: Re: New A-Z upload Design..
Post by: jitspoe on February 26, 2007, 03:45:08 PM
I thought it was to handle duplicate filenames.  Couldn't you just use a .htaccess to deny access to the file folder?
Title: Re: New A-Z upload Design..
Post by: Smokey on February 26, 2007, 04:05:32 PM
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.
Title: Re: New A-Z upload Design..
Post by: Cobo on February 26, 2007, 07:00:47 PM
lol Smokey, you might wanna change the title of the pages :)
In other words, take the LOL of the titles ;)
Title: Re: New A-Z upload Design..
Post by: T3RR0R15T on March 03, 2007, 06:50:28 PM
Another bug:

File Description: ARD panorama zum Thema \"Killerspiele\"


Can you change this that none \ is indicated?
Title: Re: New A-Z upload Design..
Post by: l1g on March 03, 2007, 08:05:04 PM
Lol. Looks good Smokey. I like it.
Title: Re: New A-Z upload Design..
Post by: Smokey on March 04, 2007, 01:00:34 AM
Another bug:

File Description: ARD panorama zum Thema \"Killerspiele\"


Can you change this that none \ is indicated?

Ah, Thanks. I need to stripslashes :)

Fixed.
Title: Re: New A-Z upload Design..
Post by: T3RR0R15T on March 04, 2007, 05:48:46 AM
Great ;D

Thanks
Title: Re: New A-Z upload Design..
Post by: l1g on March 04, 2007, 02:10:41 PM
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.
Title: Re: New A-Z upload Design..
Post by: Matze on March 04, 2007, 02:30:48 PM
Did you right click and "save as" .. ?

You actually have to click the link.
Title: Re: New A-Z upload Design..
Post by: Smokey on March 04, 2007, 05:18:39 PM
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?
Title: Re: New A-Z upload Design..
Post by: Cobo on March 07, 2007, 04:46:29 PM
 :-\ I cant acces the server for some reason. I get error 403 "You are not authorized to view this page"
Title: Re: New A-Z upload Design..
Post by: Zorchenhimer on March 07, 2007, 05:24:01 PM
I get a "502 Bad Gateway: DNS Host name resolution failed."
Title: Re: New A-Z upload Design..
Post by: l1g on March 07, 2007, 07:37:19 PM
Now I can't even go on the arena-zone website, I don't know why. 
Title: Re: New A-Z upload Design..
Post by: Smokey on March 07, 2007, 08:17:11 PM
The owner canceled the hosting/domain. I'll buy a new domain soon..

www.zilla-clan.net/upload
Title: Re: New A-Z upload Design..
Post by: Zorchenhimer on March 07, 2007, 08:18:14 PM
... I have to upload my stuff again, don't I?
Title: Re: New A-Z upload Design..
Post by: jitspoe on March 07, 2007, 08:54:29 PM
Zorch: You can use attachments on the forum. :)
Title: Re: New A-Z upload Design..
Post by: Zorchenhimer on March 07, 2007, 09:05:17 PM
But then I can't use the BBcode tags. :P