Search results

  1. L

    My account is not working

    Hi, It's benn like 4-5 months that I haven't accesd my account, as I was on vacation and then I had personal problems. So today I try to check my site and it says that my x10hosting account is inexistant.... Is there a way to reccuperate my site? I put a lot of work especially on building my...
  2. L

    Site is very slow

    Hi guys, I have a little problem and I didnt have it before. I for some reasons unknown it takes really a long time to load my site... Here is my site: http://mistral.x10hosting.com Thanks for your help,
  3. L

    Index.html will not load

    Try re-naming it to: index.html
  4. L

    Why doesnt this code work? ( PHP )

    Yeah I saw it and fixed it thou. Thats why i got these results xD Or else I get a white page. But the error is still there...
  5. L

    Why doesnt this code work? ( PHP )

    Oh sorry, Ok so for the first bloc: It shows the name correctly but these details: $get_stats = mysql_query("SELECT * FROM `players` WHERE `name` = '$players1[$x1]'",$link); $run_stats = mysql_fetch_array($get_stats) or die(mysql_error()); $off = "" .$run_stats['off']. ""; $def...
  6. L

    Why doesnt this code work? ( PHP )

    Hi, I made a php page that retreives data from a MYSQL table. And it checks if the data contains a number if it does, it puts all in one row. If it doesnt it splits into plenty of rows. But for some reason, it doesnt seem to work. Here is the code: <?php $id = $_GET['id']; $link =...
  7. L

    Database Problem with Stoli

    It happend again, only some databases and some tables have been reset.... Is there a way to fix this? I have a database site and forums. The site one seems to be ok, but for the forums nope. Message posted of the 2 last days dissapears.....
  8. L

    Database Problem with Stoli

    Hi, So yesterday I added alot of data to my Database. And did alot of update to the old datas, today I realise that the new datas I entered have dissapaeread. Also the updated datas are back to the old ones from thursday.... I know that there was a problem with Stoli and it's supposed to...
  9. L

    Dynamic Image

    Thanks it works!!!
  10. L

    Dynamic Image

    The thing like I mentionned is that each player has a different value for it.... I am retreving each players info by using PHP_GET on the player.php file. And I echo out the values on the same file.... And what should be the coding for the plusminus.php ? Just a select query, with the...
  11. L

    Dynamic Image

    Ok, but why call it in a separate file? Thats where I am getting lost...
  12. L

    Dynamic Image

    I dont quite follow you here.. So what is $value on the same page equlas too? And also, The value changes for each players... so it would be best if its get called in the while loop no?
  13. L

    Dynamic Image

    Hi, Just wondering, how do I show the bar? What should i echo?
  14. L

    Css Positioning

    Hi guys, I have a little problem: http://liguedhockeysimule.x10hosting.com/site/resultsf.php?date=4/2/2010&result= Montreal Canadiens 3 , Vancouver Canucks 1 I want the logo at the right side to be at the same level as teh table. So far I have this coding: img.floatLeft {...
  15. L

    Dynamic Image

    Thanks so much, I will try it as soon as I get home.
  16. L

    Dynamic Image

    Hi guys, OK so I have a number that I am getting from a DB... So what I want is that the number retreieved is the width of an image. So for easy, but here is the tough part: If that number is a negative, I want the image starting from the middle and goes to the left, and if its positive...
  17. L

    Server or code?

    The code checks if there if there is already a user and if there it updates, if not it inserts... I tried dropping the table, creating a new one, without succes... Edit: And what I dont get is, it inserts well the 1858 first entries. The 1 859, it inserts until line 7 well and it stoppes at...
  18. L

    Server or code?

    But why did it work before and suddenly stopped working?
  19. L

    Server or code?

    Hi guys, I have a question... I have a code that reads a text file and inserts it into a DB... I used it before and it works well... but now it goes till 1859 and stops inserting...why? Furthermore, I have a code that is almost the same and that one works and inserts/updates succesfully the...
Top