canibalstew Posted February 11, 2008 Share Posted February 11, 2008 i made this while ce was down so i decided to release it free to all here is the zip for the tournaments mod here are some of the features except sql addition to db and a few edits your good to go please give me some thanx for this if you decide to like it!!! as i am still learning... multiple currencies 3 or more different currencies tournament pics up to 3 or more simultaneous tournaments admin panel to create them and edit them.. also can use this tournaments system for almost any kind of tournaments!!!! car races fights gang wars even pet fights virtually anything.... download tournaments below Tornaments Mod 2.0.rar **UPDATE** there is a missing function in torny staff.php...you can either add this function to your sglobals.php file or the tornystaff.php file or re download new package You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote Link to comment Share on other sites More sharing options...
iseeyou94056 Posted February 11, 2008 Share Posted February 11, 2008 Re: Tournaments mod For V2 thanks :p Quote Link to comment Share on other sites More sharing options...
Z?v?? Posted February 11, 2008 Share Posted February 11, 2008 Re: Tournaments mod For V2 The dropdown box to edit the tournaments doesn't work. I believe you forgot to add an edit that goes in the globals. Quote Link to comment Share on other sites More sharing options...
canibalstew Posted February 11, 2008 Author Share Posted February 11, 2008 Re: Tournaments mod For V2 ok will add a fix asap thanx for the info Quote Link to comment Share on other sites More sharing options...
-Matt- Posted February 11, 2008 Share Posted February 11, 2008 Re: Tournaments mod For V2 Nice work. Quote Link to comment Share on other sites More sharing options...
canibalstew Posted February 11, 2008 Author Share Posted February 11, 2008 Re: Tournaments mod For V2 thanx i really hope alot like this as i am trying to provide the best that i can do until i am a pro Quote Link to comment Share on other sites More sharing options...
Z?v?? Posted February 11, 2008 Share Posted February 11, 2008 Re: Tournaments mod For V2 In the extra functions you just added, make sure to change $db->fetch_arrow to $db->fetch_row or it will error out. Quote Link to comment Share on other sites More sharing options...
Cyanide Posted February 12, 2008 Share Posted February 12, 2008 Re: Tournaments mod For V2 Very nice, thanks for posting. Quote Link to comment Share on other sites More sharing options...
canibalstew Posted February 14, 2008 Author Share Posted February 14, 2008 Re: Tournaments mod For V2 greate catch bro good eye Quote Link to comment Share on other sites More sharing options...
bling Posted February 18, 2008 Share Posted February 18, 2008 Re: Tournaments mod For V2 hum why's their a lol Warning: Missing argument 1 for torny_dropdownall() think it needs some more work but hey nice job but it will need to be cleaned up more and more neatly coded but with some work the can be one bad ass mod so thank you Quote Link to comment Share on other sites More sharing options...
canibalstew Posted February 21, 2008 Author Share Posted February 21, 2008 Re: Tournaments mod For V2 i am so glad you all like this as i do more free mods they will get better and cleaner thank you for your post Quote Link to comment Share on other sites More sharing options...
Uridium Posted June 25, 2008 Share Posted June 25, 2008 Re: Tournaments mod For V2 hum why's their a lol Warning: Missing argument 1 for torny_dropdownall() think it needs some more work but hey nice job but it will need to be cleaned up more and more neatly coded but with some work the can be one bad ass mod so thank you Im also getting this Error anyone actually got this working and if so could you post your fix please it would be appreciated. Quote Link to comment Share on other sites More sharing options...
Uridium Posted June 26, 2008 Share Posted June 26, 2008 Re: Tournaments mod For V2 << Removed >> by illusions Quote Link to comment Share on other sites More sharing options...
hurra Posted July 13, 2008 Share Posted July 13, 2008 Re: Tournaments mod For V2 this script requires an action!!! ...no idea Quote Link to comment Share on other sites More sharing options...
Uridium Posted July 14, 2008 Share Posted July 14, 2008 Re: Tournaments mod For V2 What ive noticed from the script is that when you create/edit/delete a tourny the page instantly goes back to the game menu instead of the Staff menu. could this have something to do with the dropdown error.. the errors im getting are.. when trying to delete a tourny... Fatal error: Call to undefined function: torny_dropdown() in /home2/slavetra/public_html/tornystaff.php on line 131 When trying to Edit a Tourny QUERY ERROR: 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 '' at line 1 Query was SELECT * FROM torny WHERE tid= When trying to Submit a new tourny.. ERROR! Quote Link to comment Share on other sites More sharing options...
Tonka Posted July 14, 2008 Share Posted July 14, 2008 Re: Tournaments mod For V2 for your editing problem this should work, just replace line 68 of the unedited files $p=mysql_query("SELECT * FROM torny WHERE tid={$_POST['tornyall']}"); also post your tornystaff.php because the one i have, the one from this post, there is no line 131 Quote Link to comment Share on other sites More sharing options...
Uridium Posted August 9, 2008 Share Posted August 9, 2008 Re: Tournaments mod For V2 ok this is my tornystaff.php file You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Hope someone can sort this :) after a bit of script changing ive found im able to bering one up but not how i want it to be. when i put this You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. i get this message.... QUERY ERROR: 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 '' at line 1 Query was SELECT * FROM torny WHERE tid= but as soon as i change the code to this ..... You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. im able to change ID 5 so atleast i know the database is working its just the POST script that isnt.. Quote Link to comment Share on other sites More sharing options...
Uridium Posted August 16, 2008 Share Posted August 16, 2008 Re: Tournaments mod For V2 This Script wont beat me ;) Ive managed to be able to Create Tournaments and Delete tournamnets from the script. Still having issuse with Editing tournaments When i click on the Edit Tournament i just get a blank page.. However if i enter the tournament ID in manullaly i am able to Edit that way but the drop down for the Edit isnt working... Any help would be appreciated on this.. Quote Link to comment Share on other sites More sharing options...
Halo Posted August 16, 2008 Share Posted August 16, 2008 Re: Tournaments mod For V2 Your cases clash: You have 2 torny_sub cases and the script might not be able to read the right one, edit the names, the form actions and the functions and then maybe it will work. Quote Link to comment Share on other sites More sharing options...
Uridium Posted August 17, 2008 Share Posted August 17, 2008 Re: Tournaments mod For V2 After a lot of editing on this script Iv'e finally got it working.. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. As this workd from the sglobals you will need to add 3 links to your smenu those being.. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. As HALO Pointed out above there were two mentions of tournysub ive ammended these and also added the Missing SQL for the Tournament start time... Quote Link to comment Share on other sites More sharing options...
canibalstew Posted October 23, 2008 Author Share Posted October 23, 2008 Re: [mccode v2] Tournaments mod contact me on msn for current copy [email protected] Quote Link to comment Share on other sites More sharing options...
Sim Posted December 26, 2009 Share Posted December 26, 2009 i want to take a look at this mod. my msn is [email protected] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.