Search results

  1. X

    SQL not allowing connectivety

    probably misspelled something, or missing a quotation somewhere.
  2. X

    I need help

    change the url in the link, should be in the index file.
  3. X

    Joomla Problem

    When I hover over the link, it does not show page1.php and this is what I seen... Maybe it is using the same template for the new links you create. I'm not an expert on joomla and stopped using it because of all the problems I had. But some people love it, so maybe it is just me.
  4. X

    fsock

    I did not see anyone mention the fsockopen not working anymore I did not make any changes, just checked my page and noticed fsockopen is no longer connecting.
  5. X

    help with form script please

    in your send.asp file you are going to need to assign your post variables . $poem = $_POST['poem'];// <------This is how it is done in PHP im not sure about ASP. Take the variable and insert it into your database. MySQL insert is fairly simple //make sure to connect to your databse...
  6. X

    PHP form

    Thnx for the info ;)
  7. X

    Counter Help

    Make your own in php, just search google for php hit counter.
  8. X

    PHP form

    Is there a work around for register_globals?
  9. X

    PHP Contact Form

    $to = $email; $subject = 'Your Registration'; $message = '<html><body> Please follow these instructions to verify your registration:<BR> Instructions bla bla' ; $headers .= "From:$email \r\n"; $headers .= "Reply-To: <"$email">\r\n"; $headers .= "Content-type: text/html...
  10. X

    mysql insert image into database

    For one you have to many < in front of the form tag $form = <<<FORM should be $form = <FORM Then change fopen to this $fp = fopen($tmpname, "r"); //<-----use double quotes instead of single
  11. X

    need help

    find the DB or SQL file and run the query in your myphp admin or whatever sql database your using.
  12. X

    Wolfenstein Server Scan will this code work on x10hosting?

    Ahh so they do have different ways to send getstatus.
  13. X

    Wolfenstein Server Scan will this code work on x10hosting?

    When I put the @ in front of fsockopen I was able to get the script to work on my x10 hosting. I also had to change the get status string to $send ="\xFF\xFF\xFF\xFF\x02getstatus\x0a\x00"; $server_ip = "udp://serverip"; $server_port = "12203"; //medal of honor // Open the connection...
  14. X

    Wolfenstein Server Scan will this code work on x10hosting?

    I am assuming it will. All tho you might get better results adding @ before fsockopen. $connect =@ fsockopen($server_ip, $server_port, $errno, $errstr, 5);
  15. X

    having trouble setting up phpMailer 5.1

    I just checked the site, and it is weird how the alert pops up your source code, acts like it loading then another alert with more source code. I would check there for problems.
  16. X

    Xbox or Playstation 3?

    I played both and even with the problems with red rings, Xbox 360 is better. People playing on xbox network is triple that of PSN. Not to mention, the PSN is free because you depend on a users connection to host the game. Xbox uses quality servers to allow users to host.
  17. X

    server running so slow

    Yes, Very slow. I cannot FTP either. The bad thing is I signed up for this hosting to get a test drive on how good it is. I currently have my paid hosting through godaddy and want to try something better. I have problems with my x10's hosting going down weekly, at least once a week. Now all of...
  18. X

    Links and IFRAME

    Yea, I never had luck with IFrames. I use php, it does a lot more.
  19. X

    PHP Server Status

    x10 might not allow fsockopen.
  20. X

    Wtf facebook?!

    I am currently making an app for facebook with x10 hosting, and it does not block anything for me. So far I had no trouble working with facebook apps and x10.
Top