Search results

  1. T

    delete account

    Altough the services of x10hosting are nice, i don't require them anymore. Also, I have changed my web adress from http://spekkies.x10.mx to http://spekkies2.x10.mx. When I surf to the first, the normal content is shown. When I surf to the second it shows "Default Web Page". The ftp-adress...
  2. T

    mySQL help

    Say i have this table in mySQL: ID | Name | stuff ----------------- 5 | Hank | 1234 ----------------- 7 | Derp | 5678 and I want to display ALL the rows of the name column, how should I do this? I tried mysql_fetch_assoc() and mysql_fetch_row() but that only gets me the first...
  3. T

    peding account actions

    I have an action to modify my account's password, and 2 actions to modify my accounts domain. I have submitted them on may 5 and may 7. My password was updated, but it is still in the list. The domain modifications are not coming through though. I am a free user on the stoli server. If it...
  4. T

    Cookie arrays

    Does anyone know how to store an array in a cookie, and get the value with php? It would be nice if i could use Jquery. I know how to get the value with php, but how do I get the value there in the first place? if ($_COOKIE['tabs'][0] == true){ echo $_COOKIE['tabs']; }etc;
  5. T

    PHP, Jquery and cookies

    I want to make something where you can select which tab(s) you want to show. I thougt to make this with Jquery, PHP and cookies. $(function(){ $('#gHide').click(function(){ $.cookie('tabs[0]', 'true'); }); //and so on }); and a piece of php: <?php if ($_COOKIE['tabs'][0] == true){...
  6. T

    TorrentFlux

    Is it legal/possible to use Torrentflux on x10hosting? Please note I don't have it (yet).
Top