Server Specs
Post new topic   Reply to topic   Printer Friendly Page     Forum IndexThis Site
Author Message
Phoenix
Site Admin


Joined: Apr 19, 2004
Posts: 8729
Location: Netizen

PostPost subject: Server Specs
Posted: Fri Apr 04, 2008 1:36 am
Reply with quote

To facilitate problem solving, we ask that members provide server specs, in a legible manner that does not detract from forum appearance.

For those who object to our requirements, sorry, but this is a support forum, not a candy shop - content is our first priority - you can do what you wish on your sites, but please respect our requirements.

To that end, we provide a specification in our Rules and Regulations Section #2e so that people can use the image method to automatically provide up to date specs.

I have upgraded the spec and provided a method that all users with DF versions 9.1.x and above can use.
Simply place this source code into a file serverspecs.php and add the file to your site's DF root directory.
(make sure you use a utf-8 compliant editor)

Then edit Your Profile OS/Apache/MySQL/PHP/DragonflyCMS versions, as follows,
Code:
[img]http://yoursite.com/serverspecs.php[/img]
This is a simple system, does not require use of images and it,
detects your PHP OS
detects if you have apache in use and which version
detects whether you use mysql or mysqli
detects your PHP version
detects your DragonflyCMS version
has a footprint of only 440 bytes

Edit: PHP4 users will need to replace
Code:
imagepng($im,'',9,PNG_ALL_FILTER);
with
Code:
imagepng($im);


Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)


Last edited by Phoenix on Tue Apr 15, 2008 3:49 pm; edited 1 time in total
Back to top
View user's profile Visit poster's website
Kendle
500+ Posts Club


Joined: Dec 16, 2004
Posts: 529

PostPost subject: Re: Server Specs
Posted: Fri Apr 04, 2008 8:15 am
Reply with quote

Doesn't appear to work for me...
_________________
Gaming League / Cup - www.leaguecms.co.uk :: Other DragonFly modules - www.cmsdreams.co.uk

Kendle's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website
hadi00
Translator


Joined: Dec 01, 2004
Posts: 198
Location: Syria

PostPost subject: Re: Server Specs
Posted: Fri Apr 04, 2008 8:36 am
Reply with quote

thanks a alot ... but I think it doesn't work too .. Rolling Eyes
_________________
The truth is to stop thinking and start living

hadi00 please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile Send e-mail
Bluefin221
Silver Supporter


Joined: Sep 12, 2005
Posts: 399
Location: Centre of the Earth

PostPost subject: Re: Server Specs
Posted: Fri Apr 04, 2008 2:59 pm
Reply with quote

Appears to work fine for me.
_________________
Have a look at my new chat home: www.worldwidechatters.com
Looking for hosting www.caltonhosting.com

Bluefin221's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website
layingback
Forum Admin


Joined: Apr 19, 2004
Posts: 953

PostPost subject: Re: Server Specs
Posted: Fri Apr 04, 2008 3:38 pm
Reply with quote

Couldn't get it to work either.

Commented out everything after the line starting with $apache = and added this line:
PHP:
echo  PHP_OS.' / '.$apache.' / '.DB_TYPE.' '.$sql['server'].' / '.PHP_VERSION.' / '.CPG_NUKE;

And got this result:
Quote:
Linux / Webser / mysql 5.0.45-community / 4.4.7 / 9.1.2.1

So my ISP doesn't seem to allow retrieval of Apache version details anyway.

Plus do I want a publicly known link to display my version info? As a DF Admin it is actually tricky to see what version of DF you are running, because Admin only tells you if you are not running latest. I thought I remembered DJMaze saying this was to prevent attackers from easily determining version-based vulnerabilities.

But I will leave up for today in case it is useful for debug ...

_________________
Pro_News: The complete module for Dragonfly - now available as version 3.3

layingback's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
2.6 - 3.6 / 1.3.42 - 2.2.12 / 5.0.92 - 5.1.37 - 5.1.54 / 4.4.49 - 5.2.17 - 5.3 / 9.2.1
Back to top
View user's profile Visit poster's website
WebSiteGuru
1000+ Posts Club


Joined: Jun 09, 2005
Posts: 2321

PostPost subject: Re: Server Specs
Posted: Fri Apr 04, 2008 4:53 pm
Reply with quote

We at WebSiteGuru Designs is working on updating to the complient for Server Specs.
_________________
Lead Theme Designer - WebSiteGuru Designs

WebSiteGuru's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux 2.6.9 / Apache 2.2.6 / MySQL 5.0.27 / PHP 5 / DF Version 9.2.1
Back to top
View user's profile Visit poster's website Yahoo Messenger
beanman1
Newbie


Joined: Feb 01, 2007
Posts: 10

PostPost subject: Re: Server Specs
Posted: Fri Apr 11, 2008 5:51 pm
Reply with quote

Tied using the above php code to get my server specs and all I'm getting back is the little box with an X in it like it's missing an img file.

www.eq2bloodsiege.com/...rspecs.php


beanman1's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website AIM Address Yahoo Messenger
Eestlane
I18N / L10N Lead Dev


Joined: Apr 06, 2005
Posts: 1406
Location: Estonia

PostPost subject: Re: Server Specs
Posted: Mon Apr 14, 2008 3:12 pm
Reply with quote

What did you use to save the file and what character encoding you used?

Eestlane's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/2.0.63/5.0.67/5.2.8/9.2.1
Back to top
View user's profile Send e-mail Visit poster's website
Phoenix
Site Admin


Joined: Apr 19, 2004
Posts: 8729
Location: Netizen

PostPost subject: Re: Server Specs
Posted: Mon Apr 14, 2008 11:48 pm
Reply with quote

Right on the money Eestlane Wink

Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website
Kendle
500+ Posts Club


Joined: Dec 16, 2004
Posts: 529

PostPost subject: Re: Server Specs
Posted: Tue Apr 15, 2008 6:48 am
Reply with quote

Eestlane wrote:
What did you use to save the file and what character encoding you used?

PSPad (which I use for all my PHP work) and UTF-8, still doesn't work for me.

_________________
Gaming League / Cup - www.leaguecms.co.uk :: Other DragonFly modules - www.cmsdreams.co.uk

Kendle's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website
Phoenix
Site Admin


Joined: Apr 19, 2004
Posts: 8729
Location: Netizen

PostPost subject: Re: Server Specs
Posted: Tue Apr 15, 2008 7:32 am
Reply with quote

hmm, DF versions 9.1.x and above?

Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website
NanoCaiordo
Developer


Joined: Jun 29, 2004
Posts: 3678
Location: Melbourne, AU

PostPost subject: Re: Server Specs
Posted: Tue Apr 15, 2008 8:56 am
Reply with quote

Are you using any background image?

[edit]looks like you are using utf8 signature for your files[/edit]

[edit]
instead looks like you have a CRLF at the beginning of the file or somewhere before the headers output.

Tip: make sure that you have nothing before <?php opening tag
[/edit]

_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
MySQL 5.1 / PHP 5.3 / NextGen()
Back to top
View user's profile Visit poster's website
Kendle
500+ Posts Club


Joined: Dec 16, 2004
Posts: 529

PostPost subject: Re: Server Specs
Posted: Tue Apr 15, 2008 10:19 am
Reply with quote

CMS Version 9.1.1
PHP Version 4.4.4
MySQL Version 4.1.22-standard (client: 4.1.22)
GD Version bundled (2.0.28 compatible)

I'm using the code exactly as posted by Phoenix, no background image, not even changed the colours.

There is nothing before the <?php opening tag.

_________________
Gaming League / Cup - www.leaguecms.co.uk :: Other DragonFly modules - www.cmsdreams.co.uk

Kendle's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website
NanoCaiordo
Developer


Joined: Jun 29, 2004
Posts: 3678
Location: Melbourne, AU

PostPost subject: Re: Server Specs
Posted: Tue Apr 15, 2008 11:10 am
Reply with quote

zip the file and let me know the location for download please.
_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
MySQL 5.1 / PHP 5.3 / NextGen()
Back to top
View user's profile Visit poster's website
Kendle
500+ Posts Club


Joined: Dec 16, 2004
Posts: 529

PostPost subject: Re: Server Specs
Posted: Tue Apr 15, 2008 12:54 pm
Reply with quote

url removed by nano: issue fixed
_________________
Gaming League / Cup - www.leaguecms.co.uk :: Other DragonFly modules - www.cmsdreams.co.uk

Kendle's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   Printer Friendly Page     Forum IndexThis Site All times are GMT
Go to page 1, 2  Next
Page 1 of 2


Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

stopsoftwarepatents.eu petition banner
User Info [x]

Welcome Anonymous

Nickname
Password
(Register)

Last CVS commits [x]

Languages [x]

Community [x]

Support for DragonflyCMS in a other languages:

Deutsch
Español

X-links [x]
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

Preview theme [x]
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.


You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
This page generated in 0.6025 seconds with 16 DB Queries in 0.1004 seconds
Memory Usage: 3.1 MB
Interactive software released under GNU GPL, Code Credits, Privacy Policy