Author Topic: New A-Z upload Design..  (Read 7220 times)

PiCaSSo

  • Autococker
  • Posts: 728
Re: New A-Z upload Design..
« Reply #20 on: February 23, 2007, 02: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.

BLONDIE

  • Stingray
  • Posts: 55
Re: New A-Z upload Design..
« Reply #21 on: February 23, 2007, 04:51:20 PM »
hahaha maybe they used fence to make his babycrib too!!! lolol

Smokey

  • Autococker
  • Posts: 1172
Re: New A-Z upload Design..
« Reply #22 on: February 23, 2007, 05: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.

Smokey

  • Autococker
  • Posts: 1172

PiCaSSo

  • Autococker
  • Posts: 728
Re: New A-Z upload Design..
« Reply #24 on: February 24, 2007, 10:38:52 PM »
Looks great Smokey...

Spook

  • Autococker
  • Posts: 2542
Re: New A-Z upload Design..
« Reply #25 on: February 24, 2007, 10:40:38 PM »
uploaded 2 things already =] seems to load faster, idk probably cause they were small files

bitmate

  • Autococker
  • Posts: 1248
Re: New A-Z upload Design..
« Reply #26 on: February 25, 2007, 05:32:46 AM »
Quote from: Markup Validation Service
Failed validation, 14 errors
:-P

Despite that, cool and fresh layout! <3

Smokey

  • Autococker
  • Posts: 1172
Re: New A-Z upload Design..
« Reply #27 on: February 25, 2007, 05: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 :)

Cobo

  • Autococker
  • Posts: 1362
Re: New A-Z upload Design..
« Reply #28 on: February 25, 2007, 09:20:34 AM »
lol Smokey, you might wanna change the title of the pages :)

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: New A-Z upload Design..
« Reply #29 on: February 26, 2007, 12: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

Smokey

  • Autococker
  • Posts: 1172
Re: New A-Z upload Design..
« Reply #30 on: February 26, 2007, 02: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?

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: New A-Z upload Design..
« Reply #31 on: February 26, 2007, 02: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.

Smokey

  • Autococker
  • Posts: 1172
Re: New A-Z upload Design..
« Reply #32 on: February 26, 2007, 02: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.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: New A-Z upload Design..
« Reply #33 on: February 26, 2007, 02: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?

Smokey

  • Autococker
  • Posts: 1172
Re: New A-Z upload Design..
« Reply #34 on: February 26, 2007, 03: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.

Cobo

  • Autococker
  • Posts: 1362
Re: New A-Z upload Design..
« Reply #35 on: February 26, 2007, 06:00:47 PM »
lol Smokey, you might wanna change the title of the pages :)
In other words, take the LOL of the titles ;)

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: New A-Z upload Design..
« Reply #36 on: March 03, 2007, 05:50:28 PM »
Another bug:

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


Can you change this that none \ is indicated?

l1g

  • Stingray
  • Posts: 57
Re: New A-Z upload Design..
« Reply #37 on: March 03, 2007, 07:05:04 PM »
Lol. Looks good Smokey. I like it.

Smokey

  • Autococker
  • Posts: 1172
Re: New A-Z upload Design..
« Reply #38 on: March 04, 2007, 12: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.

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: New A-Z upload Design..
« Reply #39 on: March 04, 2007, 04:48:46 AM »
Great ;D

Thanks