Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (408)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  Web host for 4k entries?  (Read 4037 times)
0 Members and 1 Guest are viewing this topic.
Offline moogie

JGO Knight


Medals: 7
Projects: 5


Java games rock!


« Posted 2006-02-22 01: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

Junior Member





« Reply #1 - Posted 2006-02-22 01: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 Knight


Medals: 7
Projects: 5


Java games rock!


« Reply #2 - Posted 2006-02-22 02:54:39 »

Cheers for the script, I think i might take up your offer Smiley
Games published by our own members! Check 'em out!
Legends of Yore - The Casual Retro Roguelike
Offline woogley
« Reply #3 - Posted 2006-02-22 03: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 Knight


Medals: 7
Projects: 5


Java games rock!


« Reply #4 - Posted 2006-02-22 05:39:12 »

even better Smiley
Offline swpalmer

JGO Coder




Where's the Kaboom?


« Reply #5 - Posted 2006-02-26 17: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
« Reply #6 - Posted 2006-02-26 19: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 Coder




Where's the Kaboom?


« Reply #7 - Posted 2006-02-26 20: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
« Reply #8 - Posted 2006-02-26 20:06:36 »

PMed.
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Browse for soundtracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (114 views)
2013-05-17 21:29:12

alaslipknot (123 views)
2013-05-16 21:24:48

gouessej (152 views)
2013-05-16 00:53:38

gouessej (145 views)
2013-05-16 00:17:58

theagentd (159 views)
2013-05-15 15:01:13

theagentd (143 views)
2013-05-15 15:00:54

StreetDoggy (187 views)
2013-05-14 15:56:26

kutucuk (211 views)
2013-05-12 17:10:36

kutucuk (210 views)
2013-05-12 15:36:09

UnluckyDevil (215 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.145 seconds with 23 queries.