Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev > Mods & Themes
Reply
  #1  
Old 1st May 2009, 15:09
sammygo sammygo is offline
Senior Member
 
Join Date: May 2008
P2P
Posts: 141
Default Request to be Uploader
SQL :
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`)
) TYPE=MyISAM AUTO_INCREMENT=1;
The .php files are attached (uploadapp.php and uploadapps.php).
(Note: at line 144 of uploadapps.php you have to set the class = * to the number of the class your uploader class is.)


uploadapps.php
(Note: at line 144 you have to set the class = * to the number of the class your uploader class is.)


Click image for larger version

Name:	ss1.PNG
Views:	349
Size:	19.7 KB
ID:	1317 Click image for larger version

Name:	ss2.PNG
Views:	238
Size:	8.2 KB
ID:	1318


You need :
uploadapp.php
uploadapps.php

Thanks to ScarS @ tbdev.net for this mod :X
Attached Files
File Type: php uploadapp.php (5.3 KB, 311 views)
File Type: php uploadapps.php (9.7 KB, 265 views)

Last edited by sammygo; 1st May 2009 at 16:02.
Reply With Quote
The Following 6 Users Say Thank You to sammygo For This Useful Post:
bicolor (28th November 2009), biotox (8th April 2010), coko (13th April 2010), FENIX (28th January 2013), Komlok (13th February 2010), nicukent (9th May 2010)
  #2  
Old 12th June 2009, 19:00
razvaneluu razvaneluu is offline
Member
 
Join Date: Feb 2008
Posts: 9
Default
don`t appear to me :|
Reply With Quote
  #3  
Old 21st June 2009, 00:22
DarkK1d DarkK1d is offline
Senior Member
 
Join Date: Apr 2009
P2P
Posts: 20
Default
works
Reply With Quote
  #4  
Old 27th September 2009, 15:16
toksskey toksskey is offline
Member
 
Join Date: Sep 2009
P2P
Posts: 7
Default
Thank you - works
Reply With Quote
  #5  
Old 8th November 2009, 20:10
evaldas40 evaldas40 is offline
Senior Member
 
Join Date: Jun 2009
Lithuania
Posts: 67
Default
I have eror when i go in uploadapps.php

Code:
Warning:  Division by zero in /home/evaldas40/domains/topseed.lt/public_html/uploadapps.php on line 76

and when push Wiev aplication and eror

Warning: Division by zero in /home/evaldas40/domains/topseed.lt/public_html/uploadapps.php on line 107
Reply With Quote
  #6  
Old 4th December 2009, 23:40
RaZoRandrey RaZoRandrey is offline
Member
 
Join Date: May 2009
P2P
Posts: 8
Default
thanks for this mod, verry good, working
Reply With Quote
  #7  
Old 3rd February 2010, 20:03
ajax's Avatar
ajax ajax is offline
Senior Member
 
Join Date: Apr 2009
United Kingdom
Posts: 165
Default
Thanks,work's great!
Reply With Quote
  #8  
Old 13th February 2010, 19:10
Komlok Komlok is offline
Member
 
Join Date: Feb 2010
P2P
Posts: 1
Default
Thanks for this work !
Reply With Quote
  #9  
Old 3rd March 2013, 11:53
Vedda013 Vedda013 is offline
Member
 
Join Date: Feb 2013
P2P
Posts: 2
Default Thx!
Thx! Work's Perfect
Reply With Quote
  #10  
Old 24th March 2013, 14:14
Litago Litago is offline
Member
 
Join Date: Aug 2012
Norway
Posts: 10
Default
Can i use this in tbdev09? getting error when i try copy past SQL code

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM AUTO_INCREMENT=1' at line 19
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 18:10. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.