Search results

  1. M

    :S Can't access folder...

    Dammit, need this server for my ICT course at college as the college administrators are areses and won't setup PHP on their servers.. too much work for them it seems :/ Cheers :)
  2. 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...
  3. M

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

    Oh, crap. My bad Lol. Cheers mate :)
  4. 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...
  5. M

    Connectivity problems :/

    Okay cheers, :)
  6. 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.
  7. 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...
  8. M

    Server down?

    Oh right, Lol. Cool, roughly how long is this going to take? If you have any idea, I would figure it out but I don't really know when it started as I have been busy.
  9. M

    Server down?

    Cheers, what is migration?
  10. 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
  11. 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...
  12. M

    Button not working :(

    I think I will stick to scaffolding, seeming as this website is probably my first proper one and I am not aiming on learning a LOT of web design. My intentions are to go into the gaming industry, 3d modelling. This website will be my portfolio, at the moment it is for college work, all I really...
  13. M

    Button not working :(

    Okay, cheers. I will start to do that :)
  14. 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"...
  15. M

    Run script in current document.

    I have it solved now, never mind.
  16. M

    Run script in current document.

    Does that mean re-coding the script which saves the data to the database in AJAX language? The "echo" is running before I click submit... how do I make it only run when I have submited? <?php // Connect to database $con = mysql_connect("localhost","martynba_martynb","password"); if (!$con) {...
  17. 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...
  18. M

    CSS being an arse.

    Wow, mission. You are really helpful Lol. And thanks to you other three. :) Edit: I'm going to re-code the layout. Edit2: Is there a fix for the show and hide javascript for IE, as it does not work. Works fine in firefox because firefox is ownage. I HATE Internet Explorer, but the majority...
  19. M

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

    One more quick question, when I enter txt longer than the table, it stretches the table... i want it go on a new line, like it was doing. :S http://martynleeball.x10hosting.com/contactus.php Click "Show Comments" at bottom of page. <?php // Connect to the database server...
Top