BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 03-16-2005, 12:20 PM   #21
ins0mniaque
Knows Where the Search Button Is
 
Join Date: Mar 2005
Model: 7100r
Posts: 29
Default Apache for president...

Please Login to Remove!

Quote:
Originally Posted by Entropy666
I know this to not be a fact as long as your allowed to add .htaccess files to the directory in question you can add any MIME type you want even if you arent a webmaster. Not only that it is really simple to setup a simple directory structure that even blackberrys will love here let me break it down for you guys.

You create a text file and write in it these following things:
Options +Indexes
addType audio/adpcm adp
The first one allows you to browse the website folders contents and only that folder and the second one adds the mime types for adp simple as that. you can also add these two if you want to be able to upload Jar and Jad files to be able to do over the air downloads:
AddType text/vnd.sun.j2me.app-descriptor jad
AddType application/java-archive jar
HOPE THAT HELPS
Only if your web server is Apache ( well... if it's not, it should be ;) )
Offline  
Old 03-16-2005, 12:53 PM   #22
Entropy666
Talking BlackBerry Encyclopedia
 
Entropy666's Avatar
 
Join Date: Feb 2005
Location: New York
Model: 8310
PIN: 24311b91
Carrier: AT&T
Posts: 262
Default True

Quote:
Originally Posted by ins0mniaque
Only if your web server is Apache ( well... if it's not, it should be ;) )
True, Well i run a few dedicated servers so if you guys need a place to post these ringtones i can offer you that. And i dont know many free hosts that dont use apache.
__________________
Check out our Reviews of Blackberry software and accessories
BerryReview.com - Giving back to the BlackBerry Community
Request a Review!
Offline  
Old 03-16-2005, 12:56 PM   #23
Bratag
Thumbs Must Hurt
 
Join Date: Oct 2004
Model: 7100T
Posts: 173
Default

I have a bunch of rings created. Unfortunately I do not leave my machines up and runnign during the day. If anyone wants them just PM me and I will give you the addr and time you can grab them. Lucky Luciano I believe also offered to host some. Nothing like Rage Againt the Machine - Know Your Enemy screaming out when you get a call.
Offline  
Old 03-16-2005, 12:57 PM   #24
ins0mniaque
Knows Where the Search Button Is
 
Join Date: Mar 2005
Model: 7100r
Posts: 29
Default

Now if someone could just post a "javaloader -usb dir" to see if I can expect having new ringtones...
Offline  
Old 03-16-2005, 01:37 PM   #25
HiRoll3r
Thumbs Must Hurt
 
HiRoll3r's Avatar
 
Join Date: Mar 2005
Location: Bay Area, CA
Model: 9530
OS: latest
Carrier: VZW
Posts: 81
Default

Quote:
Originally Posted by ins0mniaque
Now if someone could just post a "javaloader -usb dir" to see if I can expect having new ringtones...
I'm downloading JDK right now to check (have it at home, but I'm at work). I believe that the files are stored as .adp files tho. Since the bandwidth at my office is comparible to dial-up, it could be a while ;)
Offline  
Old 03-16-2005, 01:52 PM   #26
bluejae
Thumbs Must Hurt
 
Join Date: Mar 2005
Model: z10
Carrier: t-mobile
Posts: 183
Default

Quote:
Originally Posted by Entropy666
I know this to not be a fact as long as your allowed to add .htaccess files to the directory in question you can add any MIME type you want even if you arent a webmaster. Not only that it is really simple to setup a simple directory structure that even blackberrys will love here let me break it down for you guys.

You create a text file and write in it these following things:
Options +Indexes
addType audio/adpcm adp
The first one allows you to browse the website folders contents and only that folder and the second one adds the mime types for adp simple as that. you can also add these two if you want to be able to upload Jar and Jad files to be able to do over the air downloads:
AddType text/vnd.sun.j2me.app-descriptor jad
AddType application/java-archive jar
HOPE THAT HELPS

i'm willing to try this but i don't get what you are saying to do... you want me to create a text file with those 2 lines of text in it. then save it as a text file with what name? put i where? does it go in the same directory as the .adp file? if you could please give some more detailed instructions that would be great.
Offline  
Old 03-16-2005, 02:01 PM   #27
HiRoll3r
Thumbs Must Hurt
 
HiRoll3r's Avatar
 
Join Date: Mar 2005
Location: Bay Area, CA
Model: 9530
OS: latest
Carrier: VZW
Posts: 81
Default

Quote:
Originally Posted by bluejae
i'm willing to try this but i don't get what you are saying to do... you want me to create a text file with those 2 lines of text in it. then save it as a text file with what name? put i where? does it go in the same directory as the .adp file? if you could please give some more detailed instructions that would be great.
As long as your server is running apache, yes, create that file, name it .htaccess, and save it to the directory where your .adp files are stored.
Offline  
Old 03-16-2005, 02:15 PM   #28
Entropy666
Talking BlackBerry Encyclopedia
 
Entropy666's Avatar
 
Join Date: Feb 2005
Location: New York
Model: 8310
PIN: 24311b91
Carrier: AT&T
Posts: 262
Default

Quote:
Originally Posted by bluejae
i'm willing to try this but i don't get what you are saying to do... you want me to create a text file with those 2 lines of text in it. then save it as a text file with what name? put i where? does it go in the same directory as the .adp file? if you could please give some more detailed instructions that would be great.
Yeah you create a text file with those mime types described before and when you copy it over to the directory of your site you just rename it to .htaccess and it will work. Good luck
__________________
Check out our Reviews of Blackberry software and accessories
BerryReview.com - Giving back to the BlackBerry Community
Request a Review!
Offline  
Old 03-16-2005, 02:17 PM   #29
bluejae
Thumbs Must Hurt
 
Join Date: Mar 2005
Model: z10
Carrier: t-mobile
Posts: 183
Default

i can't even create a file called ".htaccess" i get the error must type a file name
Offline  
Old 03-16-2005, 02:19 PM   #30
bluejae
Thumbs Must Hurt
 
Join Date: Mar 2005
Model: z10
Carrier: t-mobile
Posts: 183
Default

Quote:
Originally Posted by Entropy666
Yeah you create a text file with those mime types described before and when you copy it over to the directory of your site you just rename it to .htaccess and it will work. Good luck
oh... let me try that... =)
Offline  
Old 03-16-2005, 02:21 PM   #31
Entropy666
Talking BlackBerry Encyclopedia
 
Entropy666's Avatar
 
Join Date: Feb 2005
Location: New York
Model: 8310
PIN: 24311b91
Carrier: AT&T
Posts: 262
Default Yeah

Quote:
Originally Posted by bluejae
oh... let me try that... =)
Thats why i mentioned you have to start it off as a text file and then once you transfer it to your server directory you rename it
__________________
Check out our Reviews of Blackberry software and accessories
BerryReview.com - Giving back to the BlackBerry Community
Request a Review!
Offline  
Old 03-16-2005, 02:25 PM   #32
bluejae
Thumbs Must Hurt
 
Join Date: Mar 2005
Model: z10
Carrier: t-mobile
Posts: 183
Default

yeah... i was typing and when i posted, the other post with the answer to my question was before mine... sorry about that... so i tried this and it didn't work... the file was essentially named .htaccess.txt is that right? if it is... then i guess my server isn't apache
Offline  
Old 03-16-2005, 02:33 PM   #33
bluejae
Thumbs Must Hurt
 
Join Date: Mar 2005
Model: z10
Carrier: t-mobile
Posts: 183
Default

doesn't seem like i can get this to work... i tried changing the name to .htaccess and still get the unsupported media type error... i'm using my schools webspace... if that helps anyone help me
Offline  
Old 03-16-2005, 02:48 PM   #34
ins0mniaque
Knows Where the Search Button Is
 
Join Date: Mar 2005
Model: 7100r
Posts: 29
Default

only .htaccess not .htaccess.txt
Offline  
Old 03-16-2005, 02:51 PM   #35
ins0mniaque
Knows Where the Search Button Is
 
Join Date: Mar 2005
Model: 7100r
Posts: 29
Default Check which web server it is...

Go to http://www.seoconsultants.com/tools/headers.asp
Type the address in the "Check Server Headers" field.
Click "Check Server Headers".
Check the value after "Server: "
Offline  
Old 03-16-2005, 02:53 PM   #36
bossj52
Thumbs Must Hurt
 
Join Date: Jan 2005
Location: Plano, TX
Posts: 103
Default

Lucky has been kind enough to host some of the ones I've created thus far.... The difference is incredible.....
Offline  
Old 03-16-2005, 04:12 PM   #37
bluejae
Thumbs Must Hurt
 
Join Date: Mar 2005
Model: z10
Carrier: t-mobile
Posts: 183
Default

Quote:
Originally Posted by ins0mniaque
Go to http://www.seoconsultants.com/tools/headers.asp
Type the address in the "Check Server Headers" field.
Click "Check Server Headers".
Check the value after "Server: "

i tried whatever that was ... and by the results it seems that the server is apache... but i still can't get it to work
Offline  
Old 03-16-2005, 05:15 PM   #38
Entropy666
Talking BlackBerry Encyclopedia
 
Entropy666's Avatar
 
Join Date: Feb 2005
Location: New York
Model: 8310
PIN: 24311b91
Carrier: AT&T
Posts: 262
Default Hey Guys Check this out Youll love me

this is a work in progress and if anybody has any other they want on i will be glad to put them up there. I made this as simple as possible just point your blackberry browser at
http://www.viraldesigns.com/ring/
enjoy and tell me if you have any requests

edit: Sorry guys was thinking there would be a bigger response well its up there
__________________
Check out our Reviews of Blackberry software and accessories
BerryReview.com - Giving back to the BlackBerry Community
Request a Review!

Last edited by Entropy666; 03-16-2005 at 05:22 PM.. Reason: Added
Offline  
Old 03-16-2005, 05:25 PM   #39
bluejae
Thumbs Must Hurt
 
Join Date: Mar 2005
Model: z10
Carrier: t-mobile
Posts: 183
Default

Quote:
Originally Posted by Entropy666
this is a work in progress and if anybody has any other they want on i will be glad to put them up there. I made this as simple as possible just point your blackberry browser at
http://www.viraldesigns.com/ring/
enjoy and tell me if you have any requests

edit: Sorry guys was thinking there would be a bigger response well its up there
cool how do we go about giving you stuff to stick up there?
Offline  
Old 03-16-2005, 05:38 PM   #40
izeyah
New Member
 
Join Date: Feb 2005
Model: 8703
Carrier: VZW
Posts: 9
Default

awesome work guys! that was pretty simple. got a song in my phone within 15 min.

i have some web space i could spare if people need some help.
__________________
7130e
Offline  
Closed Thread


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


For FESTO 34311 MYH-5/3G-M5-L-LED Solenoid Valve picture

For FESTO 34311 MYH-5/3G-M5-L-LED Solenoid Valve

$130.40



For LISTINGREXROT R900561274 / R900561274 Solenoid Valve picture

For LISTINGREXROT R900561274 / R900561274 Solenoid Valve

$178.04



For YUKEN BG-03-V-32 #ZY Solenoid Valve picture

For YUKEN BG-03-V-32 #ZY Solenoid Valve

$211.58



For Bobcat Fuel Shut Off Solenoid Kit 743 751 753 763 773 Skid Steer shut down picture

For Bobcat Fuel Shut Off Solenoid Kit 743 751 753 763 773 Skid Steer shut down

$56.95



Solenoid Replacement for Dentsply SPS Cavitron Gen 131, 132, 136, and 137 models picture

Solenoid Replacement for Dentsply SPS Cavitron Gen 131, 132, 136, and 137 models

$138.00



DORMEYER 2005-M-1 Solenoid,Laminated,1/8 - 1 in,Continuous picture

DORMEYER 2005-M-1 Solenoid,Laminated,1/8 - 1 in,Continuous

$37.87







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.