Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Web New to make CMS

Junior Spellweaver
Joined
Oct 9, 2015
Messages
198
Reaction score
0
Hello RageZone, I'm trying to follow this guide:
http://forum.ragezone.com/f691/web-set-cms-615006/
But I failed to understand it @~@

So I downloaded MapleBitCMS latest version... extracted it in www directory (C:\wamp\www\<MapleBitCMS extracted files here>)

Then I tried to open and 127.0.0.1 and localhost but not working @~@
 
Junior Spellweaver
Joined
Oct 9, 2015
Messages
198
Reaction score
0
Unable to connect

Firefox can’t establish a connection to the server at localhost.

The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.

-It's like this.
 
Upvote 0
Junior Spellweaver
Joined
Oct 9, 2015
Messages
198
Reaction score
0
[MSSQL]
; Allow or prevent persistent links.
mssql.allow_persistent = On

; Maximum number of persistent links. -1 means no limit.
mssql.max_persistent = -1

; Maximum number of links (persistent+non persistent). -1 means no limit.
mssql.max_links = -1

; Minimum error severity to display.
mssql.min_error_severity = 10

; Minimum message severity to display.
mssql.min_message_severity = 10

; Compatibility mode with old versions of PHP 3.0.
mssql.compatibility_mode = Off

; Connect timeout
;mssql.connect_timeout = 5

; Query timeout
;mssql.timeout = 60

; Valid range 0 - 2147483647. Default = 4096.
;mssql.textlimit = 4096

; Valid range 0 - 2147483647. Default = 4096.
;mssql.textsize = 4096

; Limits the number of records in each batch. 0 = all records in one batch.
;mssql.batchsize = 0

; Specify how datetime and datetim4 columns are returned
; On => Returns data converted to SQL server settings
; Off => Returns values as YYYY-MM-DD hh:mm:ss
;mssql.datetimeconvert = On

; Use NT authentication when connecting to the server
mssql.secure_connection = Off

; Specify max number of processes. -1 = library default
; msdlib defaults to 25
; FreeTDS defaults to 4096
;mssql.max_procs = -1

; Specify client character set.
; If empty or not set the client charset from freetds.conf is used
; This is only used when compiled with FreeTDS
;mssql.charset = "ISO-8859-1"

This one?
 
Upvote 0
Infraction Baɴɴed
Loyal Member
Joined
Apr 9, 2008
Messages
1,416
Reaction score
169
if you cant even access localhost or 127.0.0.1 make sure your xampp or wamp server is on.

both when installed are turned off. you need to either open the xampp-contol.exe for xampp and run apache, or wamp left-click the icon in taskbar and click start all services.
 
Upvote 0
Newbie Spellweaver
Joined
Oct 12, 2016
Messages
8
Reaction score
0
1. If you're not using Hamachi, make sure you have port-forwarded.
2. If the Apache service does not start and blocked by an application. It's either blocked by Skype or World Wide Web Publishing Service.
3. If it's blocked by Skype, change the port of your Skype and close.
4. If it's blocked by World Wide Web Publishing Service, stop the service. Windows Key + R and type in services.msc
 
Upvote 0
Junior Spellweaver
Joined
Oct 9, 2015
Messages
198
Reaction score
0
Thank you everyone for the replies, I think the problem is my ports... It used to work when I use it to public my server, but now it doesn't... Is that why I can't get on localhost or 127.0.0.1 website I guess?
 
Upvote 0
Back
Top