Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   YAFTC Beta (http://www.bvlist.com/showthread.php?t=2262)

Subzero 22nd March 2009 21:14

YAFTC Beta
 
1 Attachment(s)
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

Fynnon 26th March 2009 20:51

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

Krypto 26th March 2009 22:18

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"); 


cnb 31st March 2009 23:06

Dont hate me if its already posted, but a print-screen would be nice!

Subzero 2nd April 2009 00:24

Here you go http://bvlist.com/yaftc/2255-screen-shot.html


All times are GMT +2. The time now is 04:14.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.