[RELEASED] WoW ROSTER phpbb2 integration mod 1.0.4

phpBB integration forum

do u like it ?

yes
37
97%
no
1
3%
 
Total votes : 38

Re: [RELEASED] WoW ROSTER phpbb2 integration mod 1.0.4

Postby ElMauro » Mon Jul 16, 2007 1:28 pm

EDIT:

ok, after too many attemps I just found that is not "my problem"
The problem is.. my host. Don´t know why or how but kinda
was not working in my web hosting service.
If I run a webserver on my pc, this mod works great. exactly same
config, same db/db names/users/pass, same files as my remote host.
Remote host: Roster works, with addons and all the thing. also phpbb and everything else I tried works, but this mod wasn´t.
Keep getting a blank (no errors) topic.

But.. after all.. and with persistence (alot) managed to solve my problem.

The solution to my problem:
First, manually changed my forum to use mysql4 (in config.php > $dbms = 'mysql4';)
Then, open mysql4.php
FIND
Code: Select all
//
   // Constructor
   //
   function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = true)


REPLACE WITH
Code: Select all
//
   // Constructor
   //
   function sql_db($sqlserver, $sqluser, $sqlpassword, $database, $persistency = false)


I´m a new, n00b, whatever you want. Don´s ask me what that does..
My guess.. some hosts (like mine) has a silent db_connect flood protection. or whatever.. but is working now :p
Last edited by ElMauro on Mon Jul 16, 2007 7:48 pm, edited 1 time in total.
ElMauro
WR.net Apprentice
WR.net Apprentice
 
Posts: 10
Joined: Wed Jul 04, 2007 6:28 pm

Re: [RELEASED] WoW ROSTER phpbb2 integration mod 1.0.4

Postby emorr339 » Wed Jul 25, 2007 1:56 am

Steev wrote:
Eridoxi wrote:Great ! It worked perfectly !

La Garde Noire te remercie ! :-D

And your english is at least understable by a french person ^^ ;-)

( not sure for mine ;-) )

Waouh, it's a miracle that two french people manage to understand each other in english :)

I've update my little transformation.
Get the two zip files :
http://xiii.trois-double-v.com/Fichiers/avatar70.zip for the real 70 avatars and
http://xiii.trois-double-v.com/Fichiers/avatar6069.zip for "intermediate" avatars...

Unzip, and upload next to the rosterImg/avatar/ directory
(then you must have rosterImg/avatar , rosterImg/avatar70 and rosterImg/avatar6069 uploaded on you website)

Code: Select all
In viewtopic.php

Search for :

$mainImg = "./rosterImg/avatar/";
$classImg = "./rosterImg/classes/";

Replace with :

if($level>=70)
{
   $mainImg = "./rosterImg/avatar70/";
}
else
{
   if($level>=60)
   {
      $mainImg = "./rosterImg/avatar6069/";
   }
   else
   {
      $mainImg = "./rosterImg/avatar/";
   }
}
$classImg = "./rosterImg/classes/";



For exemple, a character, while upping his level, will get the followings avatars :
Image from lvl 1 to 59
Image from lvl 60 to 69
Image at lvl 70


Hi there,

All i get is a lvl 1-59 Avatar even though I am a 66 :-(

In my profile I just put in my name. Do i need to put in class and lvl? if so..
what format do I use in the profile.. like Name, Sex, Class ??

Thanks
(sorry for the noob questions )
emorr339
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Sat Sep 02, 2006 7:49 am

Re: [RELEASED] WoW ROSTER phpbb2 integration mod 1.0.4

Postby emorr339 » Wed Jul 25, 2007 1:59 am

Also, I have another quick question. Is there a way to set every forum member name as their character name in their profile by default?

example: I sign up on the forums using the name Smith, my character name is is Set to Smith in my profile.

Thanks
emorr339
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Sat Sep 02, 2006 7:49 am

Re: [RELEASED] WoW ROSTER phpbb2 integration mod 1.0.4

Postby EGRES » Thu Aug 02, 2007 2:42 am

anyone got it working on phpbb3 ?
EGRES
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Thu Aug 02, 2007 12:33 am

Re: [RELEASED] WoW ROSTER phpbb2 integration mod 1.0.4

Postby dynamixcoder » Mon Aug 06, 2007 4:32 pm

wonder if anyone can port this to work with dragonfly?

i tried to modify this to dragonfly and got stopped at the cpuser_register.php and just got syntax error.

its most def worth a donation if someone can make a guide or mod for this to run under dragonfly cms.


sweet stuff! keep up the great mods
dynamixcoder
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Sun Aug 05, 2007 5:49 am

Re: [RELEASED] WoW ROSTER phpbb2 integration mod 1.0.4

Postby Melina » Mon Oct 22, 2007 1:46 am

is there any changes that need to be done to get this to work for roster 2.0 beta?
User avatar
Melina
WR.net Apprentice
WR.net Apprentice
 
Posts: 49
Joined: Fri Aug 03, 2007 6:49 am

[RELEASED] WoW ROSTER phpbb2 integration mod 1.0.4

Postby Knevil » Sat Apr 19, 2008 5:20 am

nope works fine with roster 2
User avatar
Knevil
WR.net Apprentice
WR.net Apprentice
 
Posts: 29
Joined: Thu May 31, 2007 7:27 pm
Location: Germany

Previous

Return to phpBB

Who is online

Users browsing this forum: No registered users and 1 guest

cron