Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
  #1  
Old 22nd March 2009, 21:14
Subzero's Avatar
Subzero Subzero is offline
Coder
 
Join Date: Jul 2008
P2P
Posts: 190
Post YAFTC Beta
Change log

1) uploads directory
3) Started faq.txt with the most frequently asked question the team encountered during the first release by users. (Thansk to Haskker for reporting me these FAQs)

Bugs solved:

1) staff.php was directing to user details link solved.

2) staff.php had a faq link link solvd.

3) staff.php had a bad userlist link this is fixed.

4) View nfo link in functions.php have been fixed.

5) Malepoll.php redirecting link had been fixed.

6) poll.php redirecting link has been fixed.

7) Deleted "Silver theme" fromt he tracker.

8) New "LightGreen theme" has been add with much stability for its width.
(Please just go to you database table "stylesheets" and change Silver with lightgreen)

9) Few news icons added in the /images folder. For more good look.

10) Have change the coding of the index.php , so now the torrents will not be show on the
maine page (index.php) if any guest user will visit the site.

11) The news coding is added to the index.php , so now it will show the Admin/Site important news as any guest or register member will visit the site.

12) New page is created called browse, where all the uploaded torrents will be shown. So to get those torrents user must register to the site & have to visit the browse.php page.

13) Administrators and Moderators of the site can EDIT, DELETE the News posts. (Still not users is allowed to post the news. Its restricted to the Admins & Moderators)

14) "topic" field is added in the News database, so that it can take the topic for any news, that is going to be post on the site.

15) Some more changes added to the news.php & newsall.php files. i.e hanling & posting the news in better format etc.

16) Staff.php page is made & arrange to show the site staff members list. Also this page can help the vistors and user to contact to the Staff members of the site.

17) Donation page is added to the project. In case any site user/guest want to donate something to the site. He/She can make a donations and let the System-Operator (Admin) know about his/her donation.

18) Nearly 70% of the layout (theme) of the site has been changed by me (Abid) and also it is created from the begining. (Later theme may be changed, as now we are more concentrated on the coding part)

19) User Control Panel block (A.K.A User CP) is made and fully working at the moment.


------------------
User CP Features
------------------


Unlimited members
Personal profile for each
Upload/Download Stats per user
Private Messaging
User CP - users may edit their profile, edit their settings and manage their uploads
------------------

20) Statistics block is made to show the site statistics. i.e to show Input/output data transfer, seeders/leechers ammount and their ratio etc.

21) Page mytorrent.php is created to show totally uploaded torrents by any users.

22) Chats.php file is added to the project. Which can be use for IRC-Chat Channel currently.

23) Site Rules page (rules.php) is added to the project.

24) FAQ page (extras-faq) is added to the project.

25) email-gateway.php page is added to the project.
Which can be used by any user to contact to the Staff members via e-mail.

26) Poll/Servey coding is added to the site-project. but its still incomplete.
I need to make couple of functions for it.

27) New variable "NEED_REGISTER" is added to the "english.lang" file under LANGUAGE folder.
--| define("NEED_REGISTER", "Please register your-self to access the .torrents."); |--

28) News database and couple of bugs fixed for the admin + user usage. Also corrected the layout
bug of "newsall.php" page.

29) "browse.php" page layout is little bit changed to give it more professinal look for uploaded
torrents files.

30) Currently i disabled the advertisement (A.K.A banners) display. We will reopen it after the
completion of project.

31) Couple of bugs fixed in the "browse.php" file for the auto category search & display.

32) Category feature is completely done in the admin panel & its working perfectly.

33) Few frames looks are added to "admin.php"file to match it with the theme.

34) Table bug fixed in the LOG PART of the admin panel.

35) Download guide page is added to the project.

36) A new Help pages added to the project for extra help for the noobs.

37) Completed "User Management" section of the admin panel.


What it can do
---------------

* Search for the User by user name (Perfext name search)
* Edit the searched user information.
* Delete the searched user account.

28) Table bugs fixed in the "staff.php" & in the "settings" part of the "admin.php".

Notes:
------

1) settings changes is saved into the "backend/config.php" file

2) before writing new data, backup of current config.php file is taken as "backend/oldconfig.php". u can use this file if goes wrong. just replace the config.php with oldconfig.php

3) Recommended: backup your current "admin.php" and "backend/config.php" files.

4) Admin Panel is nearly 95% completed.

5) A professional look of the Forum is added to the tracker.

6) Poll/Servey part is added to the tracker with total bug fixed. Hope i will be working great.

7) Auto-ban hacked installed already with share-ratio.

There are many more things u people will find in this tracker.

------------------------------------------------------------------------
Please if u like tracker, give us the credits. Thanks
------------------------------------------------------------------------
Also Big Thanks To Jhonka And Hussain
Attached Files
File Type: rar YAFTC_Project.rar (1.53 MB, 159 views)

Last edited by Subzero; 31st March 2009 at 18:59.
Reply With Quote
The Following 8 Users Say Thank You to Subzero For This Useful Post:
Blazer (28th March 2009), DrNet (23rd March 2009), iulian_1992 (20th May 2009), marc234 (31st March 2009), Moh.ElBaz (23rd March 2009), shadow1992 (22nd April 2009), Str1k3r (4th May 2009), vovqa (28th March 2009)
  #2  
Old 26th March 2009, 20:51
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default White/Blank Page
Well, i installed it on a web server and on my home pc @xampp but i get the same result: just a white/blank page whit no error so i don`t know what is the problem but i guess its some php error

I`m waiting for the release of the second version for this tracker source which i hope it will be available for everyone so we can test it and report
possible errors !

10x
Reply With Quote
  #3  
Old 26th March 2009, 22:18
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
I got that too, the way to solve it is to open backend/functions.php

Change
PHP Code:
require_once("config.php");
require_once(
"cleanup.php");
require_once(
"extras.php"); 
To

PHP Code:
require_once("backend/config.php");
require_once(
"backend/cleanup.php");
require_once(
"backend/extras.php"); 
Reply With Quote
  #4  
Old 31st March 2009, 23:06
cnb cnb is offline
Member
 
Join Date: Mar 2009
P2P
Posts: 14
Default
Dont hate me if its already posted, but a print-screen would be nice!
Reply With Quote
  #5  
Old 2nd April 2009, 00:24
Subzero's Avatar
Subzero Subzero is offline
Coder
 
Join Date: Jul 2008
P2P
Posts: 190
Default
Here you go http://bvlist.com/yaftc/2255-screen-shot.html
Reply With Quote
Reply

Tags
beta , yaftc

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
YAFTC - First ScreenShot Subzero Community Cafe 11 28th April 2009 22:25
Beta gone? codedash Free Torrent Source 3 29th March 2009 15:22
YAFTC - Name Suggestions Subzero Community Cafe 4 24th March 2009 19:15
FTS 1.0.3 Pre-Beta fr33bh Downloads 14 16th March 2009 20:26



All times are GMT +2. The time now is 23:09. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.