Search results

  1. ChatIndia

    There's Money in Minecraft

    While doing an online course from University of Texas on Edx I had also made a video game using ARM cortex M4 processor and a cheap LCD screen. It was so much fun. :)
  2. ChatIndia

    Installing a PHP web script

    go to this adddress http://YOUR_WEBSITE_URL/install.php Change YOUR_WEBSITE_URL to your website url if that doesn't work then try http://YOUR_WEBSITE_URL/install/
  3. ChatIndia

    Login lost password not working.

    registered on your blog and after 10 minutes of registration I got an email containing my password. But looks like "forget password" is not working. Edit: I tried to search for solution for your problem on Google but didn't find anything useful. However check out this link...
  4. ChatIndia

    White pages

    In your php file, use this code.This will turn on error reporting in your code. ini_set('display_startup_errors',1); ini_set('display_errors',1); error_reporting(-1); The above code will show you the errors. It won't log the error. To log the errors, I did a quick google search and found...
  5. ChatIndia

    WordPress Media Library Maximum upload file size

    zip the files and see if it reduce size?
  6. ChatIndia

    Unaccessible folder in public/html

    Change the permission of that directory to 777 and try again
  7. ChatIndia

    php insert

    first of all, don't use mysql_connect() because it's deprecated. Instead use Mysqli or PDO. second of all, mysql_query takes a String as it's first parameter. so you need to wrap your query in quotation marks.
  8. ChatIndia

    Do you speak spanish?

    no, I know two languages Hindi and English.
  9. ChatIndia

    Facebook deems X10Hosting Community links unsafe

    I think they have blacklisted the entire domain not just few subdomains
  10. ChatIndia

    Can't Change NameServer

    I think you'll get cloudflare option inside your cPanel on your x10hosting server. In the past I used to temporary change my nameservers to my hosting company nameservers and once my domain was successfully added I used to change it back to cloudflare nameservers. If you follow the later way...
  11. ChatIndia

    error #1548

    Hi, if you believe that the problem can only be resolved from the command line then you can install latest version of 'xampp' on your local computer and then import the database to your locally hosted database server, repair it there and then import it back to your server. That will be the...
  12. ChatIndia

    Facebook deems X10Hosting Community links unsafe

    I'm also building a social networking website. But it won't be too interesting for everybody. I am making it for those people who are not very fortunate to have friends "offline" (in their real life)
  13. ChatIndia

    CloudFlare Universal SSL?

    I use cloudflare for my facebook applications :) but for website they create little problems with images and swf files over an https connection.
  14. ChatIndia

    My site is having issues, it continue to say Backend Fetch Error and I'm getting annoyed.

    when accessing your website, I didn't get any such error.
  15. ChatIndia

    Question about x10Premium

    yes, it says "unlimited domains" http://x10premium.com/premium-hosting
  16. ChatIndia

    Wordpress Contact Forms And Jetpack Not E-mailing

    I strongly recommend you to use Mandrill (http://mandrill.com) for your website.
  17. ChatIndia

    can't reach domain

    I see that you have correctly setup the nameservers for the domain name planeterecettes.com but the domain name isn't resolving to an ip address. Also for your free subdomain I'm getting 100% packet loss. So I think that either the server on which you are hosting your website is down or you have...
  18. ChatIndia

    Cannot enable CloudFlare with C-Panel or CloudFlare website

    are you using your own domain name? or a free subdomain provided by x10hosting?
  19. ChatIndia

    David Deland, aka Carl6969

    R.I.P David. You'll stay alive in hundreds of "threads".
  20. ChatIndia

    Creating a new subdomain

    you can search that on google and you'll get lots of tutorials.
Top