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!

[MySQLi] HOLOCMS [OOP]

Newbie Spellweaver
Joined
Jul 7, 2015
Messages
21
Reaction score
3
I've just edited a CMS and have it converted
it to MySQLi and it uses the newest PHP.
I use Safe Queries making it become more difficult to hack it.
This is a build that can be used for production or development.
In the next version it uses Blowfish etc


screens

Index->
Register->
Forgot->
Me->


Quick installation:
(Every web server)




1-> Put your cms in wwwroot
2-> Upload your database in Navicat.


If you guys going to rename the credits I will encrypt everything in the next build or I will not release it. The next build contains Blowfish encryption and some fixes.

DL-> 104.236.193.255/wwwroot.rar

Realy appreciate if you guys start make mirrors!
 
Last edited:
Developer
Loyal Member
Joined
Jul 28, 2009
Messages
983
Reaction score
133
Re: [MySQLi] PHPRETRO

The credits in the footer says: Powered by Holocms.

Aren't Holocms and PHPRetro two different cms's?

Thanks for updating the encryption, i do wonder if anyone still uses these old cms's.
 
"(still lacks brains)"
Loyal Member
Joined
Sep 2, 2011
Messages
2,371
Reaction score
1,361
Re: [MySQLi] PHPRETRO

The credits in the footer says: Powered by Holocms.

Aren't Holocms and PHPRetro two different cms's?

Thanks for updating the encryption, i do wonder if anyone still uses these old cms's.

PHPRetro is a very large recode of HoloCMS, and some hotels do in fact use PHPRetro just heavily customised.
 
Newbie Spellweaver
Joined
Oct 20, 2013
Messages
41
Reaction score
1
Re: [MySQLi] PHPRETRO

When I go to my url, it keeps sending me to (url)/install.php. While the installer was in rareimg folder. I placed it into htdocs, and run the install. After that, it's still sending me to my url/install.php
 
Newbie Spellweaver
Joined
Jul 7, 2015
Messages
21
Reaction score
3
Re: [MySQLi] PHPRETRO

When I go to my url, it keeps sending me to (url)/install.php. While the installer was in rareimg folder. I placed it into htdocs, and run the install. After that, it's still sending me to my url/install.php

You need only to Change the config and the cms is up.
What Web server are ya using?
You need to use the newest Xampp and not the old one.
This cms is working perfect on my demo



The credits in the footer says: Powered by Holocms.

Aren't Holocms and PHPRetro two different cms's?

Thanks for updating the encryption, i do wonder if anyone still uses these old cms's.

Holocms = Phpretro


I will update the theme this week!
 
Joined
Sep 10, 2011
Messages
778
Reaction score
138
Re: [MySQLi] PHPRETRO

It really wasn't that great, just feature rich and widely used.

Features seem to be the one thing everything in this community lacks lately, hence why this was such a great release. People now just code the basic structure, change a little bit of the original theme and release as if it's the holy grail.
 
C# / Java Programmer
Joined
Jan 1, 2007
Messages
346
Reaction score
177
Re: [MySQLi] PHPRETRO

Pro-tip, just use and functions (included in PHP 5.5+) for password hashing, it uses bcrypt by default. Extremely difficult to crack anything but trivial passwords.

You need to use password_verify, you can't just compare password_hash with the stored value in the database, since it generates and stores a new salt each time.
 

6ix

Newbie Spellweaver
Joined
May 16, 2015
Messages
19
Reaction score
5
Re: [MySQLi] PHPRETRO

Ahhhh... the PHPRetro days! Were the good ones, I will say.
 
Newbie Spellweaver
Joined
Jul 7, 2015
Messages
21
Reaction score
3
Re: [MySQLi] PHPRETRO

This version is exploit free and use OOP, MySQLi.
Its safer then Revcms
 
Make a wish
Joined
Jan 21, 2012
Messages
470
Reaction score
130
Re: [MySQLi] PHPRETRO

So much useless files....... This is not phpretro it looks like a bad HoloCMS.
 
Elite Diviner
Joined
Aug 4, 2013
Messages
466
Reaction score
169
Re: [MySQLi] PHPRETRO

I honestly don't think this is truly PHPRetro. It may use a similar template system but the files are so scrambled compared to the original.

Regardless, it should not be this messy.
 
Newbie Spellweaver
Joined
Jul 7, 2015
Messages
21
Reaction score
3
Re: [MySQLi] PHPRETRO

I honestly don't think this is truly PHPRetro. It may use a similar template system but the files are so scrambled compared to the original.

Regardless, it should not be this messy.

Its not messy, Almost every thing is OOP and yeah you will not find this cms.
This is better than Revcms and in this cms (Holocms) works Jobs forgot.
So yeah everything is exploit free.

Ps. I updated the Title.




Did you ever saw holocms released with no exploits and MySQLI version?
I worked 60 hours on this cms and every thing is working.
Go download the original version and take a look at the codes.
 
Ask me about Daoism
Loyal Member
Joined
Nov 6, 2010
Messages
1,560
Reaction score
393
Is this a flash PHPRetro or a Shockwave one?

If it's Shockwave, stop using PHPRetro. The code is so messy. I'm going to give Flash PHPRetro the benefit of the doubt, for now.

I don't like to self-promote, but for the sake of security use WindPHP. It certainly lacks some appeal of PHPRetro (like groups, user profiles, and housekeeping), but it's far more secure and will allow you to set up a Shockwave retro. Besides, NPAPI being dropped almost certainly means the death of Shockwave.
 
Make a wish
Joined
Jan 21, 2012
Messages
470
Reaction score
130
Re: [MySQLi] PHPRETRO

I honestly don't think this is truly PHPRetro. It may use a similar template system but the files are so scrambled compared to the original.

Regardless, it should not be this messy.
This is the original:
Look and see the diferents. This is 100% Holocms
 
Newbie Spellweaver
Joined
Jul 7, 2015
Messages
21
Reaction score
3
Re: [MySQLi] PHPRETRO

This is the original:
Look and see the diferents. This is 100% Holocms


Pleas look at the title of the topic, use your eyes [Holocms]
This is the flash version only de database is V26.
 
Back
Top