Need a Hosting service....

SAN_APIIT

Well-known member
  • Mar 8, 2007
    4,611
    196
    63
    In a Chip !!!
    Hey need a really big help guys....

    i need a free hosting service with "FFMPEG" and "XSLT support".

    even a 3day free site is ok, so that if my site works i can buy a account. :)
     

    MaD-DoC

    Member
    Oct 27, 2007
    6,337
    22
    0
    SLIIT/Malabe
    im not sure chek these site`s

    If you want a free host go to 5gigs (Web)... 80mb disk space, mysql db, 1000mb bandwidth(not sure), cpanel, ftp access, subdomain(yoursite.5gigs.com) NO BANNERS, NO ADDS... Has to be the best FREE host at the momment, check it out!

    http://t35.com
    UNLIMITED SPACE
    UNLIMITED DATA TRANSFER
    PHP (without MYSQL or CGI)
    Server Side Included (SSI)
    Monthly Backups (once a month)
    FTP Access (1 account)
    Simple Control Panel
    500kb File Size Limit!
    24-7 Support
    1 Pop-up Under Ad Placed on site
    Domain Hosting (At an Extra Cost)
    95%+ Up Time

    Here some useful links for those who is searching for free hosts.
    http://www.freewebspace.net/
    http://www.free-webhosts.com/
    http://www.thefreesite.com/Free_Web_Space/


    free .??.tc domains you can get at http://smartdots.com
     

    MaD-DoC

    Member
    Oct 27, 2007
    6,337
    22
    0
    SLIIT/Malabe
    x-pert said:


    i got dis error machan...

    PHP:
    Warning:  mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/i6/public_html/signup-verify/check.php on line 97
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/i6/public_html/signup-verify/check.php:97) in /home/i6/public_html/signup-verify/check.php on line 166
     

    MaD-DoC

    Member
    Oct 27, 2007
    6,337
    22
    0
    SLIIT/Malabe
    x-pert said:
    Mokeda machang?

    Anyway I haven't tried any of those machang...


    i try but doesn`t wrk

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/i6/public_html/signup-verify/check.php on line 97

    Warning: Cannot modify header information - headers already sent by (output started at /home/i6/public_html/signup-verify/check.php:97) in /home/i6/public_html/signup-verify/check.php on line 166

    my fav host site http://freehostia.com
    great site to free host
     

    x-pert

    Member
    Jun 13, 2006
    20,952
    77
    0
    MaD-DoC said:
    i got dis error machan...

    PHP:
    Warning:  mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/i6/public_html/signup-verify/check.php on line 97
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/i6/public_html/signup-verify/check.php:97) in /home/i6/public_html/signup-verify/check.php on line 166


    Machang php is case sensitive... Something is wrong in your coding I guess..
     

    x-pert

    Member
    Jun 13, 2006
    20,952
    77
    0
    MaD-DoC said:
    i try but doesn`t wrk

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/i6/public_html/signup-verify/check.php on line 97

    Warning: Cannot modify header information - headers already sent by (output started at /home/i6/public_html/signup-verify/check.php:97) in /home/i6/public_html/signup-verify/check.php on line 166

    my fav host site http://freehostia.com
    great site to free host


    Machang for num_rows errors, use this coding part

    if(!$result){die(mysql_error();}

    Stick that below the query, it will give a specific message about what is wrong with the query. There isn't a problem with the num_rows function usually, but with the actual query itsself.

    http://www.daniweb.com/forums/thread6923.html