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!

Fallen Cabal Website

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 7, 2014
Messages
29
Reaction score
2
I have problem.

Index page its look like this.





Why I dont register account?
When I try to log in next step is empty page - link (/takelogin.php)

I have correct function.php

Someone has an idea how to solve it?

My page is on Centos 6 .
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
May 1, 2020
Messages
18
Reaction score
0
I have problem.Index page its look like this.Why I dont register account? When I try to log in next step is empty page - link (/takelogin.php)I have correct function.php Someone has an idea how to solve it?My page is on Centos 6 .
Im having the same problem. Can anyone help?
 
Junior Spellweaver
Joined
Jun 3, 2011
Messages
140
Reaction score
23
I have problem.

Index page its look like this.





Why I dont register account?
When I try to log in next step is empty page - link (/takelogin.php)

I have correct function.php

Someone has an idea how to solve it?

My page is on Centos 6 .

Maybe try debugging. Enable the errors display in your php.ini or a single file. Check your db connection. Whats your php version?
 
Newbie Spellweaver
Joined
May 1, 2020
Messages
18
Reaction score
0
Maybe try debugging. Enable the errors display in your php.ini or a single file. Check your db connection. Whats your php version?

Im running this php version on my centos hosting
But still looks like this with no design just the background

PwrDex - Fallen Cabal Website - RaGEZONE Forums
PwrDex - Fallen Cabal Website - RaGEZONE Forums
 
Junior Spellweaver
Joined
Jun 3, 2011
Messages
140
Reaction score
23
Im running this php version on my centos hosting
But still looks like this with no design just the background

PwrDex - Fallen Cabal Website - RaGEZONE Forums
PwrDex - Fallen Cabal Website - RaGEZONE Forums

Enable the error displays and after check your php extensions. I think do you not have installed a pdo or odbc driver. Turn it on the shot tags and the register globals also in the php.ini.

Check your settings and try to connect directly to your database.
 
Newbie Spellweaver
Joined
May 1, 2020
Messages
18
Reaction score
0
Enable the error displays and after check your php extensions. I think do you not have installed a pdo or odbc driver. Turn it on the shot tags and the register globals also in the php.ini.

Check your settings and try to connect directly to your database.

How can i enable error display sir? and where can i find the errors?

i tried entering my admin and pass on the username and password but nothing happen. Any guides around on how to do those things? Thank you for the reply sir.

My site is working but it looks like this on ly the background
 
Last edited:
Newbie Spellweaver
Joined
May 1, 2020
Messages
18
Reaction score
0
Check in your php.ini the error reportings and startup error turn it on.

where exactly can i find the php.ini file? because i browsed all of the folders and cant find any php.ini file.
 
Newbie Spellweaver
Joined
Jan 16, 2021
Messages
11
Reaction score
0

What should I do next ? I can't figure it out , can't login , can't create an account i can't do anything
 
Junior Spellweaver
Joined
Jun 3, 2011
Messages
140
Reaction score
23
You edited this line in fuctions.php 3.line?
$dBASEURL = "http://yourhost/";

Maybe cant load the script files and stylesheets from your webserver basepath.


PwrDex - Fallen Cabal Website - RaGEZONE Forums

PwrDex - Fallen Cabal Website - RaGEZONE Forums

It is working on my old xampp. When if u need my full phpinfo write me private message.
 
Initiate Mage
Joined
Jan 24, 2021
Messages
2
Reaction score
0
Lool, i would recommend to make own website with
+ (bootstrap/ui kit/materialize css (css framework that eases your life)
+ vue js (cool js framework - i wanna too learn it more :))))
+ (codeigniter 4 (lightweight - easy to learn & code)
+ sqlsrv (& PDO) driver
+ php 7.4+
+ nginx (the best & fastest free webserver))
=================================
+ csrf security (generate tokens - anti fraud attacks)
+ throttle (limit requests)
+ mvc (easy pattern)
+ api & microservice architecture

rather than use this old procedure style crappy "webs"... OMG what I'm talking about :D
 
Status
Not open for further replies.
Back
Top