OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

Page 1 of 2 12 LastLast
Results 1 to 25 of 43
  1. #1
    Member Yannici is offline
    MemberRank
    Jan 2008 Join Date
    90Posts

    OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]



    Well ... now it's time to release my OpenCMS.


    Read the development thread first

    Now I'll release my OpenCMS which I started developing some months ago. I also created an development thread in the Habbo Development section. Everyone who followed that thread knows what this CMS can and which features it have.

    I wanted to write a documentation about the plugin system or how to install the cms. But I have to say that I'm very busy and lazy at the moment. So I decided to release it with a small installation and features guide, now.


    Download on Bitbucket:
    >> Go to Bitbucket!

    Bug/Issue Tracker
    With the Bug or Issue Tracker of Bitbucket I would like to help you with the bugs in the OpenCMS. If there is a bug or other issue with OpenCMS please write an short description of the bug. I read the sent issues and will fix them. After fixing I will release a new version of the OpenCMS on Bitbucket. But I'll post it in this thread, too.
    >> To the Issue Tracker


    Requirements
    You don't need anything special. The important thing is, that the structure of the users-table and other cms relevant tables equals to the basic phoenix database!!! Else you may get some database errors.

    Installation Guide


    1. First import the opencms.sql in the root folder of the cms to your phoenix database.
    2. Go to application => config => database.php and change the database-connection settings.
    3. Go to application => config => config.php.
    4. In config.php change the base_url to your hotel-url with an ending slash.
    5. In config.php change the encryption_key, which is important because of several security reasons.
    6. In config.php change csrf_token_name to a random hash string (security reasons)
    7. In config.php you can optional change the csrf_cookie_name for more security.
    8. Go to application => config => hotel.php
    9. Here you can make many hotel-settings which are explained.
    10. In hotel.php change path to your hotel-url without an ending slash
    11. In hotel.php change admin_security_code to a own secret code
    12. In hotel.php you have to change the mus-connection-settings and hotel-connection settings. Or you use a own client-page (application => views => me => game.php)
    13. To manage your hotel, you now can simply add an admin-account. You have to open your hotel-url and open the createadmin page (eg. http://hotelurl.com/createadmin). This will create an admin-account in which you will directly logged in.
    14. In application => controllers the createadmin.php should be deleted. IF NOT DO THIS BY YOURSELF!!! If it is not deleted, other user can create admin accounts ;)


    Screenshots you can find in the development thread.

    Language
    Of course you can change the language, if there is a translation ... If ANYONE could translate the CMS, this would be very nice!! The language is only german at the moment.
    In system => language => german you find hotel_lang.php, db_lang.php and file_validation_lang.php. You can translate these and save them with same name in folder of your language at system => language. Also copy the other *_lang.php files, but you don't have to translate them.
    Then you can change the language to your language in application => config => config.php at "language".

    Now I won't write more about it. If you have questions, ask them there or write a private message.

    I hope you create many Plugins with my Plugin-system. Examples are in application => plugins. If you want to know how you can correctly add plugins, please ask me. Or anyone can write a tutorial for it :)

    So ... Enjoy.
    Sorry for my bad english.

    so far
    Yannici
    Last edited by Yannici; 02-05-14 at 09:29 AM.


  2. #2
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    Fuck, I forgot about that translation I said I would do for you a while ago! Fucking College work, I'll get right on it now. Message me on skype or I'll do it if I can find you online ;P

    English language translation (incomplete)
    About 3 quarters of the document has been translated, I'll more than likely complete it tomorrow if I get time. Feel free to do it yourself.

    Code:
    <?php/*********************************************\
    |****************** OPENCMS ******************|
    |*********************************************|
    |* @author Yannici                           *|
    |* @Copyright Yannici                        *|
    |*********************************************|
    |* @SINCE 04.11.2013                         *|
    \*********************************************/
    
    
    /**
     * Translated from German to English by nobrain
     * http://forum.ragezone.com/members/1333371348.html
     */
    
    
    // GENERAL
    $lang['hotel_me'] = 'Me';
    $lang['hotel_home'] = 'Home';
    $lang['hotel_settings'] = 'Settings';
    $lang['hotel_logout'] = 'Logout';
    $lang['hotel_community'] = 'Community';
    $lang['hotel_goto_client'] = 'Check in &raquo;';
    $lang['hotel_readmore'] = 'Read more';
    $lang['hotel_read'] = 'Read &raquo;';
    $lang['hotel_online_users'] = '%d Users online';
    $lang['hotel_credits'] = 'Credits';
    $lang['hotel_activity_points'] = 'Pixel';
    $lang['hotel_vip_points'] = 'Diamond%s';
    $lang['hotel_email'] = 'E-Mail';
    $lang['hotel_motto'] = 'Motto';
    $lang['hotel_yes'] = 'Yes';
    $lang['hotel_no'] = 'No';
    $lang['hotel_latest_news'] = 'Latest News';
    $lang['hotel_username'] = 'Username';
    $lang['hotel_password'] = 'Password';
    $lang['hotel_unknown_user'] = 'Unknown';
    $lang['hotel_identification'] = 'ID';
    $lang['hotel_online'] = 'Online';
    $lang['hotel_offline'] = 'Offline';
    $lang['hotel_users'] = 'User';
    $lang['hotel_user'] = 'User';
    $lang['hotel_rooms'] = 'Rooms';
    $lang['hotel_room'] = 'Room';
    $lang['hotel_back'] = '&laquo; Back';
    $lang['hotel_date'] = 'Date';
    $lang['hotel_message'] = 'Message';
    $lang['hotel_plural'] = 's';
    
    
    // INDEX
    $lang['hotel_welcome'] = 'Welcome to %s';
    $lang['hotel_welcome_message'] = 'Welcome to %s! Here you will have a lot of fun, a lot of credits, and constantly new Events! Check in and join us!';
    $lang['hotel_register'] = 'Sign up now &raquo;';
    $lang['hotel_login'] = 'Login &raquo;';
    $lang['hotel_thumbnail_label_1'] = 'Friends';
    $lang['hotel_thumbnail_label_2'] = 'Build rooms';
    $lang['hotel_thumbnail_label_3'] = 'Have fun';
    $lang['hotel_thumbnail_text_1'] = 'In the Hotel you will get a lot of new friends for sure!';
    $lang['hotel_thumbnail_text_2'] = 'You can build great rooms and let your imagination run wild!';
    $lang['hotel_thumbnail_text_3'] = 'With our great community, we can guarantee you a lot of fun!';
    
    
    // FORM-SPECIFIC
    $lang['hotel_form_reset'] = 'Reset';
    
    
    // PROFIL-SETTINGS
    $lang['hotel_profile_settings'] = 'Profile settings';
    $lang['hotel_profile_settings_navigation'] = 'Settings';
    $lang['hotel_profile_settings_new_friends'] = 'Allow new friends?';
    $lang['hotel_profile_settings_hide_online'] = 'Hide your online status?';
    $lang['hotel_profile_settings_volume'] = 'Volume';
    $lang['hotel_profile_settings_success_saving'] = 'Successfully saved!';
    $lang['hotel_profile_settings_trading'] = 'Allow trading?';
    $lang['hotel_profile_edit_password'] = 'Change Password';
    $lang['hotel_settings_newpassword_active_password'] = 'Current Password';
    $lang['hotel_settings_newpassword_new_password'] = 'New Password';
    $lang['hotel_settings_newpassword_new_password_wdh'] = 'Repeat new Password';
    $lang['hotel_profile_newpassword_success_saving'] = 'Password successfully changed!';
    $lang['hotel_settings_newpassword_active_password_wrong'] = 'The current password is incorrect!';
    
    
    // REGISTRATION
    $lang['hotel_password_again'] = 'Password again.';
    $lang['hotel_registration_complete'] = 'Registration Complete &raquo;';
    
    
    // ERROR-MESSAGES
    $lang['hotel_error_message_captcha_wrong'] = 'Captcha-Code was incorrect!';
    $lang['hotel_error_message_error'] = 'Error!';
    $lang['hotel_error_message_check_login'] = '%s and %s do not match!';
    $lang['hotel_error_message_ip_check_failed'] = 'You have more than one account!';
    $lang['hotel_error_message_username_incorrect'] = 'Username invalid!';
    $lang['hotel_error_message_success'] = 'Success!';
    $lang['hotel_error_message_check_login_bans'] = 'You have been banned! The reason for the ban is: "%s" and goes to %s';
    
    
    // NAVIGATION
    $lang['hotel_hello_message'] = 'Hello, %s';
    
    
    // NEWS
    $lang['hotel_news_author_date'] = '<strong>%s</strong> on %s to %s';
    $lang['hotel_news_news'] = 'News';
    $lang['hotel_news_comments'] = 'Commments (%s)';
    $lang['hotel_news_send_comment'] = 'Submit comment &raquo;';
    $lang['hotel_news_no_comments'] = 'No comments posted yet, be the first!';
    $lang['hotel_news_comment_in_time'] = 'You can only post one comment every one minute!';
    $lang['hotel_news_comment_success'] = 'Comment has been posted!';
    $lang['hotel_news_write_comment'] = 'Add a comment...';
    
    
    /*
     * COMMUNITY
     */
    
    
    // MITARBEITER
    $lang['hotel_community_employee'] = 'Employee';
    
    
    /*
     * OPENADMIN-AREA
     */
    // GENERAL
    $lang['hotel_admin_name'] = 'OPENADMIN';
    $lang['hotel_admin_workers_online'] = 'Workers online';
    $lang['hotel_admin_client'] = 'Client';
    $lang['hotel_admin_logout'] = 'Logout';
    $lang['hotel_admin_online_users'] = 'Users online';
    $lang['hotel_admin_user_record'] = 'User record';
    $lang['hotel_admin_user_total'] = 'Pending Users';
    $lang['hotel_admin_edit'] = 'Edit';
    $lang['hotel_admin_delete'] = 'Delete';
    $lang['hotel_admin_manage'] = 'Manage';
    $lang['hotel_admin_actions'] = 'Actions';
    $lang['hotel_admin_save'] = 'Save &raquo;';
    $lang['hotel_admin_delete_confirmation'] = 'Are you sure you want to delete this?';
    
    
    
    
    // LOGIN
    $lang['hotel_admin_login'] = 'Openadmin-Login';
    $lang['hotel_admin_login_security_code'] = 'Security code';
    $lang['hotel_admin_login_submit'] = 'Login &raquo;';
    
    
    // MESSAGES
    $lang['hotel_admin_error_message_security_code_wrong'] = 'The security code has been entered incorrectly!';
    $lang['hotel_admin_error_chatlogs_wrong_type'] = 'You have a wrong type specified!';
    $lang['hotel_admin_error_chatlogs_wrong_input'] = 'The search specification was incorrect!';
    
    
    // DASHBOARD
    $lang['hotel_admin_dashboard_last_online_users'] = 'Latest logged User';
    $lang['hotel_admin_dashboard_last_ip'] = 'IP Address';
    $lang['hotel_admin_last_online_users'] = Latest login';
    $lang['hotel_admin_last_staff_activities'] = 'Latest staff activities';
    $lang['hotel_admin_dashboard'] = 'Dashboard';
    
    
    // MEMBERS
    $lang['hotel_admin_members_login_ipaddress'] = 'Login IP Address';
    $lang['hotel_admin_members_register_ipaddress'] = 'Registered IP Address';
    $lang['hotel_admin_members_last_online'] = 'Zuletzt Online';
    $lang['hotel_admin_members'] = 'Members';
    $lang['hotel_admin_members_rank'] = 'Rank';
    $lang['hotel_admin_members_delete_no_user_found'] = 'User was not found!';
    $lang['hotel_admin_members_deleted_success'] = 'Successfully deleted user with the ID \'%d\'!';
    $lang['hotel_admin_members_delete_no_permission'] = 'You do not have permission to delete the User \'%s\'!';
    
    
    // EDIT USER
    $lang['hotel_admin_useredit'] = 'Edit member';
    $lang['hotel_admin_useredit_search'] = 'Search for a member';
    $lang['hotel_admin_useredit_input_user'] = 'User ID or Username';
    $lang['hotel_admin_useredit_input_user_description'] = 'Enter a user here (user ID or user name) to edit it.';
    $lang['hotel_admin_useredit_input_submit'] = 'Edit member &raquo;';
    $lang['hotel_admin_useredit_user_not_found'] = 'User was not found!';
    $lang['hotel_admin_useredit_general_settings'] = 'General Settings';
    $lang['hotel_admin_useredit_input_username'] = 'Username';
    $lang['hotel_admin_useredit_input_email'] = 'E-Mail';
    $lang['hotel_admin_useredit_input_password'] = 'Password';
    $lang['hotel_admin_useredit_input_password_description'] = 'Use the password tool the change passwords!';
    $lang['hotel_admin_useredit_edit'] = '%s Edit';
    $lang['hotel_admin_useredit_input_reg_ip'] = 'Registered IP';
    $lang['hotel_admin_useredit_input_last_ip'] = 'Last IP';
    $lang['hotel_admin_useredit_input_id'] = 'ID';
    $lang['hotel_admin_useredit_checkbox_block_newfriends'] = 'Block new friend requests?';
    $lang['hotel_admin_useredit_checkbox_hide_online'] = 'Hide online status?';
    $lang['hotel_admin_useredit_checkbox_trading'] = 'Enable trading?';
    $lang['hotel_admin_useredit_rank_and_subscriptions_settings'] = 'Rank and subscriptions';
    $lang['hotel_admin_useredit_dropdown_rank'] = 'User rank';
    $lang['hotel_admin_useredit_checkbox_vip'] = 'VIP?';
    $lang['hotel_admin_useredit_look'] = 'Look';
    $lang['hotel_admin_useredit_bans'] = 'Bans';
    $lang['hotel_admin_useredit_bans_date'] = 'Ban date';
    $lang['hotel_admin_useredit_bans_reason'] = 'Reason';
    $lang['hotel_admin_useredit_bans_added_by'] = 'Added by';
    $lang['hotel_admin_useredit_bans_expire'] = 'Expire date';
    $lang['hotel_admin_useredit_error_user_not_exists'] = 'This user does not exist!';
    $lang['hotel_admin_useredit_error_no_rights'] = 'You can edit higher or equal users!';
    $lang['hotel_admin_useredit_edit_success'] = 'User with ID \'%s\' successfully saved!';
    $lang['hotel_admin_useredit_user_edited'] = 'User with ID \'%d\' edited!';
    
    
    // PASSWORD-TOOL
    $lang['hotel_admin_password_tool'] = 'Password Tool';
    $lang['hotel_admin_password_tool_edit'] = 'Password edited';
    $lang['hotel_admin_password_tool_input_user'] = 'Username/User ID';
    $lang['hotel_admin_password_tool_success'] = 'Password changed successfully!';
    $lang['hotel_admin_password_tool_input_desc'] = 'Enter here the user name or the user ID which you want to change the password for.';
    $lang['hotel_admin_password_tool_password_new'] = 'New password';
    $lang['hotel_admin_password_tool_password_new_desc'] = 'Enter the password for the user.';
    $lang['hotel_admin_password_tool_password_changed'] = 'Password for \'%s\' changed!';
    
    
    /*
     * PAST THIS POINT IT HAS NOT BEEN TRANSLATED. SORRY. NOT SORRY. DON'T CARE IF YOU'RE PISSED OFF ABOUT IT.
     */
    
    
    // DATATABLES (FOR TRANSLATIONS SEE: http://datatables.net/plug-ins/i18n)
    $lang['hotel_admin_datatables_show_records'] = '_MENU_ Einträge anzeigen'; // _MENU_ is a parameter!!!
    $lang['hotel_admin_datatables_no_records_found'] = 'Keine Einträge gefunden!';
    $lang['hotel_admin_datatables_records_showing'] = 'Zeige _START_ bis _END_ von _TOTAL_ Einträgen'; // _START_, _END_ and _TOTAL_ are parameters!!!
    $lang['hotel_admin_datatables_filtered_records'] = '(gefiltert von insgesamt _MAX_ Einträgen)'; // _MAX_ is a parameter!!!
    $lang['hotel_admin_datatables_search_records'] = 'Suchen:';
    $lang['hotel_admin_datatables_processing_records'] = 'Bitte warten ...';
    $lang['hotel_admin_datatables_next_page'] = 'Nächste';
    $lang['hotel_admin_datatables_previous_page'] = 'Zurück';
    $lang['hotel_admin_datatables_first_page'] = 'Erste';
    $lang['hotel_admin_datatables_last_page'] = 'Letzte';
    
    
    // PERMISSIONS
    $lang['hotel_admin_permissions'] = 'Berechtigungen';
    $lang['hotel_admin_permissions_edit'] = 'Berechtigungen bearbeiten';
    $lang['hotel_admin_permissions_dropdown_rank_description'] = 'Gib hier die Mitarbeiter-Gruppe an, von denen du die Berechtigung ändern willst.';
    $lang['hotel_admin_permissions_dropdown_rank'] = 'Rank';
    $lang['hotel_admin_permissions_submit_input'] = 'Berechtigungen bearbeiten &raquo;';
    $lang['hotel_admin_permissions_error_rank_not_found'] = 'Rank zum Bearbeiten nicht gefunden!';
    $lang['hotel_admin_permissions_save_success'] = 'Die Berechtigungen wurden erfolgreich gespeichert!';
    $lang['hotel_admin_wrong_permissions'] = 'Berechtigungen fehlen';
    $lang['hotel_admin_permissions_saved'] = 'Berechtigungen von Rank \'%s\' geändert!';
    $lang['hotel_admin_no_permission'] = 'Du hast leider keine Berechtigung, um auf die Seite \'%s\' zugreifen zu können. Wende dich dafür an den Hotelbesitzer!';
    
    
    // LOGS
    $lang['hotel_admin_logs_loggedin'] = 'Hat sich in %s eingeloggt!';
    $lang['hotel_admin_logs'] = 'Auswertungen';
    $lang['hotel_admin_logs_user_deleted_news'] = 'News mit der ID \'%d\' gelöscht!';
    $lang['hotel_admin_logs_user_added_news'] = 'News \'%s\' veröffentlicht!';
    $lang['hotel_admin_logs_user_edited_news'] = 'News \'%s\' bearbeitet!';
    $lang['hotel_admin_logs_user_added_employee_ranking_group'] = 'Mitarbeiter-Gruppe \'%s\' für Rank \'%d\' hinzugefügt!';
    $lang['hotel_admin_logs_employee_ranking_delete'] = 'Mitarbeiter-Gruppe mit der ID \'%d\' gelöscht!';
    $lang['hotel_admin_logs_user_deleted'] = 'User mit der ID \'%d\' gelöscht!';
    
    
    // CHATLOGS
    $lang['hotel_admin_chatlogs'] = 'Chatlogs';
    $lang['hotel_admin_chatlogs_search'] = 'Chatlogs suchen';
    $lang['hotel_admin_chatlogs_show'] = 'Chatlogs anzeigen';
    $lang['hotel_admin_chatlogs_inputfield'] = 'Suchen nach';
    $lang['hotel_admin_chatlogs_inputfield_description'] = 'Gib hier eine Raum-ID, User-ID oder einen Usernamen ein. Je nachdem nach was du suchen willst.';
    $lang['hotel_admin_chatlogs_dropdown_type'] = 'Such-Typ';
    $lang['hotel_admin_chatlogs_chatlogstype_description'] = 'Gib hier den Typ an, nachdem du suchst: Raum oder User.';
    $lang['hotel_admin_chatlogs_submit_input'] = 'Chatlogs suchen &raquo;';
    $lang['hotel_admin_chatlogs_no_room_found'] = 'Raum nicht gefunden';
    
    
    // NEWS
    $lang['hotel_admin_news'] = 'News';
    $lang['hotel_admin_news_title'] = 'News-Titel';
    $lang['hotel_admin_news_short_story'] = 'Kurzbeschreibung';
    $lang['hotel_admin_news_author'] = 'Autor';
    $lang['hotel_admin_news_published'] = 'Veröffentlichung';
    $lang['hotel_admin_news_image'] = 'News-Image';
    $lang['hotel_admin_news_is_campaign'] = 'Kampagne?';
    $lang['hotel_admin_news_campaign_image'] = 'Kampagne-Image';
    $lang['hotel_admin_news_add'] = 'News hinzufügen';
    $lang['hotel_admin_news_long_story'] = 'Nachricht';
    $lang['hotel_admin_news_submit'] = 'Hinzufügen &raquo;';
    $lang['hotel_admin_news_add_success'] = 'News erfolgreich hinzugefügt!';
    $lang['hotel_admin_news_delete_success'] = 'News erfolgreich gelöscht!';
    $lang['hotel_admin_news_delete_no_news_found'] = 'Diese News wurde nicht gefunden!';
    $lang['hotel_admin_news_not_found'] = 'Die News mit der ID %d wurde nicht gefunden!';#
    $lang['hotel_admin_news_edit_submit'] = 'Speichern &raquo;';
    $lang['hotel_admin_news_edit'] = 'News bearbeiten';
    $lang['hotel_admin_news_edit_success'] = 'News mit der ID \'%d\' erfolgreich bearbeitet!';
    
    
    // Employee-Ranking
    $lang['hotel_admin_employee_ranking'] = 'Ränge verwalten';
    $lang['hotel_admin_employee_ranking_rank'] = 'Rang';
    $lang['hotel_admin_employee_ranking_name'] = 'Rang-Name';
    $lang['hotel_admin_employee_ranking_description'] = 'Rang-Beschreibung';
    $lang['hotel_admin_employee_ranking_add_success'] = 'Rang erfolgreich gespeichert!';
    $lang['hotel_admin_employee_ranking_not_found'] = 'Rang mit der ID \'%d\' nicht gefunden!';
    $lang['hotel_admin_employee_ranking_edit_success'] = 'Rang mit der ID \'%d\' erfolgreich gespeichert!';
    $lang['hotel_admin_employee_ranking_delete_success'] = 'Rang mit der ID \'%d\' erfolgreich gelöscht!';
    $lang['hotel_admin_employee_ranking_edit'] = 'Rang bearbeiten';
    $lang['hotel_admin_employee_ranking_add'] = 'Rang hinzufügen';
    
    
    /**
     * PLUGINS
     */
    
    
    // Employee
    $lang['hotel_plugin_employee_registered'] = 'Registriert';
    $lang['hotel_plugin_employee_last_online'] = 'Zuletzt online';
    $lang['hotel_plugin_employee_information'] = 'Info &raquo';
    
    
    // Pretty-Date
    $lang['hotel_pretty_date_seconds'] = 'vor %d Sekunden';
    $lang['hotel_pretty_date_second'] = 'vor einer Sekunde';
    $lang['hotel_pretty_date_minutes'] = 'vor %d Minuten';
    $lang['hotel_pretty_date_minute'] = 'vor einer Minute';
    $lang['hotel_pretty_date_quarter_hour'] = 'vor einer viertel Stunde';
    $lang['hotel_pretty_date_half_hour'] = 'vor einer halben Stunde';
    $lang['hotel_pretty_date_three_quarter_hour'] = 'vor einer dreiviertel Stunde';
    $lang['hotel_pretty_date_hour'] = 'vor einer Stunde';
    $lang['hotel_pretty_date_hours'] = 'vor %d Stunden';
    $lang['hotel_pretty_date_today'] = 'heute';
    $lang['hotel_pretty_date_yesterday'] = 'gestern';
    $lang['hotel_pretty_date_before_yesterday'] = 'vorgestern';
    $lang['hotel_pretty_date_last_night'] = 'letzte Nacht';
    $lang['hotel_pretty_date_night'] = 'Nacht';
    $lang['hotel_pretty_date_morning'] = 'Morgen';
    $lang['hotel_pretty_date_forenoon'] = 'Vormittag';
    $lang['hotel_pretty_date_noon'] = 'Mittag';
    $lang['hotel_pretty_date_afternoon'] = 'Nachmittag';
    $lang['hotel_pretty_date_evening'] = 'Abend';
    $lang['hotel_pretty_date_day'] = 'vor einem Tag';
    $lang['hotel_pretty_date_days'] = 'vor %d Tage';
    $lang['hotel_pretty_date_week'] = 'vor einer Woche';
    $lang['hotel_pretty_date_weeks'] = 'vor %d Wochen';
    $lang['hotel_pretty_date_month'] = 'vor einem Monat';
    $lang['hotel_pretty_date_months'] = 'vor %d Monaten';
    $lang['hotel_pretty_date_year'] = 'vor einem Jahr';
    $lang['hotel_pretty_date_one_and_half_year'] = 'vor eineinhalb Jahren';
    $lang['hotel_pretty_date_years'] = 'vor %d Jahren';
    ?>
    Last edited by NoBrain; 24-04-14 at 01:33 AM.

  3. #3
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    Is it compitable with any database?

  4. #4
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    Quote Originally Posted by Twan View Post
    Is it compitable with any database?
    What do you think?

    1. First import the opencms.sql in the root folder of the cms to your phoenix database.

  5. #5

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    [QUOTE = ησвяαιη; 8050709]? Que pensez-vous [/ QUOTE]

    Only Phoenix so ?

  6. #6
    ~|=_=|~ Receiver is offline
    MemberRank
    Sep 2013 Join Date
    PlutoLocation
    624Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    The design look's very nice im liking the housekeeping. English translate on it would be good

  7. #7
    Member Yannici is offline
    MemberRank
    Jan 2008 Join Date
    90Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    Quote Originally Posted by RomualdGaming View Post
    [QUOTE = ησвяαιη; 8050709]? Que pensez-vous [/ QUOTE]

    Only Phoenix so ?
    At the moment it's only compatible with phoenix. But it's not really hard to add an plus/swift/butterfly compatibility.

    Quote Originally Posted by Receiver View Post
    The design look's very nice im liking the housekeeping. English translate on it would be good
    nobrain is almost done with the translation of the cms. So you have to wait until he's done :)

    so far
    Yannici

  8. #8
    Member Notex is offline
    MemberRank
    Apr 2012 Join Date
    AustraliaLocation
    53Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    I really love the design of this CMS, and the house keeping is really good.

  9. #9
    "(still lacks brains)" NoBrain is offline
    MemberRank
    Sep 2011 Join Date
    United KingdomLocation
    2,658Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    English translation will be finished tonight, right now I'm a bit busy playing League of Legends ;)
    Last edited by NoBrain; 24-04-14 at 08:39 PM.

  10. #10
    Valued Member Tom Lammers is offline
    MemberRank
    Dec 2012 Join Date
    Westerzicht, ZeLocation
    144Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    Download link plz?

  11. #11
    The one and only! Hejula is offline
    MemberRank
    Nov 2008 Join Date
    4,128Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    Quote Originally Posted by Tom Lammers View Post
    Download link plz?
    https://bitbucket.org/Yannici/opencms/

  12. #12
    Valued Member Tom Lammers is offline
    MemberRank
    Dec 2012 Join Date
    Westerzicht, ZeLocation
    144Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    How to fix this?


  13. #13
    Developer Eronisch is offline
    MemberRank
    Jul 2009 Join Date
    The NetherlandsLocation
    1,328Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    I was actually planning to study the CodeIgniter framework as it looks close to asp.net mvc, this should me a lot.

    Thanks for sharing!

  14. #14
    Member Yannici is offline
    MemberRank
    Jan 2008 Join Date
    90Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    Quote Originally Posted by Tom Lammers View Post
    How to fix this?
    Hm ... anyone else got this problem? I don't have this problem ...
    Try to open http://yourhotel/data/scripts/securimage/securimage_show.php
    What happens when you open this page?

    Quote Originally Posted by Eronisch View Post
    I was actually planning to study the CodeIgniter framework as it looks close to asp.net mvc, this should me a lot.

    Thanks for sharing!
    Your welcome :)

    so far
    Yannici

  15. #15
    Member Notex is offline
    MemberRank
    Apr 2012 Join Date
    AustraliaLocation
    53Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    Quote Originally Posted by Yannici View Post
    Hm ... anyone else got this problem? I don't have this problem ...
    I got this problem as well :P

  16. #16
    Member Yannici is offline
    MemberRank
    Jan 2008 Join Date
    90Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    Are you using IIS? I tested it on XAMPP. Maybe on IIS this problem exists. I'll find out at home ... still at work ^^

    so far
    Yannici

  17. #17
    Member Notex is offline
    MemberRank
    Apr 2012 Join Date
    AustraliaLocation
    53Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    Quote Originally Posted by Yannici View Post
    Are you using IIS? I tested it on XAMPP. Maybe on IIS this problem exists. I'll find out at home ... still at work ^^

    so far
    Yannici
    Yeah I am using IIS, it's probably something to do with that lol.

  18. #18
    Member Yannici is offline
    MemberRank
    Jan 2008 Join Date
    90Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    Registration-Bug with IIS fixed.
    Please update your CMS! Uploaded it on BitBucket.

    thanks to @Notex for testing ;)

    so far
    Yannici

  19. #19
    Member Notex is offline
    MemberRank
    Apr 2012 Join Date
    AustraliaLocation
    53Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    Quote Originally Posted by Yannici View Post
    Registration-Bug with IIS fixed.
    Please update your CMS! Uploaded it on BitBucket.

    thanks to @Notex for testing ;)

    so far
    Yannici
    I think you need this in the web.config as well: txt|swf|xml|js
    Cause without that, the external_variables and external_flast_texts don't work.

  20. #20
    Proficient Member Keyuko is offline
    MemberRank
    Aug 2012 Join Date
    162Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    Quote Originally Posted by Notex View Post
    I think you need this in the web.config as well: txt|swf|xml|js
    Cause without that, the external_variables and external_flast_texts don't work.
    Working fine for me without the txt|swf|xml|js

  21. #21
    Member Notex is offline
    MemberRank
    Apr 2012 Join Date
    AustraliaLocation
    53Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    Quote Originally Posted by Keyuko View Post
    Working fine for me without the txt|swf|xml|js
    Weird I had to add that into it, for it to work lol.

  22. #22
    Member Yannici is offline
    MemberRank
    Jan 2008 Join Date
    90Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    Thanks Notex. I'll add it later. Shouldn't be a risk to add it :P But I think only swf and xml is needed, because the cms wouldn't work if js-files won't be found :P

    so far
    Yannici

  23. #23
    Member superman1 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    56Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    I love the style of this CMS, thank you very much!

  24. #24
    Member Yannici is offline
    MemberRank
    Jan 2008 Join Date
    90Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    Quote Originally Posted by superman1 View Post
    I love the style of this CMS, thank you very much!
    No problem :)

    so far
    Yannici

  25. #25
    Member superman1 is offline
    MemberRank
    May 2011 Join Date
    NetherlandsLocation
    56Posts

    Re: OpenCMS [PHP|OOP|MySQLi|CodeIgniter|jQuery]

    When I create a news message and put in a url to an image it adds after every / another /. ( http://puu.sh/8tDW9.png ) Do you have a solution for this? And do you maybe want to create something like this ( http://puu.sh/8tDFA.png ) for this cms? That will be very nice.
    Last edited by superman1; 30-04-14 at 07:05 PM.



Page 1 of 2 12 LastLast

Advertisement