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!

WarCry CMS with DB

Newbie Spellweaver
Joined
Dec 25, 2013
Messages
6
Reaction score
0

REPLACE THESE FILES



THis site is not working for me can someone upload it to a new site please
 
Newbie Spellweaver
Joined
Dec 25, 2013
Messages
6
Reaction score
0
I get this error I just cant bypass.
I fixed Most of the other errors.
I tried on Wamp and xamp I get the same error on both

Strict Standards: Non-static method WCF::calculatePostPage() should not be called statically in C:\xampp\htdocs\engine\core_modules\forums.base.php on line 245
Nvm i fixed it

@viniadas im also working on the store. I think some files are missing
 
Last edited:
Newbie Spellweaver
Joined
Jun 3, 2010
Messages
34
Reaction score
2
Goth, the "ajax phases" must have a special way for the javascript to work, ive been analysing it. I've made some changes here, very custom... Integrated it with IPB cuz that built in forum dont look so safe. I wouldnt recommend using it, not only for copyright reasons but safety too. You can get amazing forums like MyBB, PhpBB that are free or even a nulled IPB would do the job.

I would also recommend you to: remove the search or implement some searching place for it. Very suspicious... its there for nothing



No different database
One database available, also named warcry
It looks in the picture ı gave already



There are no password but the account name

Thank you for your answer

ralentra, the account password is defined on "auth" database, not on the website. There you have only your login for website research and data gathering such as amount of coins, forum and acp access. For you to have full ACP access, you must change the "acp_permissions" table, there you will put: id = your account id | the other rows, you should put all 1 if you want full access or read the table description if you wanna know which table enables what.

Thats all! Hope im helping you
 
Newbie Spellweaver
Joined
Dec 25, 2013
Messages
6
Reaction score
0
Ya I go the store to show the items with a popup by using

I realy want the store to work its bugging me.
//Warcry WoW Database URL
$config['WoWDB_URL'] = 'http://www.wowhead.com'; //(No slash at the end)
//Complete URL to the power.js
$config['WoWDB_JS'] = '//wowjs.zamimg.com/widgets/power.js?1412273528';

But im still unable to get the items in the cart and the icons dont show.

I have the the search part working. As for the forums I use phpbb. The forum on the cms is ssx venerable
 
Newbie Spellweaver
Joined
Jun 3, 2010
Messages
34
Reaction score
2
Im working on the store now. Ill let you know if i have any news.
Some other bugs: voting system, coins not stored, "buy set" not gathering the data
 
Newbie Spellweaver
Joined
Dec 25, 2013
Messages
6
Reaction score
0
@ viniadas Sounds good. i have not looked at the voting system.
Im not going to use this CMS Its more of a hobby to fix.
 
Newbie Spellweaver
Joined
Dec 25, 2013
Messages
6
Reaction score
0
im still working on it. I have someother things fixed I will Upload it when All is fixed and working.
 
Newbie Spellweaver
Joined
Sep 26, 2011
Messages
24
Reaction score
0
Help pls

Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\template\pages\bugtracker.php on line 96

Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\template\pages\bugtracker.php on line 104
 
Newbie Spellweaver
Joined
Jul 1, 2011
Messages
92
Reaction score
21
Password and mail adress are crypted together in a hash so you can not access the backend admin panel of this CMS, because you can't edit the Mail adresse to recover the password.

New account registering doesn't work too.
Website Failure, it seems the website is not functioning at the moment. If this problem persists please contact the administration.
 
Last edited:
Evolution Team
Joined
Apr 26, 2014
Messages
634
Reaction score
382
someone has the full fixed version to share link ?
 
Newbie Spellweaver
Joined
May 26, 2014
Messages
14
Reaction score
2
Notice: Undefined variable: TPL in C:\xampp\htdocs\template\pages\home.php on line 9

Fatal error: Call to a member function SetParameters() on a non-object in C:\xampp\htdocs\template\pages\home.php on line 9

PHP:
//Set template parameters
$TPL->SetParameters(array(
    'title'        => 'Home',
    'slider'    => true,
    'topbar'    => true
));
//Print the header
$TPL->LoadHeader();
 
Newbie Spellweaver
Joined
May 26, 2014
Messages
14
Reaction score
2
Okay Guys ... lets fix it Live !



This is the Repo :)

This is my Live Link ! ||

Okay lets fix it Live :D
 
Last edited:
Initiate Mage
Joined
Mar 11, 2015
Messages
2
Reaction score
0
Hi guys someone can help me with some errors
Strict standards: Only variables should be passed by reference in C:\wamp\www\template\pages\cactivity.php on line 31

Line 31 $res->bindParam(':acc', $CURUSER->get('id'), PDO::pARAM_INT);
I have this error all the time !

My Skype Dilanbeaulieu753644
 
Last edited by a moderator:
Initiate Mage
Joined
Mar 11, 2015
Messages
2
Reaction score
0
Help pls

Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\template\pages\bugtracker.php on line 96

Strict Standards: Only variables should be passed by reference in C:\xampp\htdocs\template\pages\bugtracker.php on line 104
I have the same Error on another page
 
Back
Top