Generates links to join soldat servers through the Internet Explorer.
Demo here:
[URL]
Download here:
[URL]
Here is the simple source code...:
[code]<body bgcolor=#000000 text="#ffffff" alink="#ffffff" link="#ffffff" vlink="#ffffff">
<p align=center><font face=verdana size=1>
<u><b>Soldat Link Generator:</u></b>
<br><br>
<?php
echo "<u>Link:</u> <b><a href=soldat://$link:$port/ >$link:$port</a></b><br>(Click to join)<br>";
echo "<form action=linkgen.php method=post>";
echo "<b><u>Fill this form:</b></u><br>";
echo "IP: <input type=input name=link value=\"$link\" size=14>";
echo "<br>Port: <input type=input name=port value=\"$port\" size=5>";
echo "<br><input type=submit value=Generate!>";
echo "</form>";
?></font></p>
</body>
[/code]
Demo here:
[URL]
Download here:
[URL]
Here is the simple source code...:
[code]<body bgcolor=#000000 text="#ffffff" alink="#ffffff" link="#ffffff" vlink="#ffffff">
<p align=center><font face=verdana size=1>
<u><b>Soldat Link Generator:</u></b>
<br><br>
<?php
echo "<u>Link:</u> <b><a href=soldat://$link:$port/ >$link:$port</a></b><br>(Click to join)<br>";
echo "<form action=linkgen.php method=post>";
echo "<b><u>Fill this form:</b></u><br>";
echo "IP: <input type=input name=link value=\"$link\" size=14>";
echo "<br>Port: <input type=input name=port value=\"$port\" size=5>";
echo "<br><input type=submit value=Generate!>";
echo "</form>";
?></font></p>
</body>
[/code]