Re: [Release] Online module
Lets see some screenshots?
Re: [Release] Online module
dude.
what kind of scripts is 6.51 MB big? :rofl:
Re: [Release] Online module
greg screens depends on the image you include..., #3 - there are a lot of .ttf...
Re: [Release] Online module
Quote:
Originally Posted by
graywolf
greg screens depends on the image you include..., #3 - there are a lot of .ttf...
Make some screens with image you use.
1 Attachment(s)
Re: [Release] Online module
Re: [Release] Online module
See. Wasn't that hard was it. Just to post an idea of screen shot on what people are looking here.
Re: [Release] Online module
Oh so it's an image of the old server status with online players. Cool.
Re: [Release] Online module
Re: [Release] Online module
error help me
Critical error! Unbale to load config file "include/config.php"!
Re: [Release] Online module
Go to the bottom of addconfigs.php and see this:
PHP Code:
'config' => $_CONFIG['basedir'] .'config.php');
replace the
PHP Code:
$_CONFIG['basedir'] .'config.php'
With the full path to your config.php
Example:
PHP Code:
'config' => 'C:\Appserv\www\config.php');
Re: [Release] Online module
Re: [Release] Online module
Make that, what i've posted in the previous post, or just copy config.php into /include directory.
Re: [Release] Online module
Re: [Release] Online module