CMS TBDEV Project

Started by BamBam0077, October 09, 2017, 08:26:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

BamBam0077

#2
Version 0.8.8 has been released. See the changelog for a list of fixes here.
https://frug.github.io/AJAX-Chat/

don't say I told ya so soldiers,fans,friends,family interesting what you might learn.  :angel:

download the Standalone version only else what the hell is the point of learning for other places when first you need to get it too work within CMS TBDEV clowns better listen up as this another hack witch will make things interesting. without going into much depth just enjoy when you conquer your goal.

"When Darkness Shadows Your Doubts, Deep Within Us Is Our Key, Not Success But Everything" ~ Anonymous

BamBam0077


<?php
/*
+------------------------------------------------
|   TBDev.net BitTorrent Tracker PHP
|   =============================================
|   by CoLdFuSiOn
|   (c) 2003 - 2009 TBDev.Net
|   http://www.tbdev.net
|   =============================================
|   svn: http://sourceforge.net/projects/tbdevnet/
|   Licence Info: GPL
+------------------------------------------------
|   $Date$
|   $Revision$
|   $Author$ BamBam0077
|   $URL$
+------------------------------------------------
*/
require_once("inc/setup/feature/en/old_lang.php");
//-- STAFF ONLY LANG DOCUMENT 
$cms_basic_lang['software_installed'] = "Installed By Elite Force";
$cms_basic_lang['adduser'] = "Add Member";
$cms_basic_lang['error'] = "Error";
$cms_basic_lang['okay_btn'] = "Okay";
$cms_basic_lang['incorrect'] = "Incorrect Access";
$cms_basic_lang['cannot'] = "You can not access this directly";
$cms_basic_lang['access_denied'] = "Access Denied";
$cms_basic_lang['missing_data'] = "Missing form data";
$cms_basic_lang['mismatch_password'] = "Passwords Mismatch";
$cms_basic_lang['invald_email'] = "Not valid Email"
$cms_basic_lang['invalid_username'] = "Unable to create this account.";
$cms_basic_lang['create_username'] = "Create Nickname"
$cms_basic_lang['username'] = "username";
$cms_basic_lang['password'] = "Password";
$cms_basic_lang['retype_password'] = "Try Again";
$cms_basic_lang['email'] = "Email";
$cms_basic_lang['chat_system_title'] = "CMS Ajax Chat";
$cms_basic_lang['website_name'] = "CMS TBDEV";
$cms_basic_lang['software_not_installed'] = "under development";


ok what the code above does is multi task if needed like we still use the old lang file of course I would recommend you change all $lang to $cms_basic_lang security thing for those that wanna gamble roll ya dice with this slice of the cake it is worth it as you can add in more then langs to this concept of a new language system.
"When Darkness Shadows Your Doubts, Deep Within Us Is Our Key, Not Success But Everything" ~ Anonymous