Bemanistyle #1 In music game coverage - Dance Dance Revolution, Beatmania, IIDX, Popn Music Sponsored Banner Ad. Contact Keith or Djp to AdvertiseSponsored Advertisement

Go Back   Bemanistyle [dot] com Forums > Bemanistyle [dot] com > Help Forum > Sims Database
Tags: , ,

Reply
 
Thread Tools

Old 06-23-2006, 12:00 AM   #16
darknightmare92
//bemanistyle::[User]
 
darknightmare92 is offline
Join Date: Jun 2006
Posts: 18
Marketplace Rating: 0
Send a message via PM  to darknightmare92
Default

Yeah its not workin here either and my internet is fine worked on 6.0
  Reply With Quote

Old 06-23-2006, 12:47 AM   #17
Keith
Lookie what I can do!
 
Keith's Avatar
 
Keith is offline
Join Date: Dec 2004
Location: St. Louis
Donated: $32.1 ?
Posts: 789
Marketplace Rating: 0
Send a message via PM  to Keith
Default

Quote:
Originally Posted by darknightmare92
Yeah its not workin here either and my internet is fine worked on 6.0
Can you tell me what it's doing?
__________________
  Reply With Quote

Old 06-24-2006, 02:08 AM   #18
Footstorm
//bemanistyle::[User]
 
Footstorm's Avatar
 
Footstorm is offline
Join Date: Jun 2006
Posts: 11
Marketplace Rating: 0
Send a message via PM  to Footstorm
Default

ugh, you all are lucky to have non-dial up...
it takes me 20+ minutes just to upload a simfile, and i usually can't do anything during that tim or the file will be corrupt-
i assume that's just my connection?
__________________
Oh, we both know i'm going to get myself killed someday
  Reply With Quote

Old 06-26-2006, 05:42 PM   #19
darknightmare92
//bemanistyle::[User]
 
darknightmare92 is offline
Join Date: Jun 2006
Posts: 18
Marketplace Rating: 0
Send a message via PM  to darknightmare92
Default

i tried it again still doesn't work and my internet is fine.
  Reply With Quote

Old 06-27-2006, 03:41 PM   #20
EdBoy
Banned
 
EdBoy's Avatar
 
EdBoy is offline
Join Date: Jun 2006
Location: Chicago suburb, Illinois
Posts: 153
Marketplace Rating: 0
Send a message via PM  to EdBoy
JME
Default

I'm getting the problem right now. I used WinRAR at first, and it recognized it as the octet-stream MIME type.

But then I used Windows' Compressed ZIP thing and it still gave me the same exact thing.

Firefox on Windows XP. Keith, should I email the file to you or is it just the server that hates WinRAR? :/
__________________

That so describes me perfectly.

Pfff, jme is so old meme. In FB, every repost is repost repost.
  Reply With Quote

Old 06-27-2006, 03:55 PM   #21
Asymptote
//bemanistyle::[User]
 
Asymptote is offline
Join Date: Jun 2006
Posts: 44
Marketplace Rating: 0
Send a message via PM  to Asymptote
Default

having same problem except for me it says "You uploaded: application/x-download"...

i'm using Winrar, tried rezipping, and reuploading several times, isn't working.
  Reply With Quote

Old 06-27-2006, 04:28 PM   #22
Keith
Lookie what I can do!
 
Keith's Avatar
 
Keith is offline
Join Date: Dec 2004
Location: St. Louis
Donated: $32.1 ?
Posts: 789
Marketplace Rating: 0
Send a message via PM  to Keith
Default

What browser and OS are you guys using. Please email the file to keith@bemanistyle.com
__________________
  Reply With Quote

Old 06-27-2006, 04:38 PM   #23
EdBoy
Banned
 
EdBoy's Avatar
 
EdBoy is offline
Join Date: Jun 2006
Location: Chicago suburb, Illinois
Posts: 153
Marketplace Rating: 0
Send a message via PM  to EdBoy
JME
Default

Alright, it's been uploaded.

Couldn't you check for extension rather than MIME type? It'd be so much easier and eliminate all these problems.
__________________

That so describes me perfectly.

Pfff, jme is so old meme. In FB, every repost is repost repost.
  Reply With Quote

Old 06-27-2006, 04:44 PM   #24
Keith
Lookie what I can do!
 
Keith's Avatar
 
Keith is offline
Join Date: Dec 2004
Location: St. Louis
Donated: $32.1 ?
Posts: 789
Marketplace Rating: 0
Send a message via PM  to Keith
Default

I've been thinking about it for a couple weeks and I'm probably going to end up doing that.
__________________
  Reply With Quote

Old 06-27-2006, 04:56 PM   #25
EdBoy
Banned
 
EdBoy's Avatar
 
EdBoy is offline
Join Date: Jun 2006
Location: Chicago suburb, Illinois
Posts: 153
Marketplace Rating: 0
Send a message via PM  to EdBoy
JME
Default

I think an if(indexOf(???)==-1) {alert("NOT A ZIP")} script would work fine, just to check if it was a .zip file. It's not like it'd be possible to fool it.
__________________

That so describes me perfectly.

Pfff, jme is so old meme. In FB, every repost is repost repost.
  Reply With Quote

Old 06-27-2006, 05:20 PM   #26
Keith
Lookie what I can do!
 
Keith's Avatar
 
Keith is offline
Join Date: Dec 2004
Location: St. Louis
Donated: $32.1 ?
Posts: 789
Marketplace Rating: 0
Send a message via PM  to Keith
Default

Quote:
Originally Posted by EdBoy
I think an if(indexOf(???)==-1) {alert("NOT A ZIP")} script would work fine, just to check if it was a .zip file. It's not like it'd be possible to fool it.
Well I would rather check it with the PHP script, not with javascript; since some one could just turn Javascript off. I know how to check it, I've done it with a couple other websites, I just haven't done it yet.
__________________
  Reply With Quote

Old 06-27-2006, 08:30 PM   #27
darknightmare92
//bemanistyle::[User]
 
darknightmare92 is offline
Join Date: Jun 2006
Posts: 18
Marketplace Rating: 0
Send a message via PM  to darknightmare92
Default

well i am using firefox and it keeps telling me
Only application/x-zip-compressed or application/zip or multipart/x-zip files may be uploaded. You uploaded: application/force-download
plz i want tokens

Last edited by darknightmare92 : 06-27-2006 at 08:38 PM.
  Reply With Quote

Old 06-27-2006, 11:03 PM   #28
EdBoy
Banned
 
EdBoy's Avatar
 
EdBoy is offline
Join Date: Jun 2006
Location: Chicago suburb, Illinois
Posts: 153
Marketplace Rating: 0
Send a message via PM  to EdBoy
JME
Default

Quote:
Originally Posted by Keith
Well I would rather check it with the PHP script, not with javascript; since some one could just turn Javascript off. I know how to check it, I've done it with a couple other websites, I just haven't done it yet.
Oh. Well, then, I guess I'll just have to wait until then.

There's gotta be a way to embed JavaScript that it doesn't allow to be disabled... :/

Minor problem. Okay, I think until then. By the way, is there anything you can do with what I actually emailed you? Like, upload it and change it to my name or something? Although I don't think that's within the capabilities of an admin. Just asking.
__________________

That so describes me perfectly.

Pfff, jme is so old meme. In FB, every repost is repost repost.
  Reply With Quote

Old 06-27-2006, 11:37 PM   #29
phuzion
noderator
 
phuzion's Avatar
 
phuzion is offline
Join Date: Oct 2005
Location: A-K Rowdy, Ohio
Donated: $25.73 ?
Posts: 841
Marketplace Rating: 0
Send a message via PM  to phuzion
Default

Quote:
Originally Posted by EdBoy
There's gotta be a way to embed JavaScript that it doesn't allow to be disabled... :/
No, there isn't. If there was, the page would crash on machines that don't have Java installed, which is why almost everything on this site is server-side processing. That way, the site is compatible with more browsers, and configurations.
__________________

thanks redshoepaul
  Reply With Quote

Old 06-28-2006, 10:18 AM   #30
Asymptote
//bemanistyle::[User]
 
Asymptote is offline
Join Date: Jun 2006
Posts: 44
Marketplace Rating: 0
Send a message via PM  to Asymptote
Default

It seems there is too many MIME restrictions that the previous site didn't have.... maybe these restrictions should be removed, or at least the ones that we are trying added to the whitelist...
  Reply With Quote
Reply



Go Back   Bemanistyle [dot] com Forums > Bemanistyle [dot] com > Help Forum > Sims Database
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Sponsored Advertisement



All times are GMT -6. The time now is 03:08 PM.

vBulletin skin developed by: eXtremepixels
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
| Home | Register | FAQ | Members List | Calendar | Today's Posts | Search | New Posts |