Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > TBDev
Reply
  #21  
Old 12th July 2013, 21:00
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by nirbe View Post
Ok, i will try.

more something, There is H&R mod for TBdev 2009 (or how i can calculate sharing time)?
Have a look @ u232 forums, there's a hit and run hack for 09'

http://forum.u-232.com/index.php/topic,1228.0.html
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #22  
Old 13th July 2013, 13:18
nirbe nirbe is offline
Senior Member
 
Join Date: Oct 2012
Israel
Posts: 39
Default
Quote:
Originally Posted by firefly007 View Post
Have a look @ u232 forums, there's a hit and run hack for 09'

http://forum.u-232.com/index.php/topic,1228.0.html
I dont have snatched table..
Reply With Quote
  #23  
Old 13th July 2013, 13:36
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Mysql tables?
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me


Last edited by firefly007; 13th July 2013 at 13:48.
Reply With Quote
  #24  
Old 13th July 2013, 14:24
nirbe nirbe is offline
Senior Member
 
Join Date: Oct 2012
Israel
Posts: 39
Default
Quote:
Originally Posted by firefly007 View Post
Mysql tables?
Yes, i need to create one?
Reply With Quote
  #25  
Old 13th July 2013, 23:22
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by nirbe View Post
Yes, i need to create one?
You need to run the query... (alter Table)

Go to Phpmyadmin => The database in question => Then click on SQL button

Then Paste this in below:

ALTER TABLE `snatched` ADD `hit_and_run` INT(11) NOT NULL;
ALTER TABLE `snatched` ADD `mark_of_cain` enum('yes','no') NOT NULL DEFAULT 'no';
ALTER TABLE snatched ADD `finished` enum('yes','no') NOT NULL DEFAULT 'no';
ALTER TABLE `users` ADD `hnrwarn` enum('yes','no') NOT NULL DEFAULT 'no';
ALTER TABLE `users` ADD `hit_and_run_total` INT(9) DEFAULT '0';

Then hit the "GO"
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #26  
Old 14th July 2013, 07:20
nirbe nirbe is offline
Senior Member
 
Join Date: Oct 2012
Israel
Posts: 39
Default
Quote:
Originally Posted by firefly007 View Post
You need to run the query... (alter Table)

Go to Phpmyadmin => The database in question => Then click on SQL button

Then Paste this in below:

ALTER TABLE `snatched` ADD `hit_and_run` INT(11) NOT NULL;
ALTER TABLE `snatched` ADD `mark_of_cain` enum('yes','no') NOT NULL DEFAULT 'no';
ALTER TABLE snatched ADD `finished` enum('yes','no') NOT NULL DEFAULT 'no';
ALTER TABLE `users` ADD `hnrwarn` enum('yes','no') NOT NULL DEFAULT 'no';
ALTER TABLE `users` ADD `hit_and_run_total` INT(9) DEFAULT '0';

Then hit the "GO"
I know that, but how can i run AFTER TABLE if the table doesn't exist?
Reply With Quote
  #27  
Old 14th July 2013, 10:09
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Thumbs up
Code:
ALTER TABLE `snatched` ADD `hit_and_run` INT(11) NOT NULL;
ALTER TABLE `snatched` ADD `mark_of_cain` enum('yes','no') NOT NULL DEFAULT 'no';
ALTER TABLE `snatched` ADD `finished` enum('yes','no') NOT NULL DEFAULT 'no';
ALTER TABLE `users` ADD `hnrwarn` enum('yes','no') NOT NULL DEFAULT 'no';
ALTER TABLE `users` ADD `hit_and_run_total` INT(9) DEFAULT '0';
ALLSO INPORT THE FULL SQL BEFORE ADDING THIS
Reply With Quote
  #28  
Old 14th July 2013, 11:44
firefly007's Avatar
firefly007 firefly007 is offline
SUPPORT GURU
 
Join Date: Jun 2010
P2P
Posts: 721
Default
Quote:
Originally Posted by nirbe View Post
I know that, but how can i run AFTER TABLE if the table doesn't exist?
Yea! I see what you saying... The snatch table needed does not come with the default Sql as far a I can recall might need to hunt around for it.
__________________




Please Support Majority Report


You can contact me on Skype live:phesadent.elect but please let me know first.


If you are ever need me desperately then please email me at dan.oak44@gmail.com and I will contact u within a week.


Due to free time I'm able to help interested member's with their tracker.

Please Note!
Depending on your requests I will charge you for my assistance for Tracker installs and mods.
All my mods are custom and prices will very depending on the request.
I'm able to install any tracker and mods including themes.

Please PM me

Reply With Quote
  #29  
Old 15th July 2013, 10:38
nirbe nirbe is offline
Senior Member
 
Join Date: Oct 2012
Israel
Posts: 39
Default
Quote:
Originally Posted by firefly007 View Post
Yea! I see what you saying... The snatch table needed does not come with the default Sql as far a I can recall might need to hunt around for it.
So where i can find this table?
Reply With Quote
Reply

Tags
cheating , sumone , tracker

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



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