Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Closed Thread
 
Thread Tools
VBleague Details »»
VBleague
Version: 1.01, by micheal332001 micheal332001 is offline
Developer Last Online: Oct 2015 Show Printable Version Email this Page

Version: 3.5.0 Rating:
Released: 10-05-2005 Last Update: Never Installs: 85
DB Changes Uses Plugins
Code Changes Additional Files Is in Beta Stage  
No support by the author.

Downloads for this modification have been removed according to Official Policy: When Security Vulnerabilities in Hacks are Found


Hi all

This download containe 2 versions of the league.

One with ucash/ushop
And the other with out

Here is what you have been waiting for my first hack of my own.

What is this hack, Well its a online league managment tool for running a online league system.
This league system will run a 16 player tournament, Tournament signup, league signup and resign,
News for the admin to let his members know when the next tournament is.
members are able to join a team or make a team.
Admin area
The admin and make delete edit tournaments,
The admin can also make teams as and when he like where members of the site can only make one team.
The admin can report wins for each player when viewing players in the admincp.
He can also edit delete and report losses.
When players have signed up to a tournament in the admincp on touenaments the admin will see
All players in the tournaments and the tournament ID next to each player.
When a player reports a lose the admin will see all reports in the tournaments page.

Install.

This is so simple anyone can install this.
Unzip the vbleague_3.5 file in a folder on your pc
Upload the files to the root of your forum like
root/forums/admincp
root/forums/images/league
root/forums/league.php
Login to your admin cp and put this to install.
goto you plugin system
click manage products
[Add/Import Product]
Browse for the product-league.xml file
dont click Allow Overwrite

Do this as a new install only

If you have any problems please post here and i will help as soon as i can.
Please click the install button

A big thanks to Blaine0002 for converting this over to 3.5

All screen shots are in this post
https://vborg.vbsupport.ru/showthread.php?t=96468

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #112  
Old 10-10-2005, 04:46 PM
micheal332001 micheal332001 is offline
 
Join Date: Apr 2004
Posts: 1,112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok try this

In the forums/league.php file find
PHP Code:
$userid $bbuserinfo['userid'];
$usergroupid $bbuserinfo['usergroupid'];
$username $bbuserinfo['username']; 
Change to
PHP Code:
$userid $vbulletin->userinfo['userid'];
$usergroupid $vbulletin->userinfo['usergroupid'];
$username $vbulletin->userinfo['username']; 
Let me know if that works, if it does i will reupload the files again.


Sooner95

have you tryed this
  #113  
Old 10-10-2005, 06:07 PM
Attilitus's Avatar
Attilitus Attilitus is offline
 
Join Date: Mar 2005
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You are on the right track. However, I get this error now when trying to sign up for the league:

Code:
Database error in vBulletin 3.5.0:

Invalid SQL:
UPDATE user SET uttpoints='-50' WHERE userid='1';

MySQL Error  : Unknown column 'uttpoints' in 'field list'
Error Number : 1054
Date         : Monday, October 10th 2005 @ 03:05:19 PM
Script       : http://www.gamefurther.com/forums/league.php?do=signupconfirm
Referrer     : http://www.gamefurther.com/forums/league.php?do=maketeam
IP Address   : 66.27.117.124
Username     : Attilitus
Classname    : vb_database
I think that the overarching problem here is that the code writer has not really made any modifications to the database field names... that seems to be the cause of just about all of these errors. I would suggest going back and manually going through the code to make sure that you update all field names (including the field names for the new 3.5 versions of hacks).
  #114  
Old 10-10-2005, 06:40 PM
micheal332001 micheal332001 is offline
 
Join Date: Apr 2004
Posts: 1,112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi there

The problem you have here is you do not have the ucash hack installed.
Look at this

PHP Code:
 UPDATE user SET uttpoints='-50' WHERE userid='1'
This is looking to update your user points for the ucash hack.
If its not installed you have the wrong vbleague installed.

You need to download and install this one that does not use the ucash hack.

https://vborg.vbsupport.ru/attachmen...chmentid=35533

file name vbleague nopoints 2.zip
  #115  
Old 10-10-2005, 07:18 PM
nexialys
Guest
 
Posts: n/a
Default

in your template, there is an image that have no place there: http://img.igl.net/img/blackdash.gif

please use something local, or simply add this tag if you want a dot: "." ...

other than that, this is a great tool.... hope to see it phrased someday, and have a real XHTML compliant template list...
  #116  
Old 10-10-2005, 07:59 PM
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
Location: I don't know
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have the same issue when signing up. Says that I am already signed up.

If i go thru the League resign thing, and confirm..Then go back and sign up, it still says I am signed up..LOL
  #117  
Old 10-10-2005, 08:36 PM
Blaine0002's Avatar
Blaine0002 Blaine0002 is offline
 
Join Date: Jul 2003
Location: Wisconsin.
Posts: 1,350
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bug fixed and will be sent to miechel soon
  #118  
Old 10-10-2005, 08:40 PM
Sooner95 Sooner95 is offline
 
Join Date: Apr 2003
Location: I don't know
Posts: 535
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

excellent, thx...
  #119  
Old 10-10-2005, 11:16 PM
donBLACK donBLACK is offline
 
Join Date: May 2003
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Database error in vBulletin 3.5.0:

Invalid SQL:
UPDATE user SET uttpoints='-50' WHERE userid='2';

MySQL Error : Unknown column 'uttpoints' in 'field list'
Error Number : 1054
Date : Monday, October 10th 2005 @ 07:15:18 PM
Script : http://www.undergroundmic.com/forum/...=signupconfirm
Referrer : http://www.undergroundmic.com/forum/...urnamentsignup
IP Address : 146.186.226.156
Username : Legion
Classname : vb_database


I get this error after fixing the the log in error stated above....?
  #120  
Old 10-10-2005, 11:54 PM
donBLACK donBLACK is offline
 
Join Date: May 2003
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok fixed...although i do have the ucash hack installed ill jus use the one that doesnt use it
  #121  
Old 10-11-2005, 06:49 AM
leeman's Avatar
leeman leeman is offline
 
Join Date: Nov 2004
Location: Sweden
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by micheal332001
Ok try this

In the forums/league.php file find
PHP Code:
$userid $bbuserinfo['userid'];
$usergroupid $bbuserinfo['usergroupid'];
$username $bbuserinfo['username']; 
Change to
PHP Code:
$userid $vbulletin->userinfo['userid'];
$usergroupid $vbulletin->userinfo['usergroupid'];
$username $vbulletin->userinfo['username']; 
Let me know if that works, if it does i will reupload the files again.


Sooner95

have you tryed this
This worked for me :d

Now I just have to figure out the way around the actual mod :ninja:
Closed Thread


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. The time now is 03:09 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06813 seconds
  • Memory Usage 2,324KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (5)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete