[DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

Page 11 of 20 FirstFirst ... 345678910111213141516171819 ... LastLast
Results 151 to 165 of 295
  1. #151
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    UPDATE:
    - No more updates to Branch Beta 1... (Estable enough for a while...) <<-- Version 0.8.0
    - Starting new Branch Beta 2 <<-- Version 0.8.1


    + WHATS WE CAN EXPECT ON BETA 2:
    - I'll rewrite all core of classes (Using multiple inheritance )
    - Finnaly libsodium working here with xampp so Login on client will works
    - New ads system ( Yeah i decided to remove from beta 1 and put on beta 2 )
    - New format file for view content (instead of .php i'll use .view and disable on httacess )
    - New about page (Check the requirements of php before install like libraries , version ... If have MySQL Conection :D )
    - Start using thread to check if install on database worked before create a new user :D
    - Remove all legacy code from Alpha about javascript functions and sessions
    - News System
    - Thread to check if user as logged out ( If then reload index )
    - Finish Habbo Experience Content
    - Add Credits page to CMS
    - Add CMS Alerts :D

    Prints soon... for now still using the beta 1

  2. #152
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    UPDATE:
    - Now before load route class the CMS (Core) do a diagnostic on 3 steps:
    1) Check if PHP version is equals or superior 7.0
    2) Check if extensions are enabled (For now only libsodium)
    3) Check if have (MySQL, MariaDB) conection

    If the test failure on these steps , redirect to Error Page showing the problem :D

    PRINT:


    - Core, Route and Url rewrited (Clean)
    - Started to move (Class, Models and Controls )to inheritance

    Please people still using beta 1 , beta 2 not ready yet...

    RetroCMS Discord Chat: https://discord.gg/73aeMnj


    UPDATE 2:
    - Now the route class check if the number os parameters passed as correctly..., ( Example before: localhost/client/trash works <-- not anymore ), using reflection :D
    Last edited by m.tiago; 29-12-18 at 12:44 AM.

  3. #153
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    UPDATE:
    - Classes added again incluinding exclusive advertissement class (I'll made a way who is possible to add on client on future)
    - Merging SQL content to Kepler 1.7.1
    - Trying to use RCON to check if hotel as online or not

  4. #154
    Developer Quackster is online now
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,473Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by m.tiago View Post
    UPDATE:
    - Classes added again incluinding exclusive advertissement class (I'll made a way who is possible to add on client on future)
    - Merging SQL content to Kepler 1.7.1
    - Trying to use RCON to check if hotel as online or not
    Use retrorcon by @Hoshiko

    https://github.com/emansom/retrorcon-php

  5. #155
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    UPDATE:
    - New Advertsement System working (Alpha - only for top now )
    - Cleaned all HTML Content

    UPDATE 2:
    - New Advertsement System working and submited ( Using javascript slide method to change after x seconds :D )
    - Cleaned and fixed some HTML content
    - Starting the Webpromos and News

    - Whats next:
    - Impement News and Webpromos method
    - Put back the Login/Logout System ( Now using argon2Id)
    - Put back install with the customization features (Hotelview Banner, Background for now )
    - Use RCON to get Online Users count :D
    Last edited by m.tiago; 31-12-18 at 01:36 AM.

  6. #156
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Happy New Year for everyone , now the News:

    UPDATES:
    - Now the Promos load correctly from Database ;D
    - Testing here a new Language Selector Layout using Ajax :D
    - Starting the news :D
    - Fixed some issues about layout



    eNJOY
    Last edited by m.tiago; 01-01-19 at 02:41 AM.

  7. #157
    Developer Quackster is online now
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,473Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Great work Marcos, nice to see it coming along. The only thing which kind of annoys me is the beta hotel view because beta is kind of yuck the flash view is too recent for this CMS.

  8. #158
    Alpha Member Emily is offline
    MemberRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Why is date 00/00/00? :( Also text is too spanish :') But it looks pretty cool! Besides the BETA background which doesn't suit this CMS.

  9. #159
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by Emily View Post
    Why is date 00/00/00? :( Also text is too spanish :') But it looks pretty cool! Besides the BETA background which doesn't suit this CMS.
    - Actually are in portuguese :D , i'll made when select the install default language create a default article in same language.
    - And the [00/00/0000] its a date in portuguese formate ( Day/Month/Year) (Notice DAO not coded yet)
    - The beta its just for now , i'll allow select the default hotelview and default background on install... its a extra...

    I'll put a default using that:
    - Really hard to find that picture dont exist on web anymore... I found on my old HD from a download of habbo.com.br in november of 2007


    - - - Updated - - -

    UPDATE 2:
    - News DAO working and get news except for dates (Not converted yet i'm done from new year 'drunk '), i'll try that later :D
    - Next Step its create a Ajax Window to Select Default Language and do a MySQL query to save on user if logged of course :D
    - Maybe i start to work on Login, Logout and Client (Revise , Clean , Rewrite and then Re-insert on Project)

    I guess on Next week we have a new version of CMS released working with Kepler :D
    Last edited by m.tiago; 01-01-19 at 07:21 AM.

  10. #160
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    UPDATES:


    +If u think are u seeing a v21 DCR ***wrong*** , Its a V17 Original DCR working with Kepler + RetroCMS :D. We finnaly find a untouched DCR to use (Tanks Quackster), that never happened before, a old DCR before Web 2.0 , that means with this DCR will work:
    + Teleports
    + New Console Follow Option
    + New Console multi selector
    + Show Tags on Profile
    + Habbo Home Button
    + Trax and Jukebox (Whith a Voice of whats Playing :D )
    + Room Vote ( Colored )
    + Recommended Rooms
    + C_Image Directory for Badges Working as well ( Yeah u can do custom badges , i tested D )
    + Moodlight () Some friend told me its possible to add moodlight to OLD DCRS if as implemented on emulator...

    - Plus --> The v17 use the old Avatarimage so , For that reasons i decided to remove support to Release 18 and forward, because the v17 DCR its basicly a v14 with New Layout... ( So now RetroCMS only Supports between v13 <----< v17 )
    - Extra this DCRS Allow Login via Client ( But have some bugs when change looks , i'm trying to fix )

    ***Beta 2 will be amazing :D
    Last edited by m.tiago; 02-01-19 at 09:58 PM.

  11. #161
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    UPDATE:
    - Added default content for news and promos (If the query doesnt work or havent any news or promo active "count returns 0 " :D)
    - Started to Move Install Database to 1.7.1
    - Removed any content from v21 (Maybe comeback on future who knows)

    PRINT:
    ´

    UPDATE 2:
    - Added again the login view without some Scriptos who will be insert on habbo.js
    - Adressed a bug on News Promos with OpenHabboClient() function
    - Login View Validated
    - Remove some legacy code
    - Added Language button to footer in process layout ( Login , Install , Register )

    PRINT:


    UPDATE 3:
    - Added getById on Model
    - Login now works ( Except for error messages )

    UPDATE 4:
    - Now the Login get the Correct information of habbo and Shows (Except for Habbo Club status )
    - Logout View added and Working
    - Client Added and Working ( Except for Close Layout Button "I want it destroys session and reload all content - I probably will use threads" )
    - Date of News now working
    - Added HabboClient target

    UPDATE 5:
    - Habbo Client settings added on database
    - Habbo Promos limited to last 5 rows
    - Testing a friendly url for dcr like gamedata?=externals_texts
    - Onclient URLS working except for looks , its server side


    UPDATE 6:
    - SSO Ticket generator working again Ex:. LT-%RANDOMNUMBER%

    UPDATE 7:
    -SSO Finished
    - Foward ID working for Private Rooms, i really dont know why doesnt work for public ...
    - Now HC Tab works correctly on HabboMain
    - Added news read control

    NEXT:
    - Finish the new translator interface
    - Starting the Login/Logout and Client Controller logic (Actually rewrite) [DONE]
    - Testing the v17 with website (SSO) and build a DCR with externals working for RetroCMS (URLS) [DONE]
    Last edited by m.tiago; 03-01-19 at 07:48 PM.

  12. #162
    Proficient Member mickyc94 is offline
    MemberRank
    Oct 2008 Join Date
    SunderlandLocation
    166Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by m.tiago View Post
    UPDATE:
    - Added default content for news and promos (If the query doesnt work or havent any news or promo active "count returns 0 " :D)
    - Started to Move Install Database to 1.7.1
    - Removed any content from v21 (Maybe comeback on future who knows)

    PRINT:
    ´

    UPDATE 2:
    - Added again the login view without some Scriptos who will be insert on habbo.js
    - Adressed a bug on News Promos with OpenHabboClient() function
    - Login View Validated
    - Remove some legacy code
    - Added Language button to footer in process layout ( Login , Install , Register )

    PRINT:


    UPDATE 3:
    - Added getById on Model
    - Login now works ( Except for error messages )

    UPDATE 4:
    - Now the Login get the Correct information of habbo and Shows (Except for Habbo Club status )
    - Logout View added and Working
    - Client Added and Working ( Except for Close Layout Button "I want it destroys session and reload all content - I probably will use threads" )
    - Date of News now working
    - Added HabboClient target

    UPDATE 5:
    - Habbo Client settings added on database
    - Habbo Promos limited to last 5 rows
    - Testing a friendly url for dcr like gamedata?=externals_texts
    - Onclient URLS working except for looks , its server side


    UPDATE 6:
    - SSO Ticket generator working again Ex:. LT-%RANDOMNUMBER%

    UPDATE 7:
    -SSO Finished
    - Foward ID working for Private Rooms, i really dont know why doesnt work for public ...
    - Now HC Tab works correctly on HabboMain
    - Added news read control

    NEXT:
    - Finish the new translator interface
    - Starting the Login/Logout and Client Controller logic (Actually rewrite) [DONE]
    - Testing the v17 with website (SSO) and build a DCR with externals working for RetroCMS (URLS) [DONE]
    Is Beta 2 usable yet to any extent? Looking very promising up to now so cant wait to use it.

  13. #163
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Quote Originally Posted by mickyc94 View Post
    Is Beta 2 usable yet to any extent? Looking very promising up to now so cant wait to use it.
    I need to re-enable install again , but i want to do some changes like allow set backrgound and hotelview for example...

    I discovered a good/bad thing about the v17 dcrs:


    The old edit looks works , inside rooms , but have a bug who doesnt appear the look... Anyway its possible to edit motto, password inside the client...
    Its temporarly because i probably wont add profile now (Low priority)...


    UPDATE
    - Re-started the Register , and adressed a issue who allow to habbo set a custom step like localhost/register/step/89898989
    - Adressed a issue with getById function module
    - Added Author signature for Articles like ( Marcos - Hotel Manager )
    - Added all views of register

    UPDATE 2:
    - News list working
    - Now the CMS doesnt show the disabled news (status 0) by url

    UPDATE 3:
    - Addressed a hard security breach with httacess who allowed to users access directory list
    - Addressed a bug who allowed a invalid HabboLoggedIn status on first time of access of website.
    - Adressed a bug who HabboLoggedIn status doesnt showed and storage correctly on Javascript Variable
    - Added the javascript language box selector (Only interface doesnt work *NOW)
    - Added News Directory
    - Added Habbo Experiênce Flash Again

    UPDATE 4:
    - Fixed some variables declarations
    - Now Ajax Urls only works with POST method (If u try access by URL GET shows 404 );
    - Fixed Ajax Image Load (Like close Button and Load GIF) using var habboStaticFilePath variable:

    + Example = Before i was using localhost/close_button.png | now = habboStaticFilePath + close_button.png

    PRINT:

    GREAT NEWS: I Learn how pass paramters using that AjaxRequest so i can made a popup with steps (like confirmation: example buy habbo club). :D

    UPDATE 5:
    - Added javascript functions of language content
    - Language Selector Added (From Beta 1 (only for test i'll rewrite the layout)).

    UPDATE 6:
    - Added Language Translator Popup to Process Layout (Login/Register/Install)
    - Fixed a issue with translator popup on process layout
    - Adressed a error with id 0 on news
    - Added register step labels to process top layout
    - Renewed Credits and Habbo Club Icon
    - Removed r19 Flash Content (Legacy)
    - Core Optimized for Requests
    - Added a Ajax Controller
    Last edited by m.tiago; 05-01-19 at 07:26 PM.

  14. #164
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    UPDATE:
    - Added a Ajax Request to verify if user exist
    - Started a new Language Selector

    PRINTS:


    I'll add a confirmation box , if user as logged , because that changes the default language on user_language column...


    UPDATE 2:
    - re-Added Habbo Club days to HabboTab
    - Adressed a error on habbo.js who causing a loop warnings...

    - - - Updated - - -

    UPDATE 3:
    - Resgiter now working (Only if username doesnt exists)/
    - I'm playing with old CSS trying to do reverse engeneering on Habbo Club subscription page based on old print (I have to improvise but working :D)
    PRINTS:
    Last edited by m.tiago; 06-01-19 at 10:06 PM.

  15. #165
    Account Upgraded | Title Enabled! m.tiago is offline
    MemberRank
    Dec 2008 Join Date
    BrazilLocation
    319Posts

    Re: [DEV] RetroCMS ~ The Oldschool Era is BACK !!! - PHP + PDO + MariaDB [DEV]

    Update:
    - Introducing the Habbo Club Join page, exclusive of RetroCMS , re-maded based on old-tutorial image and reverse engineering on css content:


    FEATURES:
    - Completing working the HC measure.
    - Logged/NotLogged working

    Whats next:
    - Add Ajax Request for buttons [DONE]

    Print:
    Last edited by m.tiago; 08-01-19 at 09:41 PM.



Advertisement