forums.eqdkp.com: phpBB3 + EQdkp integration - forums.eqdkp.com

Jump to content

  • (46 Pages) +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

phpBB3 + EQdkp integration Powerful guild portal

#31 Guest_Dahn_*

  • Group: Guests

Posted 24 May 2007 - 11:18 AM

View Postippe, on May 23 2007, 11:03 PM, said:

No, if we automatically fill that data into the member table, we add there all thoes alts, etc. bank chars. But we can make that kind feature..

Edit:
<image>
Need something else?


Yes, I'd considered that but didn't have a good answer for how/what to select certain toons.

I think the answer is to take the armory code and add some functions to the Add Member page. Rather than filling in the level, race, etc. fields, just type the name and hit submit. The php code would make the call to the Armory to get the relevant data. Also being able to update from the armory for things like level would be nice. I think this is probably best added to either Wallenium's UserChar mod or directly to the member management code.

Let's leave your roster code the way it is unless you have some other plans for that roster. The thing that seemed odd for me was that the Armory data is separate from the Member table and so even tho a toon is in the "Roster" it may not be listed in Standings. I think this would confuse some members.

#32 Guest_gile_*

  • Group: Guests

Posted 24 May 2007 - 11:35 AM

I get the following error when trying to pull the guild roster from the Armory config. Anyone got any idea what I did wrong when adding the tables and lines of code to common.php im sure thats where my errors are but i am not sure what. Fatal error: Call to undefined function: simplexml_load_string() in /homepages/17/d87573660/htdocs/RIPCo/ripsite/phpBB3/includes/acp/acp_dkp_armory.php on line 86

Here is what my common.php looks like for the eqdkp part of the fiel
// phpbb3 + eqdkp start
require($phpbb_root_path .  'includesdkp/functions.php');
require($phpbb_root_path .  'includesdkp/eqdkp.php');

$eqdkp_table_prefixx = 'bbeqdkp_';	

define('URI_ADJUSTMENT', 'a');
define('URI_EVENT',      'e');
define('URI_ITEM',       'item');
define('URI_LOG',        'l');
define('URI_NAME',       'name');
define('URI_NEWS',       'n');
define('URI_ORDER',      'o');
define('URI_PAGE',       'p');
define('URI_RAID',       'r');
define('URI_SESSION',    's');

define('ADJUSTMENTS_TABLE',    $eqdkp_table_prefixx . 'adjustments');
define('ARMORY_TABLE',	$eqdkp_table_prefixx . 'armory');
define('ARMORY_SETTINGS_TABLE',		$eqdkp_table_prefixx . 'armory_settings');
define('EQDKP_CONFIG_TABLE',   $eqdkp_table_prefixx . 'config');
define('EVENTS_TABLE',         $eqdkp_table_prefixx . 'events');
define('ITEMS_TABLE',          $eqdkp_table_prefixx . 'items');
define('LOGS_TABLE',           $eqdkp_table_prefixx . 'logs');
define('MEMBERS_TABLE',        $eqdkp_table_prefixx . 'members');
define('MEMBER_RANKS_TABLE',   $eqdkp_table_prefixx . 'member_ranks');
define('MEMBER_USER_TABLE',    $eqdkp_table_prefixx . 'member_user');
define('NEWS_TABLE',           $eqdkp_table_prefixx . 'news');
define('RAID_ATTENDEES_TABLE', $eqdkp_table_prefixx . 'raid_attendees');
define('RAIDS_TABLE',          $eqdkp_table_prefixx . 'raids');
define('CLASS_TABLE',	         $eqdkp_table_prefixx . 'classes');
define('RACE_TABLE',	         $eqdkp_table_prefixx . 'races');
define('FACTION_TABLE',	       $eqdkp_table_prefixx . 'factions');
// phpbb3 + eqdkp end


Again thanks for any help in advance

#33 User is offline   ippe

  • Member
  • Pip
  • Group: Members
  • Posts: 168
  • Joined: 18-March 06
  • Location:Finland
  • Interests:Beer, beer and php

Posted 24 May 2007 - 11:45 AM

View Postgile, on May 24 2007, 02:35 PM, said:

I get the following error when trying to pull the guild roster from the Armory config. Anyone got any idea what I did wrong when adding the tables and lines of code to common.php im sure thats where my errors are but i am not sure what. Fatal error: Call to undefined function: simplexml_load_string() in /homepages/17/d87573660/htdocs/RIPCo/ripsite/phpBB3/includes/acp/acp_dkp_armory.php on line 86
simplexml_load_string is php5 function.. like i say in readme : Armory data import needs php5

make info.php
<?php
phpinfo();
?>


#34 Guest_gile_*

  • Group: Guests

Posted 24 May 2007 - 11:54 AM

View Postippe, on May 24 2007, 01:45 PM, said:

simplexml_load_string is php5 function.. like i say in readme : Armory data import needs php5

make info.php
<?php
phpinfo();
?>


Yeah its php 4.4.4 installed on server. I didn't even think about that it was not the correct version of php. Well thanks for the info I guess I have to hope for the provider to upgrade to a newer version of php to get it to works.

Thanks again

#35 Guest_gile_*

  • Group: Guests

Posted 24 May 2007 - 12:02 PM

View Postgile, on May 24 2007, 01:54 PM, said:

Yeah its php 4.4.4 installed on server. I didn't even think about that it was not the correct version of php. Well thanks for the info I guess I have to hope for the provider to upgrade to a newer version of php to get it to works.

Thanks again


Actually following direction on my providers site doing http://ripco.tiigsla...check_info.php5 shows version 5.2.1 loaded on server also. Now im really confused. They do say they run php 5 for my package.

*Edit*
It appears that in order to run php 5 scripts the file needs to be .php5 for it to run in php5 =( If its just .php it runs under the php 4 set. Any work around for this?

*Edit 2* I figured it out. I just made a .htaccess file in the main directiory with AddType x-mapp-php5 .php to force the server to run in php 5 instead of the default php 4

Thanks

#36 Guest_Lyf_*

  • Group: Guests

Posted 24 May 2007 - 02:53 PM

Thank you, the fixes worked fine.

I can't get Itemstats to show the tooltips. It is "marking" and linking to the item when I do [item]Head of Onyxia[/item] but I'm not getting any purple color or mouseover effect.

Overall_header.html has the info and viewtopic.php as well? Not sure what the error can be.

#37 User is offline   ippe

  • Member
  • Pip
  • Group: Members
  • Posts: 168
  • Joined: 18-March 06
  • Location:Finland
  • Interests:Beer, beer and php

Posted 24 May 2007 - 09:29 PM

View PostLyf, on May 24 2007, 05:53 PM, said:

Thank you, the fixes worked fine.

I can't get Itemstats to show the tooltips. It is "marking" and linking to the item when I do [item]Head of Onyxia[/item] but I'm not getting any purple color or mouseover effect.

Overall_header.html has the info and viewtopic.php as well? Not sure what the error can be.
Like i say before in itemstats topic:
It doesn't work becoss phpbb3 cache all files on \cache
There is files like tpl_prosilver_overall_header.html.php, if make any changes to templates.. You see result only if delete cache file.
When make own tempates, it's lots of easyer just edit \cache with CHMOD to 755 and delete all files except data_global.php.

#38 Guest_zhing_*

  • Group: Guests

Posted 25 May 2007 - 10:39 AM

Hi ive installed the addon here, and restored our old database into the new tables, but the problem is itemstats aint showing correct.

http://hls.oake.dk/forum/listitems.php

anyone that can share some light on this, thank you.

#39 User is offline   ippe

  • Member
  • Pip
  • Group: Members
  • Posts: 168
  • Joined: 18-March 06
  • Location:Finland
  • Interests:Beer, beer and php

Posted 25 May 2007 - 09:41 PM

View Postzhing, on May 25 2007, 01:39 PM, said:

Hi ive installed the addon here, and restored our old database into the new tables, but the problem is itemstats aint showing correct.

http://hls.oake.dk/forum/listitems.php

anyone that can share some light on this, thank you.

Problem is on overall_header.html, some reason thoes links not working on your site.
<link rel="stylesheet" href="/itemstats/templates/itemstats.css" type="text/css">
<script type="text/javascript" src="/itemstats/overlib/overlib.js"><!-- overLIB � Erik Bosrup --></script>

#40 Guest_zhing_*

  • Group: Guests

Posted 26 May 2007 - 01:07 AM

View Postippe, on May 26 2007, 06:41 AM, said:

Problem is on overall_header.html, some reason thoes links not working on your site.
<link rel="stylesheet" href="/itemstats/templates/itemstats.css" type="text/css">
&lt;script type="text/javascript" src="/itemstats/overlib/overlib.js"><!-- overLIB � Erik Bosrup --></script>


You know any workaround for this? its working with subsilver2 template, but i really want to have prosilver working :S?

#41 User is offline   ippe

  • Member
  • Pip
  • Group: Members
  • Posts: 168
  • Joined: 18-March 06
  • Location:Finland
  • Interests:Beer, beer and php

Posted 26 May 2007 - 02:23 AM

View Postzhing, on May 26 2007, 04:07 AM, said:

You know any workaround for this? its working with subsilver2 template, but i really want to have prosilver working :S?
You can try something like this:

<link rel="stylesheet" href="http://hls.oake.dk/forum/itemstats/templates/itemstats.css" type="text/css">
<script type="text/javascript" src="http://hls.oake.dk/forum/itemstats/overlib/overlib.js"><!-- overLIB � Erik Bosrup --></script>

#42 Guest_zhing_*

  • Group: Guests

Posted 27 May 2007 - 03:19 AM

View Postippe, on May 26 2007, 11:23 AM, said:

You can try something like this:

<link rel="stylesheet" href="http://hls.oake.dk/forum/itemstats/templates/itemstats.css" type="text/css">
&lt;script type="text/javascript" src="http://hls.oake.dk/forum/itemstats/overlib/overlib.js"><!-- overLIB � Erik Bosrup --></script>



Thank you so much, works like a charm now ;)!

#43 User is offline   ippe

  • Member
  • Pip
  • Group: Members
  • Posts: 168
  • Joined: 18-March 06
  • Location:Finland
  • Interests:Beer, beer and php

Posted 27 May 2007 - 01:49 PM

Bossprogress beta is on CVS..

Preview: Bossprogress

Posted Image

#44 Guest_Dahn_*

  • Group: Guests

Posted 27 May 2007 - 10:46 PM

Wallenium just posted an update to his userchar manager. The update has a similar feature set to what I was considering for the armory connection.

I've installed a clean eqdkp set up along side phpBB3 and changed tables so that the phpBB3 install takes priority but the eqdkp 1.3.2 install still works as well. This way I can use the old plugins until things are totally integrated into phpBB3.

The change was pretty easy. First make sure you have a working phpBB3 + eqdkp installation. Then install eqdkp 1.3.2 with a different table prefix. This is ESSENTIAL. Afterwards, edit config.php in the eqdkp 1.3.2 folder to make the table prefix match the phpBB3 setup. Finally open common.php in the eqdkp folder and edit all table names that don't exist in the phpBB3 installation. Do this carefully but once done access from phpBB3 works fine and also from the eqdkp pages.

#45 Guest_Lyf_*

  • Group: Guests

Posted 28 May 2007 - 06:40 PM

I've got a few problems.

How can I install a eqDKP plugin? I'm thinking about the ct_raid import thingie. Second, when clicking "Parse Log" in the add raid menu I get a file not found?

Not really sure how to get data from ingame WoW to this system :-)

  • (46 Pages) +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users