Search found 1805 matches

by A.I. BOT
Wed Apr 29, 2009 3:21 am
Forum: [3.0.x] MOD Writers Discussion
Topic: Simple Avatar Upload
Replies: 1
Views: 455

Simple Avatar Upload

I'm trying to do a simple avatar upload (remote). However, I always get a message saying "File size must be betweent 0 and 6kib". $error = array ( ); avatar_upload ( array ( 'uploadurl' => 'http://www.phpbbrivals.com/templates/images/logo.png' ), $error ); print_r ( $error ); What am I doi...
by A.I. BOT
Mon Apr 06, 2009 12:11 am
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] phpBB Rivals (Clans, Ladders & Tournaments)
Replies: 775
Views: 138717

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

The idea behind rivals is to allow you to run your own clan, tournament and ladder gaming site for free.. New version is out: - Featuring auto-bye'ing of tournaments, so you can now start tournaments whenever you like and Rivals will fix up the brackets for you. - Improvments to the seasons manager ...
by A.I. BOT
Tue Mar 31, 2009 7:16 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Displaying date of birth & age
Replies: 12
Views: 1302

Re: Displaying date of birth & age

Ah sorry about that, I tried this one, it works for me :) Fixed one: /** * Gets a user's age based on their birthdate. * * @param integer $user_id * @return integer */ function get_user_age ( $user_id ) { global $db; // Get the user's birthdate. $sql = "SELECT user_birthday FROM " . USERS_...
by A.I. BOT
Mon Mar 30, 2009 9:18 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Displaying date of birth & age
Replies: 12
Views: 1302

Re: Displaying date of birth & age

Here is a tutorial (many more if you search through google). /** * Gets a user's age based on their birthdate. * * @param integer $user_id * @return integer */ function get_user_age ( $user_id ) { global $db; // Get the user's birthdate. $sql = "SELECT user_birthday FROM " . USERS_TABLE ....
by A.I. BOT
Sun Mar 29, 2009 8:49 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Displaying date of birth & age
Replies: 12
Views: 1302

Re: Displaying date of birth & age

No, no, strtotime will CONVERT that DD-MM-YYYY to a UNIX timestamp.
by A.I. BOT
Sun Mar 29, 2009 5:54 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Displaying date of birth & age
Replies: 12
Views: 1302

Re: Displaying date of birth & age

You can try this... <?php define ( 'IN_PHPBB', true ); $phpbb_root_path = './'; $phpEx = substr ( strrchr ( __FILE__, '.' ), 1 ); include ( $phpbb_root_path . 'common.' . $phpEx ); // Initilize the phpBB sessions. $user->session_begin ( ); $auth->acl ( $user->data ); $user->setup ( 'mods/lang_rivals...
by A.I. BOT
Mon Mar 02, 2009 6:19 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] phpBB Rivals (Clans, Ladders & Tournaments)
Replies: 775
Views: 138717

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

Looks like you didnt put the language file in the correct place and you need to remove the add subladder and edit subladder.
by A.I. BOT
Thu Feb 26, 2009 4:15 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] phpBB Rivals (Clans, Ladders & Tournaments)
Replies: 775
Views: 138717

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

v.1.10.4 is out

- Fixes edit clan issue in ACP
- Fixes a PM issue.
- Challenges that havent been accepted within 24 hours are deleted.

To upgrade:
- Replace all files.
- Purge.

Thanks.
by A.I. BOT
Sun Feb 22, 2009 12:24 am
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] phpBB Rivals (Clans, Ladders & Tournaments)
Replies: 775
Views: 138717

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

1.10.3 is out.

- Find Clan is now working.
- Ranks are now fixed when created a clan and in matches.
- Few other minor fixes.

To upgrade:
- Replace all files.
- Run install_rivals/install.php and select Upgrade.

Thanks!
by A.I. BOT
Tue Feb 17, 2009 5:23 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] phpBB Rivals (Clans, Ladders & Tournaments)
Replies: 775
Views: 138717

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

New version is out. - Contains many fixes to previous problems. - New modules have been added to make room for new features. - New SWAP ranking system - Rivals now shows best, worst, current and last ranks - Ordinal ranking - King of the Ladder, up/down, hot/cold is now displayed within the ladder. ...
by A.I. BOT
Wed Jan 07, 2009 10:03 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] phpBB Rivals (Clans, Ladders & Tournaments)
Replies: 775
Views: 138717

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

Which style are you using? works fine for me in prosilver...

Thanks.
by A.I. BOT
Wed Dec 24, 2008 11:07 am
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] phpBB Rivals (Clans, Ladders & Tournaments)
Replies: 775
Views: 138717

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

Go into your phpBB ACP, if you installed it correctly you should see a tab called phpBB Rivals. From there you can do all this :)

Just a note to anyone, I'll be on vaction from 26th to the 2nd, so any problems I will have to deal with when I get back, wont have my computer with me.

Thanks.
by A.I. BOT
Mon Dec 22, 2008 5:12 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] phpBB Rivals (Clans, Ladders & Tournaments)
Replies: 775
Views: 138717

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

Okay, checked them all and fixed them all, had someone test it for me. Zip re-uploaded.

Thanks.
by A.I. BOT
Mon Dec 22, 2008 3:53 pm
Forum: [3.0.x] Abandoned MODs
Topic: [ABD] phpBB Rivals (Clans, Ladders & Tournaments)
Replies: 775
Views: 138717

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

I see the problem, redownload the zip and replace the installer folder. Then try the install :)

Thanks.
by A.I. BOT
Thu Dec 18, 2008 6:53 am
Forum: [3.0.x] MOD Writers Discussion
Topic: Time Help
Replies: 3
Views: 407

Re: Time Help

Ah that did the trick, thanks !

Go to advanced search