/**
* @Author Ghost
* @Copyright 2013
* @Version 1.0
* @Description Forums And Multi-Room Chat Script
* @FileSource Flat File (.txt)
* @Setup Functions, Sessions, Encrypted Passwords
* @HTMLVersion Xhtml 1.0 Transitional EN
* @CssVersion Css3
**/
This is a PHP/XHTML Flat File Forums And Chat Script with many advanced features.
i hope you guys enjoy this release and support me in anyway you can.
IE: suggestions/bug reports/feedback etc. at http://coding-talk.com
-------------
INSTALLATION
-------------
1. Upload all files to your server (except this readme.txt file)
REMEMBER to upload the .htaccess file that comes with the script.
it creates protection for your .txt files and other things
2. Goto yoursite.tld/INSTALL.php (yoursite.tld = your site address)
and follow the instructions there. (Delete INSTALL.php Once Finished)
3. Change info inside config.php to your sites needs (located in core folder)
4. thats it. installation complete.
Goto yoursite.tld to enjoy your new site (yoursite.tld = your site address)
-------------
FEATURES
-------------
Functions (located in core/includes folder)
Sessions
Registration (Upper/Lower Case Chars, _ And - Symbols Allowed, And 3-15 Chars Long)
Login
Encrypted Passwords
Rank Class
Staff Tools (Better Written/Working)
10 Forums
11 Chatrooms (10 Rooms 1 Staffroom)
Private Messages
Shoutbox
Member Profiles (Hidden to Guests)
BBCodes (located in functions)
Smileys
Avatars
Censorship/Word Filtering (located in functions)
Anti-Flood filtering
Online/Offline Checks
Newest Members
IpBan (located in functions)
IpLogging
Delete Threads
Delete Thread Posts
Move Threads
Delete Single Chat Messages
Search Function
Update/Change Passwords
File Upload Capabilities
AND MUCH MUCH MORE.......
----------------------
CHANGES/MODIFICATIONS/ADDITIONS
----------------------
(BEFORE V1 RELEASE)
----------------------
(New) Forums Added (10 Total)
Forums Can Create Threads With Pagination
Reply To Threads
Create Lists Of Threads With Pagination
Show Last Modified Thread At Top Of List With Time/Date/Username
Show Last Post With Time/Date/Username In Main Forum Page
Show Thread Created/Replied By Username in Thread Lists
Preview Profile/Private Message Straight From Threads
Count Threads Created Per Forum
Count Posts Per Forum
(New) Delete Thread Tool Added
(New) Delete Single Thread Posts Tool Added
Members Post Count Decreases by 1 When A Post Is Deleted
Members Thread And Post Count Decreases by 1 When A Thread Is Deleted -
Plus All Members Who Posted In That Thread Will Recieve A Decrease Of 1 Post Count
(New) Delete Single Chatroom Posts Tool Added
Fixed Coding, More Stable On Strict Error Reporting Servers
Created A list Page For Chatrooms
(New) Added Anti-Flood/Spam Filter To Thread Replies, Shouts, And Chat Messages -
(Will Look Into A Better Solution In Future)
Added Forum Users Online Count/Display Functions
---------------------------------
(Redone) The Members Create System. Now Creates A Folder With Members Name And Has -
3 Files In Total Inside, Their Profile File, Their Thread Posts Count File -
And Their Threads Created Count File.
---------------------------------
(New) Created A Quote Member Tool For Thread Posts
Added Private Alerts To Forums And All Files Throughout Script
Added Inbox To Forums
Added Update Profiles To Forums
---------------------------------
(New) Created A Move Thread Tool -
Move Thread Tool Takes Advantage Of The PHP Function rename() -
Which Allows Us To Keep The Original Files Last Modified Time Intact -
And Then Deletes The Original File Location Without Having To Call PHP's unlink() Function
----------------------------------
Added Options To Allow All 3 Staff Ranks To Delete Threads, Move Threads, Delete Thread Posts -
Within The config.php file Located In Core Folder -
Config.php Options Are As Follows:
----------------------------------
/** Move Threads Permission
(Function Will Appear In Threads) */
$Owner_Move_Threads = 'yes';
$Admin_Move_Threads = 'no';
$Mod_Move_Threads = 'no';
/** Delete Thread Posts Permission
(Function Will Appear In Threads) */
$Owner_Delete_Thread_Posts = 'yes';
$Admin_Delete_Thread_Posts = 'no';
$Mod_Delete_Thread_Posts = 'no';
/** Delete Threads Permission
(Function Will Appear In Threads) */
$Owner_Delete_Threads = 'yes';
$Admin_Delete_Threads = 'no';
$Mod_Delete_Threads = 'no';
----------------------------------
(Redone) Bbcode Coding. Now Uses 1 preg_replace() for all bbcode Calls -
rather than 1 preg_replace per bbcode.
----------------------------------
(New) Created A Search Function To Search Through Forums For Specific String Searches.
----------------------------------
Made Cosmetic Changes To Shoutbox
(New) Added An Update/Change Password Function To Update Profiles.
(New) Added File Upload Capabilities, Opens in New Window, With Close Window Button.
Added Option To Turn File Uploading On And Off Inside Config.php File.
(New) Added Download BBCode To Forums.
Added bbcodes.php and smileys.php File To Forums, Viewable From Reply.php and Create.php Files.
Rewrote Pm System To Allow Use Of Textarea Boxes And New Lines.
Created Piece Of Code To Add A Random Number To Files Being Uploaded That -
Conflict With Existing Filenames, Not Sure How Reliable This Is, So Will See How It Goes.
Demo: CodeMafia.us.to (Demo Has Magic Quotes Turned On, But It Is Only A Demo)
thanks to Riderz for hosting this demo.
* @Author Ghost
* @Copyright 2013
* @Version 1.0
* @Description Forums And Multi-Room Chat Script
* @FileSource Flat File (.txt)
* @Setup Functions, Sessions, Encrypted Passwords
* @HTMLVersion Xhtml 1.0 Transitional EN
* @CssVersion Css3
**/
This is a PHP/XHTML Flat File Forums And Chat Script with many advanced features.
i hope you guys enjoy this release and support me in anyway you can.
IE: suggestions/bug reports/feedback etc. at http://coding-talk.com
-------------
INSTALLATION
-------------
1. Upload all files to your server (except this readme.txt file)
REMEMBER to upload the .htaccess file that comes with the script.
it creates protection for your .txt files and other things
2. Goto yoursite.tld/INSTALL.php (yoursite.tld = your site address)
and follow the instructions there. (Delete INSTALL.php Once Finished)
3. Change info inside config.php to your sites needs (located in core folder)
4. thats it. installation complete.
Goto yoursite.tld to enjoy your new site (yoursite.tld = your site address)
-------------
FEATURES
-------------
Functions (located in core/includes folder)
Sessions
Registration (Upper/Lower Case Chars, _ And - Symbols Allowed, And 3-15 Chars Long)
Login
Encrypted Passwords
Rank Class
Staff Tools (Better Written/Working)
10 Forums
11 Chatrooms (10 Rooms 1 Staffroom)
Private Messages
Shoutbox
Member Profiles (Hidden to Guests)
BBCodes (located in functions)
Smileys
Avatars
Censorship/Word Filtering (located in functions)
Anti-Flood filtering
Online/Offline Checks
Newest Members
IpBan (located in functions)
IpLogging
Delete Threads
Delete Thread Posts
Move Threads
Delete Single Chat Messages
Search Function
Update/Change Passwords
File Upload Capabilities
AND MUCH MUCH MORE.......
----------------------
CHANGES/MODIFICATIONS/ADDITIONS
----------------------
(BEFORE V1 RELEASE)
----------------------
(New) Forums Added (10 Total)
Forums Can Create Threads With Pagination
Reply To Threads
Create Lists Of Threads With Pagination
Show Last Modified Thread At Top Of List With Time/Date/Username
Show Last Post With Time/Date/Username In Main Forum Page
Show Thread Created/Replied By Username in Thread Lists
Preview Profile/Private Message Straight From Threads
Count Threads Created Per Forum
Count Posts Per Forum
(New) Delete Thread Tool Added
(New) Delete Single Thread Posts Tool Added
Members Post Count Decreases by 1 When A Post Is Deleted
Members Thread And Post Count Decreases by 1 When A Thread Is Deleted -
Plus All Members Who Posted In That Thread Will Recieve A Decrease Of 1 Post Count
(New) Delete Single Chatroom Posts Tool Added
Fixed Coding, More Stable On Strict Error Reporting Servers
Created A list Page For Chatrooms
(New) Added Anti-Flood/Spam Filter To Thread Replies, Shouts, And Chat Messages -
(Will Look Into A Better Solution In Future)
Added Forum Users Online Count/Display Functions
---------------------------------
(Redone) The Members Create System. Now Creates A Folder With Members Name And Has -
3 Files In Total Inside, Their Profile File, Their Thread Posts Count File -
And Their Threads Created Count File.
---------------------------------
(New) Created A Quote Member Tool For Thread Posts
Added Private Alerts To Forums And All Files Throughout Script
Added Inbox To Forums
Added Update Profiles To Forums
---------------------------------
(New) Created A Move Thread Tool -
Move Thread Tool Takes Advantage Of The PHP Function rename() -
Which Allows Us To Keep The Original Files Last Modified Time Intact -
And Then Deletes The Original File Location Without Having To Call PHP's unlink() Function
----------------------------------
Added Options To Allow All 3 Staff Ranks To Delete Threads, Move Threads, Delete Thread Posts -
Within The config.php file Located In Core Folder -
Config.php Options Are As Follows:
----------------------------------
/** Move Threads Permission
(Function Will Appear In Threads) */
$Owner_Move_Threads = 'yes';
$Admin_Move_Threads = 'no';
$Mod_Move_Threads = 'no';
/** Delete Thread Posts Permission
(Function Will Appear In Threads) */
$Owner_Delete_Thread_Posts = 'yes';
$Admin_Delete_Thread_Posts = 'no';
$Mod_Delete_Thread_Posts = 'no';
/** Delete Threads Permission
(Function Will Appear In Threads) */
$Owner_Delete_Threads = 'yes';
$Admin_Delete_Threads = 'no';
$Mod_Delete_Threads = 'no';
----------------------------------
(Redone) Bbcode Coding. Now Uses 1 preg_replace() for all bbcode Calls -
rather than 1 preg_replace per bbcode.
----------------------------------
(New) Created A Search Function To Search Through Forums For Specific String Searches.
----------------------------------
Made Cosmetic Changes To Shoutbox
(New) Added An Update/Change Password Function To Update Profiles.
(New) Added File Upload Capabilities, Opens in New Window, With Close Window Button.
Added Option To Turn File Uploading On And Off Inside Config.php File.
(New) Added Download BBCode To Forums.
Added bbcodes.php and smileys.php File To Forums, Viewable From Reply.php and Create.php Files.
Rewrote Pm System To Allow Use Of Textarea Boxes And New Lines.
Created Piece Of Code To Add A Random Number To Files Being Uploaded That -
Conflict With Existing Filenames, Not Sure How Reliable This Is, So Will See How It Goes.
Demo: CodeMafia.us.to (Demo Has Magic Quotes Turned On, But It Is Only A Demo)
thanks to Riderz for hosting this demo.
Comment