Jump to content

Wukl

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by Wukl

  1. Hi.

     

    When I try to signup from my computer, situated in The Netherlands, I get a message that the server encountered an error.

    We're sorry, but an error was encountered during signup. Please try again later.

    So, I try again later. First, about an hour later. The same message. Then I tried the next day. Again the same message. A week later, I tried again. And (why not?) the same message.

    I tried a proxy server in the United States, but the reCAPTCHA didn't show up, so I clicked the 'Get a new challenge' button. I got

    Input error: Invalid reference

    instead of a Captcha.

     

    The main question is, why can't I signup? I have registered before with a proxy server, but I deleted the account because I thought I found a better host (while HelioHost was much better).

  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title><?php echo "$sitetitle"; ?> • <?php echo "$title"; ?></title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" type="text/css" href="style/default.css" title="none" />
    <link rel="alternate stylesheet" type="text/css" href="style/dark.css" title="dark" />
    <link rel="alternate stylesheet" type="text/css" media="screen" title="sunshine" href="style/sunshine.css" />
    <script type="text/javascript" src="js/styleswitch.js">
    /*Style Sheet Switcher v1.1- © Dynamic Drive DHTML code library (www.dynamicdrive.com) Visit Dynamic Drive for this script and more */
    </script>
    <script type="text/javascript" src="js/cw3cb.js"></script>
    <link rel="icon" type="image/x-icon" href="style/favicon.ico" />
    </head>
    <body onload="makeDark()">
    <div id="all">
    <div id="header">
    <div id="horbar">
    <a href="java script:makeDark()">Licht uit</a>    <a href="java script:makeLight()">Licht aan</a>
    </div>
    </div>
    <div id="content">
    <div id="menu">
    <h1 class="menu">Menu</h1>
    <a href="index.php?p=Home">Home</a><br />
    <a href="tracker.php">Tracker</a><br />
    <a href="adm/edit.php?modus=edit&p=<?php echo "$title"; ?>">Bewerken</a><br />
    <a href="adm/edit.php?modus=create">Aanmaken</a><br />
    </div>
    <div id="main">
    <p class="main">
    <table>
    <tr>
    <td><strong>Titel</strong></td>
    <td><strong>Auteur</strong></td>
    <td><strong>Link</strong></td>
    </tr>
    <?php
    require_once('includes/db-conflib.php');
    
    $query="SELECT * FROM y_pages";
    $result=mysql_query($query);
    
    $num=mysql_numrows($result);
    
    mysql_close();
    
    $i=0;
    while ($i < $num) {
    
    $title=mysql_result($result,$i,"title");
    $htmltitle=mysql_result($result,$i,"htmltitle");
    $author=mysql_result($result,$i,"author");
    $text=mysql_result($result,$i,"text");
    echo "<tr>";
    echo "<td>$title</td>";
    echo "<td>$author</td>";
    echo '<td><a href="index.php?p='; echo "$htmltitle"; echo '">Klik</a></td>';
    echo "</tr>";
    
    $i++;
    }
    
    ?>
    </table>
    </p>
    </div>
    </div>
    <div id="footer">
    <p class="footerleft">
    <a href="http://validator.w3.org/check?uri=referer">
    <img name="xhtml" src="http://www.w3.org/Icons/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Transitional" height="31" width="88" />
    </a>
    </p>
    <p class="footerright">
    <a href="http://jigsaw.w3.org/css-validator/check/referer">
    <img style="border:0;width:88px;height:31px" name="css" src="http://www.w3.org/Icons/valid-css-blue.png" alt="Valide CSS!" />
    </a>
    </p>
    <script type="text/javascript"> /* Check if JS is enabled */</script><noscript>Sorry, maar voor veel grafische effecten van deze site is JavaScript nodig.</noscript>
    </div>
    </div>
    </body>
    </html>

    This is the code for my pagetracker in my CMS.

    I'm working on the second version of my CMS, so I had to copy it.

  3. My (no, 'our') website is Banaanvraag. I code the CMS and three friends fill it with content. They are Waflix (Waf = Dutch for what a dog 'says' and 'lix' is a part of his real name), Raul (?) and Pinda (Dutch for peanut). A big part of the site is in Dutch, so you are aware of it.

  4. Hi, I'm Wukl (that's not my real name, of course) and I come from The Netherlands. I'm the webmaster of Banaanvraag Webmedia and our previous hosting service couldn't even display a simple HTML-page without waiting too long. There servers crashed almost daily so I decided to search a new hosting service. HelioHost is much better then our previous host. I'm learning English, so I can make a mistake sometimes.

  5. I think evolution is real. If there was an God or some sort of 'energy' then the whole world would be perfect. We are just very fragile piles of organs, and some (like the appendix) don't have any task. A god would not create such a thing. If I was a god, I would create perfect organisms. Evolution can't do that.

×
×
  • Create New...