Search results

  1. C

    Error connecting to mysql server

    The index.php script was working fine all along. No changed made for the last few weeks. Today when I tried to connect, was greeted by "Error connecting to mysql server". MySQL seems to be working since from mySQLAdmin things are active. What else can be wrong? Is it possible during the...
  2. C

    Fuel Consumption survey

    Hi All, Please visit sg1.x10hosting.com/fc , my first attempt to build a website to collect fuel consumption from drivers. Would like your feedback on the interface if it is easy to use / intuitive, and the speed of the page load (personally I feel its a bit slow and wonder if others...
  3. C

    Slow Adbrite load. How to speed up?

    I have Adbrite (X10hosting's) and Google ads on my page. The Google adds loads almost instantly while the Adbrite takes a noticeable amount of time (in term of a few seconds) to load, affecting my web page's user experience (sometimes they thoughtthe web page is not working due to empty dropdown...
  4. C

    Cannot see my website

    I can't see my website, http://sg1.x10hosting.com just an apache message. If I go to specific web page, I get x10hosting 404 error message. From the apache message, it seems to suggest the sysadmin needs to adjust some setup on the system side to re-enable my website. Please advise.
  5. C

    Do I need the X10hosting adcode in all pages displayed?

    Hi Admin, Please advise if it is necessary to have the X10hosting banner and the adbrite code on all pages displayed.
  6. C

    Slow loading of page

    page concerned is sg1.x10hosting.com/fc. index.php contains mainly ads code, connects to mysql and display a form. I don't expect this costs much CPU time. Is there a way to profile which of the above slows down the loading / display of the page? I saw a thread on slow mysql access and maybe...
  7. C

    Questions on Ads

    1) In the main advertisement code page, it was mentioned we use the provided javascript for ad, and that we can monitor the number of clicks on this ad. Where is the function for monitoring the no. of clicks? 2) Can I include Google adsense on the pages together with the above-mentioned ad...
  8. C

    Cannot connect to database

    Hi all, I took the following steps to prepare my first MySQL database and tried to access it from PHP. 1) used MySQL(R) Database to create a database 2) created PHP script to first connect to localhost and then select database as below. mysql_select_db($dbname) or die ('Error selecting...
Top