Search results

  1. S

    aspx web page

    Here is a quote from the MONO page (Mono Guidelines:Application Portability): Based on this I would also ensure you have the setting for incremental building disabled. James
  2. S

    IE CSS Flash

    Have you tired the following link for style sheets: <link rel="stylesheet" type="text/css" href="http://www.jayodesign.co.uk/style.css" /> Since all posts seem to point to the @import being the culprit if there is no other link in the header or the ocder isn't standing on thier head with...
  3. S

    fsocket

    Since you have passed the optional parameters $errno and $errstr modify the files as follows: index.php in 'page-wrapper' div: <?php include 'serverstatus.php'; echo '<!-- Game Error: "$gameErr" GameErrNo: "$gameErrNo" Ftp Error: "$ftpErr" FtpErrNo: "$ftpErrNo" -->'; echo 'Game...
  4. S

    C++ cgi

    To run a compiled GCI program it needs to be compiled against the OS it will be running on. Since you are compiling your CGI programs on Windows they will only run on Windows servers. It gets a bit trickier with UNIX servers as you can complie a Linux C++ CGI program and it may or may not...
  5. S

    Need help with code

    Since it is using data from the while (have_posts()) loop it needs to stay inside that loop (i.e. it can be moved anywhere further down but it needs to be before the endwhile; command). James
  6. S

    Im Getting A Mysql Error And I Challenge Anyone To Help Me Fix It

    If you can't change the type of that can be used for the index page then have that type just do a redirect to index.php. Then when ever the index.html is served up it will automatically redirect to index.php The configuration file looks fine from what I see. James PS, I posted this...
  7. S

    Im Getting A Mysql Error And I Challenge Anyone To Help Me Fix It

    did you change the parameters in the config_inc.php file? This is where you direct it to your MySQL instance. Looking at the other files provided I would say that the index.php should be the home page, this page calls all the initialization routines and then makes a call to...
  8. S

    Im Getting A Mysql Error And I Challenge Anyone To Help Me Fix It

    It looks like the error is on the page calling the php script. Which page is this being called from? I looked at http://www.residualincome.x10hosting.com but didn't see where any of the php script was being called from. I suspect that the function getUsersOnline is being called before either...
  9. S

    Im Getting A Mysql Error And I Challenge Anyone To Help Me Fix It

    Looking at the error you have provided it appears that the $result is not a valid object to pass into the mysql_fetch_row function. You may be getting an error from the mysql_query on line 164. Check the result for FALSE by adding the following lines after 164 as shown: $result =...
  10. S

    Reflection in IE

    Big Joe, Try adding the var keyword for the variable i and j in the for loop declarations as follows: function addReflections() { var rimages=document.myGetElementsByClassName('y'); for(var i=0;i<rimages.length;i++) { var rheight=null; var ropacity=null; var...
  11. S

    Dell Axim X5 PDA - Wifi help?

    Cursed, That sequence of taps will take you to the 'Configure Network Adapters' page. On it you should have a combo box of where the card connects to (i.e. Work or The Internet by default). Below the combo box will be a list box that contains all the adapters. The wireless adapter should...
  12. S

    telnet info

    Telnet provides you a command window on the target machine. It is considered unsecue since it passes the username and password (along with all other commands) in plain text while SSH uses encryption (several flavors to choose from) to login and for communications back to the client. Based on...
  13. S

    Come fly the Derrie-Air!

    Too bad it's just an advertizing gimic, the idea seems valid...
  14. S

    Hi All

    freecrm, Welcome to x10Hosting. James
  15. S

    [Amazing] Beautiful icon package for your website/forum/blog

    Great icons, however I've been looking for some open source ones. I don't like mucking with graphic programs, I'd rather be coding... Thanks, James
  16. S

    Review my site, please

    Nice site. Easy to follow. There is a broken image link at the left bottom of the home page (link to http://kbjr.x10hosting.com), and the link goes to a suspended account page. James
  17. S

    Riview my site

    Why not have your links to the Anime open in a new window. That way your site's window will still be on the end user's screen when they finsish viewing the video you redirected them to. They would not need to use the back button and can continue on links from the redirected page without having...
  18. S

    Are there any Vista users out there who don't hate it?

    I got Vista when I upgraded to a quad core CPU. The only item I miss is IIS. My PC came with Vista Home Premium and I might have to bite the bullet and upgrade to Ultimate. Also I use a HP all-in-one scanner/copier/printer and HP decided not to make Vista drivers for components older than 7...
  19. S

    Intel or AMD CPU?

    I have used both in single processor style and I perfer the Intel. I recently upgraded to an Intel quad core and truely enjoy the performance boost it provides. James
  20. S

    My new project

    Depends on who your audience is suppose to be, are they going to be religious? If so then 'red light' is close to 'blue movies' which is close to porn, so with that in mind... Anyway, I don't find it offensive. Enjoy, James
Top