Search results

  1. M

    :S Can't access folder...

    I have multiple websites on my account, they all work apart from one, which recently worked... http://martynleeball.x10hosting.com/stokeGTA/index.php I get an error saying: Forbidden You don't have permission to access /stokeGTA/index.php on this server. Additionally, a 404 Not Found...
  2. M

    :S Can't login or recover password...

    For some reason I can't login to my account panel, took me long enough to find a link to the free hosting account panel from the main page. It says that my email is incorrect, which I know for a fact it is either darren.ball4@ntlworld.com/martynball@hotmail.co.uk And my username should be...
  3. M

    Connectivity problems :/

    I think I am on the Stelix server (If you spell it like that). I keep on getting connectivity problems where Dreamweaver can't connect to the FTP :? I have changed no settings. I understand that the servers have been changed, but the statues says it is fine. But I still can't connect.
  4. M

    Page not changing :S

    I don't know if this is anything to do with the server upgrade, or my coding? But for some reason my page is not changing... http://martynleeball.x10hosting.com/stokeGTA/settings.php Temp username: username Temp password: password <?php session_start(); include...
  5. M

    Server down?

    Is ther free webhosting server down as none of my pages are loading up, it has been like this for afew days my friend told me. Link: http://martynleeball.x10hosting.com/stokeGTA/index.php
  6. M

    Sliding content.

    I am trying to find a way to make a div slide out into the page, slowly. Not just appear. I was think of something like this: <script type="application/javascript"> var xmlhttp; function divBigger(id) document.getElementById("moveDiv").style.left="8%"; </script> Then add a php condition...
  7. M

    Button not working :(

    Any idea why the ip_s button won't delete all posts with that IP and add the IP to the other table? <body> <p style="color:#CCCCCC; font-family:Calibri; font-size:36px;" align="center">Administrator Tools</p> <?php include "../scripts/db-connect.php"; ?> <?php include "../scripts/delete.php"...
  8. M

    Run script in current document.

    At the moment I use this; <form name="form1" method="post" action="scripts/update.php"> I want to add the php script under my form code so that the echo function will write the text in the current document, because my current action loads a new page (update.php). I have added a function...
  9. M

    action="update.php" make new page :(

    Question 1: Sorry about the vast amount of threads I am making, but don't want to confuse people by posting new questions in the same threads. Here, I have a form, and action script. It updates my database with the values in the form. The only problem with it is that when I click submit, the...
  10. M

    CSS being an arse.

    Bascially, I want the "main_text" div go all the way to the bottom of the page, but for some reason width:100%; won't do it :S <!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">...
  11. M

    Deleting from data base using value from form.

    It all works, but I have to put the "ID" value in the php code. How do I drag in a value from a text field? <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Administator Tools</title> </head> <body> <form name="dr" action="scripts/delete-r.php"...
  12. M

    Writing to database?

    I can read the values in my database which I manually added for testing, but I cannot add new values into the database... I am following this tutorial: http://teamtutorials.com/web-development-tutorials/php-tutorials/inserting-data-into-a-mysql-database-using-php Here is my code (Password...
  13. M

    Database connection string?

    I am following a tutorial on how to access a MySQL database; http://teamtutorials.com/web-development-tutorials/how-to-access-a-mysql-database-using-php I have done everything correctly so far, but I am having trouble finding the connection string. I supose I could copy the one from the...
  14. M

    Convert .ASP to .ASPX

    http://martynleeball.x10hosting.com/gallery.aspx Well, basically, I am a noob at coding. This website which I have uploaded is the best ive done before Lol. Now, how do I convert it so that it will work? Lol. I don't understand how to, is there different code? The includes don't work or...
  15. M

    Code not being used as code? :S

    I opened up the /public_html folder, and in there was a load of folders and a few files including the default web page. Well, I sort of deleted them thinking I don't need them, but I uploaded my website, and when I open a page I just see the code... Here is a link...
  16. M

    SQL Database location?

    I cannot find a support forum, and I can't get the instant support thing to work. So. Here is my problem; I am trying to set up an IM - Instant Messanger on my website. I have created the database and followed how to set up the install file. <?php /////////////////////////////////// //...
  17. M

    Halo 3 Weapons.

    Here are some Halo 3 weapons, which I have modeled from scratch. (Normal render and a wireframe under) Halo 3 Spiker Halo 3 Magnum Halo 3 Sniper Rifle And a shotgun, (not Halo related) I have also started to texture one of them, btw this is my first texture :D I plan on modeling...
  18. M

    Hacked?

    {EDIT} Sorry, i just read the other post and about what is going on. So i know why its doing this now. I cannot get onto my forums or even anywhere. 404 - Not Found The requested resource could not be located. Check the following :-...
  19. M

    Server Down?

    I think the entire server has just gone down again because i cant access my forums nor the ftp server.
  20. M

    My Account?

    I tryed to get on the control panel for the free host but it would not load, i also could not load up my forums which is: http://vmteam.pcriot.com/martynb/phpBB3/ It just does not load, and after a while it says Problem Loading Page. Is the website down or something? And i don't think i have...
Top