Martin, your site looks really messy for me too (Firefox3), but I can't see that other site you linked to for some reason.
This may help you in fixing your CSS file:
http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.phoenixsupras.exofire.net%2F
I think I know the reason why you x10 Ad code doesn't work ... you've used the one that shows the correct ads for the plan you're on (the one with your username in), but you are on the Ad-free plan so it doesn't show any ads. Try using one of the other ad codes, for example the one for the...
You could try Elgg, they are currently developing v1.0 but you can still try v0.9
Homepage v1.0: http://elgg.org/index.php
Homepage v0.9: http://classic.elgg.org/
Download: http://sourceforge.net/project/showfiles.php?group_id=134871
There is also php-spacester which you could try...
The site itself looks ok.
But you may have a problem when the Account Managers try to review it, they won't be able to because you have to login. You should have a homepage or something, that has some content that you don't need to login to access.
I like the colour scheme, it looks nice.
But the header doesn't fit within the box thing (It sticks out on the right.)
Also there are some HTML errors: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.gabbymartinez.co.nr%2F
There are some HTML and CSS validation errors:
* http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.nuthinbutwebdesignlinks.com%2F
* http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fwww.nuthinbutwebdesignlinks.com%2F
Also you should add "img...
Cool, I see you put some of the functions together (All the Disk/Bandwidth ones.) I guess to use it you use something like:
getSomethingUsage("Disk Space Usage");
I'll stick to to slightly older version, because I've only just re-written my scripts to use the cPanel API, and don't fancy...
Have you tried this one, I've not tried it so I have no idea if it's any good:
http://www.phpbb.com/community/viewtopic.php?f=70&t=869265&st=0&sk=t&sd=a&sid=5e03c1a4da520df70f9d52725f381847
Wow. Absolut is really fast at the moment, those maintenance script must have done a good job. The server load is down at about 1.3 and everything working perfectly, I haven't seen it like this in over a month.
Nice design but:
It is not valid XHTML 1.0 Strict: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Ffreetopthemes.com%2F
The CSS also has some errors: http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Ffreetopthemes.com%2F
The orange bar is too...
I like the design, but there are some errors in your coding (CSS and HTML) see the links:
* http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Fsaberphoto.x10hosting.com%2FSaber_Photo%2FWelcome.html
*...
I'm not currently using the cPanel API to get the used disk space (Although I'm probably just about to change it) I use a function that just goes though and counts up the size of every file in my account.
Right it's working now. Yay! Thanks Defec.
NOTE:
There is an error in the code in your...
Well I've tried this:
echo $cpanel->getBandwidthUsed();
and that works.
EDIT:
I've think I've found the problem!! The function is actually outputting the following:
Which is why the output looked right in a browser, it was only when I looked in the source that I noticed this.
So, how would I...
Sure here it is:
/**
* Get bandwidth usage
*
* Returns the amount of bandwidth used this month in megabytes.
* @return float
*/
function getBandwidthUsed()
{
return $this->parseIndex2('Monthly Bandwidth Transfer', 'float');
}
and here is parseIndex2():
function parseIndex2($key, $type =...