<tr><td><b>WAPalize your myNEWS entries</b></td></tr>
<tr><td>I added a functionality, which allows you to wapalize your most recent myNEWS headlines. Have a look at the config.php file.<br><br>Goto <ahref=http://www.gelon.nettarget=_>gelon.net</a> for WAP emulators.<br><br>Verify your wml code <ahref=http://www.anywhereyougo.com/ayg/ayg/WapWanderer.potarget=_>anywhereyougo.com</a></td></tr>
<tr><td><hrwidth=100%size=1></td></tr>
<tr><td>17.01.2001 - Urs</td></tr>
<tr><td><b>login/passwords are now within the config file</b></td></tr>
<tr><td>1)<br>I erased the passwd.txt file due to constant security reasons. the login/password pairs are now held within an array in the config.inc.php file.<br><pre><br>$authentication = array ( <br> "test" => "test",<br> "myLogin" => "myPassword",<br> "whatever" => "whatever" );<br></pre><br>2)<br>On login you can choose to save the login/password in a cookie and keep this information for longer, or to login for just this session.<br><br>3)<br>more easy configuration due to hash array setup.<br><br>4)<br>moved include files to /include folder</td></tr>
<tr><td>With myNews V2.0.4 you can now export the data to the RSS compliant file format by pressing "rdf" in the menu list.<br><br>See the <ahref=./rss.phptarget=_blank>mynews.rdf</a> contents!</td></tr>