Java-Gaming.org Java4K winners: [ by our judges | by the community ]         
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members



News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  Print  
  Web host for 4k entries?  (Read 3625 times)
0 Members and 1 Guest are viewing this topic.
Offline moogie

JGO Strike Force
***

Posts: 775
Medals: 5


Java games rock!


« on: 2006-02-21 19:19:41 »

I do not own web space which supports the jnlp extension and am wondering whether there exists a free web host that does support java webstart.
Offline DonaldEKnuth

Full Member
**

Posts: 127



« Reply #1 on: 2006-02-21 19:30:59 »

There are hosts who give you PHP (or another server side language, Perl or ASP comes to mind). I use this:
1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
11  
12  
13  
14  
15  
16  
17  
18  
19  
20  
21  
22  
23  
24  
25  
26  
27  
<?php
//AddType application/x-java-jnlp-file    .jnlp
//AddType application/x-java-archive-diff .jardiff

header("Content-type: application/x-java-jnlp-file");
print("<?xml version=\"1.0\" encoding=\"utf-8\"?>\n");
?>
<jnlp spec="1.0+" codebase="http://thisistheurl.com/file/Sokoban4k" href="Sokoban4k.jar">
  <information>
    <title>Sokoban4k</title>
    <vendor>Kent Larsson</vendor>
    <homepage href="http://thisistheurl.com/2005/12/13/sokoban4k/" />
    <description>A Sokoban clone with 95 levels called Sokoban4k. You control the red circle using the arrow keys. Restart current level using R and skip to next level using N. The goal of the game is to push all suns into the marked floor squares on every level. Enjoy!</description>
    <offline-allowed />
  </information>
  <resources>
    <j2se version="1.4.2+" />
    <jar href="Sokoban4k.jar" />
  </resources>
<?php
// Only if the JAR-file is signed.
//  <security>
//    <all-permissions />
//  </security>
?>
  <application-desc main-class="H" />
</jnlp>

Use it if you like, I might have taken it from someone else as well. (Can't remember.) Smiley

My 4k 2006 Entry: Sokoban4k
Offline moogie

JGO Strike Force
***

Posts: 775
Medals: 5


Java games rock!


« Reply #2 on: 2006-02-21 20:54:39 »

Cheers for the script, I think i might take up your offer Smiley
Games published by our own members! Go get 'em!
Offline woogley

JGO Neuromancer
****

Posts: 1098
Medals: 5



« Reply #3 on: 2006-02-21 21:55:59 »

I host 4K games for free on javaunlimited, which, of course, supports normal jnlp

ftp: javaunlimited.net
user: j4k@javaunlimited.net
pass: j4k

files appear at http://javaunlimited.net/hosted/
Offline moogie

JGO Strike Force
***

Posts: 775
Medals: 5


Java games rock!


« Reply #4 on: 2006-02-21 23:39:12 »

even better Smiley
Offline swpalmer

JGO Kernel
*****

Posts: 3438
Medals: 4


Where's the Kaboom?


« Reply #5 on: 2006-02-26 11:40:02 »

Since my ISP refuses to properly configure their web server I was thinking of moving Bungie Bill to your server, but I can't figure out how to modify the info for an existing entry.

Offline woogley

JGO Neuromancer
****

Posts: 1098
Medals: 5



« Reply #6 on: 2006-02-26 13:15:09 »

you just find your game in the list, and click the "edit" button (looks like a blue pencil, next to the red 'x')

or you can just click here
Offline swpalmer

JGO Kernel
*****

Posts: 3438
Medals: 4


Where's the Kaboom?


« Reply #7 on: 2006-02-26 14:02:33 »

Argh!  I apparently forgot the password I used.. and I don't see a way to have it emailed to me.

Offline woogley

JGO Neuromancer
****

Posts: 1098
Medals: 5



« Reply #8 on: 2006-02-26 14:06:36 »

PMed.
Pages: [1]
  Print  
 
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.191 seconds with 22 queries.