Jump to content

Arion

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Arion

  1. Good luck finding a "free host" for this task.

    To host a (game)server you need a computer, yea, on which you have full control to run and kill applications (dedicated server).

    Webservers wont work (well, hehe, using PHP you might script a server) ;)

     

    Think of paying some bunch of money before making plans, you could also just run the server at your home computer :P

    Who knows, maybe there is a free dedicated host somewhere hidden in the web...

  2. Hello everyone!

     

    ( why I need a new username for helio net ? )

    I guess the webmaster doesnt want or cant mod the forum and the webservers to use the same accounts list.

    The forum uses its own structure to save user accounts, so does the accountscript for webservers.

    If I am wrong, correct me, admin :P

     

    For the script error part...

     

    Hmm... Can you copy the errormessage?

    I think there also is a linenumber given in it?

    <?php

    For each $fl in $fc;

    if ($fl.$Type=="GIF Image") {

    ?>

    EDIT: Whatever, I guess $fl is being retriven by the for loop. And what does the for loop do? Dont you need to mark the area the forloop needs to process for every hit?

    And... Why do you use "Set"? Does it even do anything? You do not need to use that... Or do you?

    I am not sure IF you show us the complete script, I even have no idea about $mod in...

    <?php

    $counter=$counter+1;

    if (($counter $mod 7 == 0)) {

    ?>

     

    Best you show us the errormessage, dont wanna tell anything wrong.

×
×
  • Create New...