vBulletin Mods

The Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=238945

ysam 13 Sep 2010 19:11

"Assigning the return value of new by reference is deprecated"

<5.x.x
$node_obj =& new someClass($somearg, $moreargs);

>=5.x.x
$node_obj = new someClass($somearg, $moreargs);

and it's a good thing to unset($node_obj) before the assignment, especially in loops.

I am not sure in which version of php the deprecation took place. In my 5.3.0 it surely is.

Also may I request you consider upcoming events displayed in Calendar plz?

Thanx a mil.

ysam 13 Sep 2010 19:18

"you" = bananalive :)

wold3mort 13 Sep 2010 19:22

Hi I have a question,
was recently concluded a tournament and followed the pattern of this product, the result of the last game of the tournament is wrong because theres been a problem between the players and then to repeat this game, the problem I have is that the tournament Now I flag as closed and I can not undo the last result as I fix? thanks

champendk 13 Sep 2010 23:58

Does user report scores from matches or is it done by admin?

wold3mort 14 Sep 2010 00:45

Let me explain, I'm admin and I created the tournament on fifa10 ps3 users have to do lots and write the result on the forum and I have to score the winner in the tournament, the error was mine because I scored a winner instead of another .. how do I change it?

ysam 14 Sep 2010 10:23

Quote:

Originally Posted by champendk (Post 2097820)
Does user report scores from matches or is it done by admin?

in Ladder both users have to report same score and if not then the match is desputed.
in Tournament admin/mod has to post scores.

wold3mort 14 Sep 2010 16:07

how do I change the winner of a tournament?

dodgeuk19 14 Sep 2010 18:57

hi i have this error, once i created a ladder,

Database error in vBulletin 4.0.3:

Invalid SQL:

SELECT players.*, players.userid AS userid,
user.avatarrevision AS avatarrevision, avatar.avatarpath AS avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight, user.username AS username
, userfield.*, usertextfield.* , players.rank AS rank
FROM vbtmnt_ladder_players AS players
LEFT JOIN vbuser AS user ON (players.userid = user.userid) LEFT JOIN vbavatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vbcustomavatar AS customavatar ON(customavatar.userid = user.userid)
LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid) LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid)
WHERE players.lid=1
AND players.active=1
ORDER BY players.rank DESC,
players.wins DESC,
players.draws DESC
LIMIT 0, 25;



the ladder shows but i when i click on it i get the same message,

any ideas

Thanks

Dodge

i have installed latest version too, will try unistalling and will post again

dodgeuk19 14 Sep 2010 20:17

have removed and reinstalled it, seems to be working

bananalive 15 Sep 2010 19:03

Quote:

Originally Posted by wold3mort (Post 2098145)
how do I change the winner of a tournament?

You can't, unless you edit the database via phpmyadmin.

bananalive 15 Sep 2010 19:10

Quote:

Originally Posted by ysam (Post 2097666)
Hi there and excellent mod!

For those with the "Deprecated" on top of the screen you can replace
Line 586 of ladders.php

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

with this one

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

and same thing on tournaments.php on line 3096


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

with this


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

This is for php 5.3.x users!

Again excellent mod ! Keep it up!

-Yiannis

Corrected for future versions.

FireflyP2C 16 Sep 2010 08:42

First of great job. Adding the challenge options so quickly is very impressive. Ive worked with alot of gaming scripts and this one is very professional. Can I suggest some future upgrades that have worked well on some of the major gaming sites I have worked on.

1. Dedicated rules pages for each ladder.
2. When reporting a loss, the losing team picks a man of the match from the opposing team.
3. Leader board of man of the match.
4. Set staff to individual ladders or groups of ladder with different permission sets.
5. Ticket system ( via pm ) that can be viewed by only the staff assigned to that ladder.
6. Automatic achievements on ladder. Ie team wins 5 games in a row or loses 3 straight games. Icon on team page for each acheivement.
7. Option for drop down menu for certain challenge options ( ie time/date option )
8. Option to let teams insert a youtube video on their team page.

Thats all for now, hope you dont think Im asking for too much. Just suggestions to improve an already great script.

noddyy 16 Sep 2010 09:54

They would be great additions to this already great mod!

champendk 16 Sep 2010 11:07

Quote:

Originally Posted by bananalive (Post 2098738)
You can't, unless you edit the database via phpmyadmin.

Is this something u will change in the future?

FireflyP2C 16 Sep 2010 14:57

Need to ask a question. How do the disputes work. We presume it was when 2 different scores where reported but thats not the case.


All times are GMT. The time now is 18:09.

Powered by vBulletin® Version 3.8.14
Copyright © 2023, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC
Copyright ©2001 - , vbulletin.org. All rights reserved.