View Single Post
  #3  
Old 7th June 2017, 00:40
l3on l3on is offline
Coder
 
Join Date: Jul 2012
Posts: 154
Default TT Community Edition BETA 0.1.0
Lots of bugs fix's
and some forum rewrite
and chat added.


TTCE-0.1.0-BETA.zip

Please use the htaccess file from 0.0.4 ALPHA also you will need to use the new sql dump default logins are user: admin password: changeme


Bump:
PHP Code:
######################################
## TTCE MOD_REWRITE RULES           ##
######################################

## Turn On the Rew-Writing Engine
RewriteEngine On    

## Base Dir for the Community
RewriteRule ^community/$ forums.php

## Base for Account Details
RewriteRule ^user/$ account-details.php

## Base for account
RewriteRule ^account/$ account.php

## Base for report
RewriteRule ^report/$ report.php

## Base for message
RewriteRule ^messages/$ mailbox.php

## Base for faq
RewriteRule ^faq/$ faq.php

## Base for faq
RewriteRule ^friends/$ friends.php

## Base for torrents-upload
RewriteRule ^upload/$ torrents-upload.php

## Base for torrents-details
RewriteRule ^details/$ torrents-details.php

## Base for report
RewriteRule ^report/$ report.php

## Base for edit
RewriteRule ^edit/$ edit.php

## Base for teams
RewriteRule ^teams/$ teams-view.php

## Base for browse
RewriteRule ^browse/$ torrents.php

## Base for latest
RewriteRule ^latest/$ torrents-today.php

## Base for search
RewriteRule ^search/$ torrents-search.php

## Base for download
RewriteRule ^download/$ download.php

## Base for lounge
RewriteRule ^lounge/$ lounge.php

## Base Dir for the announce
RewriteRule ^announce/$ announce.php

## Base Dir for the memberlist
RewriteRule ^members/$ memberlist.php

##Base Dir logout
RewriteRule ^logout/$ account-logout.php

##Base Dir logout
RewriteRule ^login/$ account-login.php

##Base Dir register
RewriteRule ^register/$ account-signup.php


##Base Dir torrents details
RewriteRule ^details/$ torrents-details.php

##Base Dir torrents recover
RewriteRule ^recover/$ account-recover.php

##Base Dir torrents recover
RewriteRule ^tedit/$ torrents-edit.php

##Base Dir torrents recover
RewriteRule ^recover/$ account-recover.php

## Base for edit torrent
RewriteRule ^tedit/$ torrents-edit.php

## Base for report
RewriteRule ^treport/$ report.php 
Attached Thumbnails
2.jpg   1.jpg   3.jpg  
Attached Files
File Type: sql devphpbf_portal.sql (85.8 KB, 149 views)

Last edited by l3on; 7th June 2017 at 00:41. Reason: updated info
Reply With Quote
The Following 5 Users Say Thank You to l3on For This Useful Post:
BEST (8th June 2017), Bluesteel533 (30th November 2018), DjBlack (8th June 2017), romano1 (13th August 2017), Windocx (17th August 2017)