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
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...
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...
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...
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
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...
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...
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...
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 =...
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...
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...
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...
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
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...
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...
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
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