• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Afs-cms

Status
Not open for further replies.
You can't just tell me what's necessary? Like what tables and such?
 
How reduce the loading time of your page?
Make sure u have backup the old file if any errors come!
Solution 1

Buying Dedicated Server
Solution 2


Open Xampp\apache\conf\extra\
there is
httpd-default.txt
Open it And Replace with this:
Code:
#
# This configuration file reflects default settings for Apache HTTP Server.
#
# You may change these, but chances are that you may not need to.
#

#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 300

#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive Off

#
# MaxKeepAliveRequests: The maximum number of requests to allow
# during a persistent connection. Set to 0 to allow an unlimited amount.
# We recommend you leave this number high, for maximum performance.
#
MaxKeepAliveRequests 10

#
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
KeepAliveTimeout 300

#
# UseCanonicalName: Determines how Apache constructs self-referencing 
# URLs and the SERVER_NAME and SERVER_PORT variables.
# When set "Off", Apache will use the Hostname and Port supplied
# by the client.  When set "On", Apache will use the value of the
# ServerName directive.
#
UseCanonicalName Off

#
# AccessFileName: The name of the file to look for in each directory
# for additional configuration directives.  See also the AllowOverride 
# directive.
#
AccessFileName .htaccess

#
# ServerTokens
# This directive configures what you return as the Server HTTP response
# Header. The default is 'Full' which sends information about the OS-Type
# and compiled in modules.
# Set to one of:  Full | OS | Minor | Minimal | Major | Prod
# where Full conveys the most information, and Prod the least.
#
ServerTokens Full

#
# Optionally add a line containing the server version and virtual host
# name to server-generated pages (internal error documents, FTP directory 
# listings, mod_status and mod_info output etc., but not CGI generated 
# documents or custom error documents).
# Set to "EMail" to also include a mailto: link to the ServerAdmin.
# Set to one of:  On | Off | EMail
#
ServerSignature On

#
# HostnameLookups: Log the names of clients or just their IP addresses
# e.g., www.apache.org (on) or 204.62.129.132 (off).
# The default is off because it'd be overall better for the net if people
# had to knowingly turn this feature on, since enabling it means that
# each client request will result in AT LEAST one lookup request to the
# nameserver.
#
HostnameLookups Off
Than in xampp\apache\conf.txt
open the Config file
and find this line
Code:
ThreadsPerChild
Replace it with
Code:
ThreadsPerChild 150
If u find other points that make laggs please post them here :)
 
Last edited:
i have a bug in online list i have 100 players online when i see in website the online players theres something with 46~ i think my login.lua is buged can anyone help me ? :D
Edit:
I use online players from afscms v0.2.4
 
i have a bug in online list i have 100 players online when i see in website the online players theres something with 46~ i think my login.lua is buged can anyone help me ? :D
Edit:
I use online players from afscms v0.2.4

Its not bug on Avarian's CMS but its bug with your engine, using TFS? Btw. if you use TFS then you dont need to add there "update online" because its included to engine.
 
thanks you helped me allot :rolleyes:

Btw. if You want fix showing player list on your AAC then in phpmyadmin execute this command:
Code:
UPDATE `players` SET `online` = 0 WHERE `online` = 1;
Warning! You must close server before you execute this! No one can be logged in.
 
Btw. if You want fix showing player list on your AAC then in phpmyadmin execute this command:
Code:
UPDATE `players` SET `online` = 0 WHERE `online` = 1;
Warning! You must close server before you execute this! No one can be logged in.


Why do you use phpmyadmin use Navicat instead, many new players have the default user and pass for there mysql and has phpmyadmin activated.
That is so stupid, and then they wonder how i became God on the server :thumbup:
 
Why do you use phpmyadmin use Navicat instead, many new players have the default user and pass for there mysql and has phpmyadmin activated.
That is so stupid, and then they wonder how i became God on the server :thumbup:

Why not, lol? I dont care about any injections.
 
Why not, lol? I dont care about any injections.

Are you stupid? If some one inject your server they get acces to all accounts and is sometimes possebile to reboot you computer :eek:

Dont worry i use phpmyadmin on secred path :)

That is more clever, i love the idoits that use root as username and no pass ;)
 
Last edited by a moderator:
My server information have a long time to load, how i can fix that. In the config.lua?
 
Better dont insult me :thumbup:, I'm not stupid... what are you talking about -.-? Its of course I use password to login admin panel, btw. I dont use root. :rolleyes:

Just stop bumping your posts and stop posting post under post, when you dont know what are you talking about, better go and work on your funny CMS XD

@down

Not always, dude :p
 
Last edited:
Says the one whos always offtopic...
 
funny cms? hes probably 10x better than u in programming php..
 
Status
Not open for further replies.
Back
Top