vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   VBleague (https://vborg.vbsupport.ru/showthread.php?t=97672)

micheal332001 10-10-2005 04:46 PM

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

Attilitus 10-10-2005 06:07 PM

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).

micheal332001 10-10-2005 06:40 PM

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

nexialys 10-10-2005 07:18 PM

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...

Sooner95 10-10-2005 07:59 PM

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

Blaine0002 10-10-2005 08:36 PM

bug fixed and will be sent to miechel soon :D

Sooner95 10-10-2005 08:40 PM

excellent, thx...

donBLACK 10-10-2005 11:16 PM

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....?

donBLACK 10-10-2005 11:54 PM

ok fixed...although i do have the ucash hack installed ill jus use the one that doesnt use it

leeman 10-11-2005 06:49 AM

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:


All times are GMT. The time now is 08:18 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01576 seconds
  • Memory Usage 1,756KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (5)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete