[ABD] phpBB Rivals (Clans, Ladders & Tournaments)

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
User avatar
gawaindc
Registered User
Posts: 100
Joined: Thu Jun 14, 2007 1:54 pm

Re: [RC2] phpBB Rivals (Clans, Ladders & Tournaments)

Post by gawaindc »

The easiest definition I think would be to consider the "Ladder" as the game, so your Ladder would be called "Starcraft" Your sub-ladder/s would then be the types of games you want people to challenge against each other for eg (and I don't know starcraft) "Team Death Match", "Capture the Flag" etc. Therefore it makes sense to apply to join the sub-ladder (game type) rather than joining the ladder (game name).

Hope that clears it up in simple terms? :?
mre03
Registered User
Posts: 149
Joined: Mon Apr 05, 2004 12:02 pm

Re: [RC2] phpBB Rivals (Clans, Ladders & Tournaments)

Post by mre03 »

gawaindc wrote:The easiest definition I think would be to consider the "Ladder" as the game, so your Ladder would be called "Starcraft" Your sub-ladder/s would then be the types of games you want people to challenge against each other for eg (and I don't know starcraft) "Team Death Match", "Capture the Flag" etc. Therefore it makes sense to apply to join the sub-ladder (game type) rather than joining the ladder (game name).

Hope that clears it up in simple terms? :?
oh ok, yeah starcraft is pretty much just an rts game so it just goes by 1v1, 2v2, 3v3, 4v4 matches with maps, pretty much build up and take other team out.
User avatar
gawaindc
Registered User
Posts: 100
Joined: Thu Jun 14, 2007 1:54 pm

Re: [RC2] phpBB Rivals (Clans, Ladders & Tournaments)

Post by gawaindc »

Ok gotcha, if you didn't want to have lots of different sub-ladders for that game, you could probably just call it "Versus" and have the one sub-ladder under Starcraft. 8-)
drift angel
Registered User
Posts: 66
Joined: Fri Oct 05, 2007 1:27 pm
Contact:

Re: [RC2] phpBB Rivals (Clans, Ladders & Tournaments)

Post by drift angel »

I get this when I report a match

Code: Select all

General Error
SQL ERROR [ mysql4 ]

Incorrect integer value: '' for column 'match_winner' at row 1 [1366]

SQL

INSERT INTO phpbb_rivals_matches (match_id, match_time, match_status, match_winner, match_challenger, match_challengee, match_looser, match_tie) VALUES (NULL, NOW(), 3, "", "", "", "", "1")

BACKTRACE

FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()

FILE: rivals/acp_reportmatch.php
LINE: 24
CALL: dbal_mysql->sql_query()

FILE: rivals.php
LINE: 40
CALL: include('rivals/acp_reportmatch.php')
drift angel
Registered User
Posts: 66
Joined: Fri Oct 05, 2007 1:27 pm
Contact:

Re: [RC2] phpBB Rivals (Clans, Ladders & Tournaments)

Post by drift angel »

and this too when someone accepts or denies a challenge

Code: Select all

[phpBB Debug] PHP Notice: in file /rivals.php on line 40: include(./rivals/ccp_managechallenges.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /rivals.php on line 40: include() [function.include]: Failed opening './rivals/ccp_managechallenges.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php')
Return to the index page
General Error
template->_tpl_load(): No file specified for handle body

Please notify the board administrator or webmaster: [email protected]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
A.I. BOT
Registered User
Posts: 1848
Joined: Thu Apr 17, 2003 11:43 pm
Location: Newfoundland, Canada
Contact:

Re: [RC2] phpBB Rivals (Clans, Ladders & Tournaments)

Post by A.I. BOT »

I'm pretty sure your on a old version, driftangel.
[tyler@tyler-laptop rivals]$ grep -ilr "managechallenges" *
[tyler@tyler-laptop rivals]$
No ccpmanagechallenges exists in any file.

Make sure you have the newest version downloaded. Thanks.
drift angel
Registered User
Posts: 66
Joined: Fri Oct 05, 2007 1:27 pm
Contact:

Re: [RC3] phpBB Rivals (Clans, Ladders & Tournaments)

Post by drift angel »

thank you i downloaded it and so far no errors
ragu78
Registered User
Posts: 34
Joined: Sat Dec 09, 2006 12:09 am

Re: [RC3] phpBB Rivals (Clans, Ladders & Tournaments)

Post by ragu78 »

any new functions or add-ons comming soon?
User avatar
gawaindc
Registered User
Posts: 100
Joined: Thu Jun 14, 2007 1:54 pm

Re: [RC3] phpBB Rivals (Clans, Ladders & Tournaments)

Post by gawaindc »

ragu78 wrote:any new functions or add-ons comming soon?
I believe it's currently being prepared for release as is. But there will be add-on features coming soon. This was all explain a page or two back. ;)
ragu78
Registered User
Posts: 34
Joined: Sat Dec 09, 2006 12:09 am

Re: [RC3] phpBB Rivals (Clans, Ladders & Tournaments)

Post by ragu78 »

gawaindc wrote:I believe it's currently being prepared for release as is. But there will be add-on features coming soon. This was all explain a page or two back. ;)
Ya I read that, there hasnt been any errors reported or any news lately so I figured I would see where the status of this project is ...
Adam_PHP
Registered User
Posts: 23
Joined: Wed Apr 23, 2008 7:59 pm

Re: [RC3] phpBB Rivals (Clans, Ladders & Tournaments)

Post by Adam_PHP »

I'm looking to request a feature. Not really all that hard, but it'd be fantastic if you could program some "Go back to the previous page" links.
A.I. BOT
Registered User
Posts: 1848
Joined: Thu Apr 17, 2003 11:43 pm
Location: Newfoundland, Canada
Contact:

Re: [RC3] phpBB Rivals (Clans, Ladders & Tournaments)

Post by A.I. BOT »

v1.3.0 is out. Lots of new features and fixes in this release (fixes from the experimental releases that is).

- New scoring system which is not biased and bases it's scoring depending on the level/rank difference between the two clans.
- Tournaments can now be assigned to a ladder, clans can only sign up for the tournament if they are in the ladder assigned to the tournament.
- Tickets will now not show blank links if no file is submitted.
- Challenging system improved.
- Clans can now only join one ladder instead of multiple ones.
- PMs fixed in CCP.
- More stuff...

Note: Its recommended you remove all Rivals tables. Install the new ones in install.xml and overwrite all files with the news ones :).

Thanks. See first post for download link.
ragu78
Registered User
Posts: 34
Joined: Sat Dec 09, 2006 12:09 am

Re: [RC3] phpBB Rivals (Clans, Ladders & Tournaments)

Post by ragu78 »

Nice, thx for new features .....

It would be cool if you could make a option in the admin CP whether or not if you want a team to be able to join more than one ladder. That way if you have more then one ladder for a perticular game like call of duty then they can play in all the ladders. Alot of games have more then one version to compete in, for a good example .... call of duty has a regular mode and a hardcore mode. Some teams like playing both and each would be its own ladder.

Thx again for you hard work on this mod ...
naushadhassam
Registered User
Posts: 506
Joined: Wed Aug 15, 2007 9:57 pm
Contact:

Re: [RC3] phpBB Rivals (Clans, Ladders & Tournaments)

Post by naushadhassam »

hiya.

i was just testing this.

here you are a test board for rivals.

http://seofed.com/testrivals/

now i get this error when i click on tournament.

im testing this on blackpearl.

anyhelp:?

Image

font is large, also on top there is a error , the top line.

the menu is not the problem, i can change it. but the size and top error and it basically takes my forum to the left?
Free Hosting - Here
Sports Entertainment Online ( A PS3 Online Gaming Community ) - Here
FREE UNLIMITED HOSTING FOR PHPBB MOD MAKERS - PM ME FOR MORE INFO ( MY WAY ON DONATING TO PHPBB )
User avatar
topdown
Registered User
Posts: 635
Joined: Wed Sep 19, 2007 5:16 pm
Location: NE Wisconsin
Name: Jeff Behnke
Contact:

Re: [RC3] phpBB Rivals (Clans, Ladders & Tournaments)

Post by topdown »

You have this

<img src="./styles/black_pearlcod4/theme/images/icon_mini_login.gif" width="12" height="13" alt="*" />

It should be this

<img src="./styles/black_pearlcod4/theme/images/menu_sep.png" alt="" />

Don't use this exact code, its from your source code.

But the image is what I am pointing at.
Locked

Return to “[3.0.x] Abandoned MODs”