Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
  #21  
Old 20th March 2009, 12:01
codedash codedash is offline
Senior Member
 
Join Date: Nov 2008
Posts: 20
Default
index.php is missing
Reply With Quote
  #22  
Old 23rd March 2009, 19:12
Sithlord Sithlord is offline
Senior Member
 
Join Date: Aug 2008
Posts: 25
Default
what are the changes beetween the revision 30 and 32??
Reply With Quote
  #23  
Old 25th March 2009, 10:14
xuzo xuzo is offline
Member
 
Join Date: Sep 2008
Posts: 2
Default
Look at:

Changeset 31 for trunk BrightSwitch Project
Changeset 32 for trunk BrightSwitch Project

Anyhow; I have myself started to build further on this code, as the original developer hasn't done anything in months.

Look at trunk BrightSwitch - Trac

Checkout svn at: Revision 12: /trunk

Mostly just some fixes and updated the codeiginiter framework to 1.7.1. New features coming soon. PHP5+ only.
Reply With Quote
  #24  
Old 9th April 2009, 03:26
SpecialsK SpecialsK is offline
Member
 
Join Date: Dec 2008
P2P
Posts: 4
Default File Missing
Profile and Rules page are missing.
Why?

Last edited by SpecialsK; 9th April 2009 at 22:53.
Reply With Quote
  #25  
Old 12th April 2009, 00:31
Dorin0301 Dorin0301 is offline
Member
 
Join Date: Aug 2008
Posts: 2
Default
Quote:
Originally Posted by SpecialsK View Post
Profile and Rules page are missing.
Why?
Because is beta !
Reply With Quote
  #26  
Old 14th April 2009, 04:02
SpecialsK SpecialsK is offline
Member
 
Join Date: Dec 2008
P2P
Posts: 4
Default Hi
Is anyone still workin' at this project?
Reply With Quote
  #27  
Old 9th May 2009, 18:11
NickoSLH NickoSLH is offline
Member
 
Join Date: Nov 2008
Posts: 3
Default
Quote:
Originally Posted by empereur View Post
Code:
A Database Error Occurred

Error Number: 1146

Table 'demo.rules' doesn't exist

SELECT * FROM (`rules`) ORDER BY `rule_order` asc
if you right looking, then you see, that the table "rules" fail in your database.

Code:
CREATE TABLE IF NOT EXISTS `rules` (
  `id` int(11) NOT NULL auto_increment,
  `rule_order` int(11) NOT NULL,
  `rule_data` text NOT NULL,
  PRIMARY KEY  (`id`)
) ;
little fixes:

for rules problem, add in database:
Code:
CREATE TABLE IF NOT EXISTS `rules` (
  `id` int(11) NOT NULL auto_increment,
  `rule_order` int(11) NOT NULL,
  `rule_data` text NOT NULL,
  PRIMARY KEY  (`id`)
) ;
for profile display problem:
Code:
ALTER TABLE users ADD avatar VARCHAR(100) NOT NULL DEFAULT '';
for news display problem:
edit file ./Brightswitch/application/models/news_model.php

and add in line 57 the missing entry

Code:
news.user_added,
as example must see:
Code:
public function get_news() 
    { 
        $this->db->select('news.id, news.news_title, news.news_content, news.date_added, news.user_added, users.username') 
                 ->join('users', 'users.id = news.user_added') 
                 ->order_by('news.id', 'desc'); 
         
        $query = $this->db->get('news');
. . .
Reply With Quote
  #28  
Old 24th September 2009, 00:02
Ryan Ryan is offline
Member
 
Join Date: Sep 2009
P2P
Posts: 1
Default
Is this still in active development?

I'm working on a torrent site, and the skin alone really caught my eye.
Reply With Quote
  #29  
Old 27th February 2010, 12:55
plugin plugin is offline
Member
 
Join Date: Nov 2008
Posts: 1
Default
very good tracker i build a site with this.

Bump: the upload don't work for me :( somebody know whats the problem?
Reply With Quote
  #30  
Old 4th March 2010, 16:59
Phogo's Avatar
Phogo Phogo is offline
VIP
 
Join Date: Jan 2008
United Kingdom
Posts: 902
Default
Quote:
Originally Posted by plugin View Post
very good tracker i build a site with this.

Bump: the upload don't work for me :( somebody know whats the problem?
the source is dead and never made it out of beta. if you want it to work you will have to fix it yourself!
Reply With Quote
Reply

Tags
brightswitch , project

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
TS-SE.Net Open Source Project DrNet Community Cafe 28 22nd January 2013 12:47
TSSE - Open Source Project Enza Gallo Template Shares 26 14th September 2009 14:31
Did this project die or what happened? Viperia Community Cafe 8 3rd August 2009 14:11



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