Search results

  1. B

    Uppercase links to lowercase

    I can only think of changing the name of the folders/files...
  2. B

    my site is screwed up!

    Maybe the apache is having problems to work with your site... Moving problems happen...
  3. B

    MYSQL help

    why don't you shorten: $con = mysql_connect("localhost","username","password"); if (!$con) { die('Could not connect: ' . mysql_error()); } to: $con = mysql_connect("localhost","username","password") OR die("Could not connect: "mysql_error()); ?
  4. B

    cURL

    I only know to do that without fopen is to use server() but it is desactivated most of the time (only advanced php has it but it is only allowed for short periuds)
  5. B

    Linking cforum account

    they are working with the servers to get it to work fine. Please see the anouncements
  6. B

    Email services with x10??

    Yes you can but you must ask for support using support.x10hosting.com
  7. B

    Mail() and phpBB

    please ask for intermediate lever of php like I have. Intermediate has the mail() activated.
  8. B

    my site is screwed up!

    it doesn't exist...
  9. B

    cURL

    try using this part of coding: you should change "url of file to be downloaded to the server" to the actual url curl_setopt($ch, CURLOPT_URL,"url of file to be downloaded to the server"); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $result=...
  10. B

    Simple PHP Email Sending Form

    serch for: <P><strong>Your E-Mail Address:</strong><br> at next line change: <INPUT type="text" NAME="sender_name" SIZE=30></P> to: <INPUT type="text" NAME="sender_email" SIZE=30></P> When the page reloaded the $_Post['sender_email'] was empty so it was returning to the form ;)
  11. B

    vBCommerce

    But I can't! that's the problem! I try but it says that I can't sell the item
  12. B

    vBCommerce

    Why can't I sell stuff at my market?
  13. B

    FTP stoli not working/ can't retrive the server status

    I'm still waiting for an answer
  14. B

    FTP stoli not working/ can't retrive the server status

    the filezilla says it's trying to contact the ip: 216.245.212.210:21 it can do everything but it can't show the files/folders
  15. B

    FTP stoli not working/ can't retrive the server status

    I entered my account and this message appeared: "Error Loading: [Server Status] " Also there is this error in the page: "The server id '1' does not exist." It seems like there's a problem in this thing. _____________________________________________________ An other problem is that my ftp...
  16. B

    Pacience about the ads

    I have uploaded a new tool to my account but before I can add my ads I'll have to install it and without the apache I can't do it. So I'm making this warning so that I won't be suspended for it not having the ads
  17. B

    Vending Machine (Game)

    you get rolled in a coast :) I insert evidences
  18. B

    Vending Machine (Game)

    You get addiction I insert all my life
  19. B

    Vending Machine (Game)

    you get an ad (op sorry it was blocked :)) I insert C4
  20. B

    Vending Machine (Game)

    You get a new one I insert vision
Top