Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev > Mods & Themes
Reply
  #11  
Old 24th March 2013, 16:41
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
try this one
Code:
CREATE TABLE `uploadapp` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) NOT NULL default '0', `applied` datetime NOT NULL default '0000-00-00 00:00:00', `speed` varchar(20) NOT NULL default '', `offer` longtext NOT NULL, `reason` longtext NOT NULL, `sites` ENUM('yes', 'no') NOT NULL default 'no', `sitenames` varchar(150) NOT NULL default '', `scene` ENUM('yes', 'no') NOT NULL default 'no', `creating` ENUM('yes', 'no') NOT NULL default 'no', `seeding` ENUM('yes', 'no') NOT NULL default 'no', `connectable` ENUM('yes', 'no', 'pending') NOT NULL default 'pending', `status` ENUM('accepted', 'rejected', 'pending') NOT NULL default 'pending', `moderator` varchar(40) NOT NULL default '', `comment` varchar(200) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `users` (`userid`) ) ENGINE=MyISAM AUTO_INCREMENT=1;
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #12  
Old 24th March 2013, 16:55
Litago Litago is offline
Member
 
Join Date: Aug 2012
Norway
Posts: 10
Default
Quote:
Originally Posted by joeroberts View Post
try this one
Code:
CREATE TABLE `uploadapp` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` int(10) NOT NULL default '0', `applied` datetime NOT NULL default '0000-00-00 00:00:00', `speed` varchar(20) NOT NULL default '', `offer` longtext NOT NULL, `reason` longtext NOT NULL, `sites` ENUM('yes', 'no') NOT NULL default 'no', `sitenames` varchar(150) NOT NULL default '', `scene` ENUM('yes', 'no') NOT NULL default 'no', `creating` ENUM('yes', 'no') NOT NULL default 'no', `seeding` ENUM('yes', 'no') NOT NULL default 'no', `connectable` ENUM('yes', 'no', 'pending') NOT NULL default 'pending', `status` ENUM('accepted', 'rejected', 'pending') NOT NULL default 'pending', `moderator` varchar(40) NOT NULL default '', `comment` varchar(200) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `users` (`userid`) ) ENGINE=MyISAM AUTO_INCREMENT=1;

Thanks but still nothing changed in upload.php ( did edit to class 3 as it says in line 144



(Note: at line 144 of uploadapps.php you have to set the class = * to the number of the class your uploader class is.)
Reply With Quote
  #13  
Old 24th March 2013, 17:02
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Nothen well change in upload.php!
this is only a aplication system so that a simple user can ask to become a uploader class.
Its like making a forum topic requist to be a uploader
Nothen well happen in upload.php you would read the post figure out if you want to make the user a uploader or not and edit there profile and set them as a uploader or not.
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #14  
Old 24th March 2013, 17:15
Litago Litago is offline
Member
 
Join Date: Aug 2012
Norway
Posts: 10
Default
hm, when ppl click on Upload and are uploader or higher they can upload torrents, but when lower they get to
"You are not authorized to upload torrents. (See Uploading in the FAQ.)"



so wil not go to the picture on the 1st post here for ppl who can`t upload torrents?

Reply With Quote
  #15  
Old 24th March 2013, 17:28
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
edit your FAQ'S to have a link to the application
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote
  #16  
Old 24th March 2013, 17:54
Litago Litago is offline
Member
 
Join Date: Aug 2012
Norway
Posts: 10
Default
Thanks for fast reply`s but i have no idea how do edit the faq, can`t find it in faq.php or lang_faq.php, i did try the link ( http://localhost/tbdev/uploadapp.php ) and it show the request to be uploader :P but no pictures only code...
Reply With Quote
  #17  
Old 24th March 2013, 19:39
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
want help? pm me. want professional help? pm me or anyone else who has time to work for ya
Reply With Quote
  #18  
Old 24th March 2013, 19:41
mat22 mat22 is offline
Senior Member
 
Join Date: Jun 2009
Latvia
Posts: 119
Default
That error means you have higher minimal class that can upload in one of the function_xxx.php files or in config file. Or even in takeupload.php. Search to minupclass or something similar to that. Since YSE is based on TBDev it should be there somewhere.
Reply With Quote
  #19  
Old 24th March 2013, 19:55
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
everything is based on tbdev or bitsource
Reply With Quote
  #20  
Old 24th March 2013, 19:57
Litago Litago is offline
Member
 
Join Date: Aug 2012
Norway
Posts: 10
Default
tbdev09
Reply With Quote
Reply

Tags
request , uploader

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
Anonymous Uploader dyzzy Mods & Themes 1 7th November 2012 15:45
Uploader application Nilsons Mods & Themes 7 18th October 2012 22:34
Anonymous Uploader Rendevous Mods & Themes 0 4th May 2010 12:11
Mod Request for TBDEV patz TBDev 0 23rd December 2008 03:31
Screenshot Request al_ltoticmat Mods & Themes 2 15th October 2008 14:08



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