If there is nobody with a rank higher than 1, the first person to register will get rank 99 for easy first-use (untested; please test if it works?)
Made some small edits to the way the content-seed...
Type: Posts; User: azaidi
If there is nobody with a rank higher than 1, the first person to register will get rank 99 for easy first-use (untested; please test if it works?)
Made some small edits to the way the content-seed...
- Added 'retype new password' in account settings
- Fixed favicon not showing
I'm finally going to work on it today :/:
-
- Started news comments
- Fixed the article list so it shows...
It's not dead, I just had my third test week of the year and now still have two presentations to go :l
Also, what do you mean with "another"?
Hmm, did you update?
-
Offtopic: I have so many things in my life going on now.. test week coming up again, 9 projects I still have to finish, website for a friend and me.. I'm sorry for the...
- We pm'ed, I'm not ignoring him :P:
--------
Progress:
- Removed unnecessary username select in manage panel
- Wrote a small tutorial of how to set it up, I'm planning on writing 3 more for...
I don't know, that's why I'm waiting to release it.
-
Progress: Added a small custom error handler
- - - Updated - - -
- Small tweaks to old housekeeping layout
- Added 'special credits'...
Delete cms_news table
Create a new database
Import phoenix sql in new database
Export cms_news from the new database
Import it in your old database
:/: Shit, meant to say editable xD
I haven't really worked on this, as the basic content is pretty much finished and usable, but I'm waiting on some bug reports from current testers. I just got a...
I mean mine looks ugly lol. Some free hosting sites actually add their ads even if you put exit, this will hide them :)
I know I'm talking about micro-optimisation now, but I'll still say this:
You should make a TryConstruct function in your class.databasetable.php instead of doing the countWhere everytime you want...
That design lacks a bit of polish, I think KuntaCMS nailed the Material design. There's a bit too much shadow and padding everywhere too be honest.
It's supposed to be a Habbo CMS right? Using...
Small changes:
- Added {credits} and {pixels}
- Made an online users page per request from a beta tester
- Added an accounts per IP limit, edible as a simple setting in the management
- - -...
I found a way to make a template system without a performance hit :sleep:
Instead of replacing {name} for example with the value of $username, replace it with <?php echo $username; ?>. Then write...
Strange. It's an error in the cms_news table, delete your current and copy one from a PhoenixDB. That should work.
Did you import the extra .sql AFTER your emulator sql?
You know these were already in PhoenixPHP right? Also the snippet doesn't look look like a recode but more like another CMS under the name Phoenix. I wouldn't recommend using the name Phoenix as it...
I deleted some web_promo's so it would upload faster on my 0.15kB/s upload cap but here it is:
http://www.mediafire.com/download/wdxls9cry9suwpq/H2D_Beta_(10_Feb).zip
I didn't really make any...
What sort of "cache system" would speed up animation speed..
The system itself is ready to be used, there is just not enough content for it to be worthwile at the moment. I plan on releasing it when I've completed a bit more content, because in its current...
Sorry for the lack of updates! I'm learning how to program in C++ at the moment (Win32) so updates might come a bit slow.
Anyways:
- Fixed the news archive on true by default
- Added FB language...
How do you do a transition animation with CSS only?
There's a special place for people like these in hell
Those are editable, but I doubt you'd know how to do that.
It seems like OP didn't upload a full source (only some "snippets") and you did
I wonder if the 12 year old players will like the layout.
I'm in love with it :ott:, if this doesn't work out you should use the layout for something different. It is a top-tier layout, the most...
I'm not skipping anything, but I can create content-things after release and let users update through management/let the CMS auto-update :thumbup:
- I'll upload it in a minute
Updates:
- Made some queries faster, because it checks for lastedit +1 instead of just lastedit now
Content updates:
- Motto XSS fixes (how the f*ck did I look...
Do you know how many people have edited the Uber source? The two people I'll remember are Meth0d and Maritmine (is that how you spell it lol), not the other ones that made all the edits that came...
I haven't been very active on this thread this week because I haven't done a lot.
Anyways, system updates:
- Some very small cleanups
- Management line-height increase
- Added dump information to...
$bool = (ACCESS_LEVEL == 'ACCESS_ALL' || ACCESS_LEVEL == 'ACCESS_GUESTS' || ACCESS_LEVEL == 'ACCESS_USERS' || ACCESS_LEVEL == 'ACCESS_ADMIN');
if ($bool == false)
{
//code
}
if...
First one: Equal = Stop (Because it is true), Unequal = Continue
Second one: Unequal = Continue, Equal = Stop
They are literally the same, except one has to reverse the end-bool which means 1-3...
Just a question, how are you caching things? This sounds really resource-intensive, how long does a page load take for you?
Looks great in the screenshots, I'd love to see the full source of this.
TIL.. Again..
I might need to take a look at the entire source of this project :glare:
Damnit, I wish I knew this a year ago.
I know how to use it, I just find it unhandy. BoostCMS used MySQLi Prepared Statements with a wrapper around it. It's more about the result, I never managed to get the assoc keys working without...
I like the design.
Just a tip:
if (! (ACCESS_LEVEL == 'ACCESS_ALL' || ACCESS_LEVEL == 'ACCESS_GUESTS' || ACCESS_LEVEL == 'ACCESS_USERS' || ACCESS_LEVEL == 'ACCESS_ADMIN'))
if...
I don't know if it's just me, but I really can't work with prepared statements in MySQLi. I know how it works, the API is just very strange. PDO on the other hand is quite straightforward. I don't...
For people that want to test this: http://www.mediafire.com/download/v8s1awb5u76qj9t/Hab2Date_24_Jan.zip
It's confirmed that it works perfectly with Plus Emulator and Azure Emulator.
- - -...
- I'm not really in the mood of restyling and reprogramming the entire housekeeping for a third time.
- I like the way it looks now, especially the navigation and topbar. It looks like a perfect...
I'm caching all of my db pages so it literally replaces {motto} with <?php echo htmlspecialchars($user->data["motto"]); ?>, saves it in a real file and lets later requests just load that file without...
http://imgur.com/NKjIgfm.png
New management looks good right?
- - - Updated - - -
http://i.imgur.com/bA3JGhy.png
- - - Updated - - -
- I'm now reusing the $user class in the management,...
So this is what I've been talking about:
When I edit a page on the update-server it gets checked if the edittime is newer than the one from the hotel that is using the cms. If it is it gets...
http://i.imgur.com/rqnLMki.png
Now I'll have to style the 'Update' button :glare:
- - - Updated - - -
Anyways, I have to go to school now so I won't be working on this for the next few hours....
Average page load time of QuickTPL: 8 - 10ms
Average of Boost: 10 - 20ms
Average of Habtodate: 6 - 9ms
:thumbup:
Old look: http://i.imgur.com/UczIBRo.jpg
What do you guys think of this: http://imgur.com/zEHXPdm.jpg
It is so far only tested and confirmed working 100% with Azure. Haven't tested anything else yet :ott1:
Also I restarted the management itself (not the framework/classes, only the front-end)...
I wasn't even planning on making this a Habbo Dev in the first place, I was just toying around with making an auto-update system. And when it worked without a struggle, I just decided I could make a...
- Fixed some stupid coding mistakes
- Made the config.php a lot easier to use
- Let 2 people test the CMS, auto-updating is working fine
Updates might be slow the next 7 days, my testweek is...
I love material design, I'd like to see it in a Habbo CMS. Planning on making a mobile version on the site? (I did that in BoostCMS 2 aswell if you can't find an easy way to do it)
I want to see...
I'm not forcing anything. You can disable it in the config and do it manually through the control panel.
But that's almost just as much trouble as just downloading an update .zip and copying the...
No, that's what I've been trying to clarify. If you CHOOSE to use that Hotel as your main-build then yes, it will get pushed to you. By default it only takes updates from ME. You can change it in the...