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

Jump to content

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

phpBB3 + EQdkp integration Powerful guild portal

#1 User is offline   ippe

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

Posted 18 May 2007 - 05:23 PM

phpBB3 + EQdkp integration


Posted Image


Project news:
24.12.2007 - Project got new website -> http://phpbb3-eqdkp.sourceforge.net/
24.12.2007 - Medraut joined project on SF
16.12.2007 - MonkeyTech joined project on SF
16.12.2007 - Project continue.. new site for support coming / couple developers start hard work =)
30.9.2007 - Project paused. (moving to another city, need buy new computer).
30.7.2007 - Moved cvs to svn.

Current version: beta 1.0.7


Need feedback before release 1.0.8, (dont use on live sites)
On feedback please add link your site phpinfo, thanks
<a href="http://www.explodinglabrats.com/phpbb3+eqdkp1.0.8pre3.rar" target="_blank">http://www.explodinglabrats.com/phpbb3+eqdkp1.0.8pre3.rar</a>


1.0.8 - x.x.2007
- installer
- templates moved /dkp/
- itemstats for lotro
- itemstats wowhead update
- bossbase for lotro
- armory fix
- CTRT template fix + bug fix
- Indexpage + acp config (Recruitment block)
- eq, eq2, lotro, DAoC, Vanguard-SoH support
- ..
- ..


1.0.7 - 16.7.2007
- php4 support to roster
- bossprogress image update
- plugin ctrt-1.16.3 (first test version)


What is phpBB3 + EQdkp integration:
EQdkp+ Integration for phpBB3 is a MOD which does exactly as the name suggests.
It brings together the DKP managment facilites of EQdkp and integrates it fully with phpBB3's facilites. This means your users gain single sign on to dkp, and you gain a clean interface, robust admin facilities and less headaches.
The framework supports multiple games, with the featureset currently varying between games.
For LOTRO these addional features include BossProgress, BossCounter, BossOffset and Itemstats. In addition WoW also includes CT Raidtracker, CT_Import and Armoury integration into the guild roster. Other games have standard EQdkp facilities at this time.
As of the current release, it does not (yet) make coffee.

Theme examples:
Prosilver
Subsilver2
Exploding Labrats
Prodigy
Keepers of the Shadow
Fatal Design
Ars-Chaotica
Phoenix des Arith
Legiones del Caos
Relic

Some nice example missing? send it PM.


EQdkp adminpanel images:
Index
Add member
Add item
Item search (itemstats)
Eqdkp config

On develop:
- Installer
- Lotro support (bossbase, itemstats)
- recruitment block to index (ACP config)

Plugins: (beta)
- CTRaidTracker import
- Roster
- Bossprogress

Todo plugins:
- Raid Planner
- CharManager (required for Raid Planner)
- Attunement/Key Tracker
- Tradeskills
- RaidBanker


Download:
phpBB3 + EQdkp
phpBB3 + EQdkp - Index Page

#2 Guest_angelninja_*

  • Group: Guests

Posted 18 May 2007 - 06:11 PM

Ippe,

you have done a lot with this, and i'm glad someone took it on under there wing :lol: Gotta say you all have come far in such short time. I really wish I had time to focus on this project MORE, but i've been working a two other MMOs one is an emulator (SWG) the other i'll keep to myself.


But i wanna say thank you for all that you have done...

#3 User is offline   ippe

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

Posted 19 May 2007 - 08:43 AM

Quote

I check my PhpAdmin, and there was no table name called 'EQDKP_CONFIG_TABLE' however "EQDKP_CONFIG" WAS present, I simply created the "EQDKP_config_table" and inserted
Yes becoss we define tables in common.php
$eqdkp_table_prefixx = 'eqdkp_';
..
define('EQDKP_CONFIG_TABLE', $eqdkp_table_prefixx . 'config');
..
Now EQDKP_CONFIG_TABLE = eqdkp_config

Can u paste your common.php to http://pastebin.com/

and btw just change also my eqdkp prefixx, found many bugs =)


Quote

PS: I do like what i can see so far ... where is your paypal donations button at???

I did't even think about that..


Btw i have only tested this with:
PHP Version 5.1.2 + 5.0.37-community-nt MySQL Community Edition (GPL)

Edit: i found for that error.. my mistake. Need update README :rolleyes:
common.php
find:
define('CONFIG_TABLE', $table_prefixx . 'config');
replace:
define('EQDKP_CONFIG_TABLE', $table_prefixx . 'config');

#4 Guest_angelninja_*

  • Group: Guests

Posted 19 May 2007 - 04:57 PM

the b1.0.1 version fixxed it... :blink: back to some more testing!!

#5 Guest_Dahn_*

  • Group: Guests

Posted 20 May 2007 - 09:02 AM

phpBB RC1 was just released. I'm trying to do a diff now for the integration. Cool project!

#6 User is offline   ippe

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

Posted 20 May 2007 - 11:13 AM

View PostDahn, on May 20 2007, 12:02 PM, said:

phpBB RC1 was just released. I'm trying to do a diff now for the integration. Cool project!
Only couple lines in template headers, but nothing important.
I'll hope some person whose mother language is English, fix thoes language files. :lol:

#7 Guest_Mysticcal_*

  • Group: Guests

Posted 20 May 2007 - 03:24 PM

Ok, so i installed it and everything looks good, only one question, and it may seem like a newbish one, but you mentioned that the mod would pull guild members from the armory website, where would one accomplish that? is it enabled in the current release?

EDIT: Found a config armory in the module adding.... is this for later use? because there are no tables included with the SQL file for it.

#8 User is offline   ippe

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

Posted 20 May 2007 - 07:26 PM

View PostMysticcal, on May 20 2007, 06:24 PM, said:

Ok, so i installed it and everything looks good, only one question, and it may seem like a newbish one, but you mentioned that the mod would pull guild members from the armory website, where would one accomplish that? is it enabled in the current release?

EDIT: Found a config armory in the module adding.... is this for later use? because there are no tables included with the SQL file for it.
Meaby next release it will work.

Edit: atm status done =)

Posted Image

#9 User is offline   ippe

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

Posted 20 May 2007 - 09:06 PM

View Postangelninja, on May 19 2007, 07:57 PM, said:

the b1.0.1 version fixxed it... :blink: back to some more testing!!

on Your site: phpBB 3.0 + EQDkp Modded by ANGELNINJA <--- wtf is this?
You violate GPL if remove thoes lines overall_footer.html

#10 Guest_coldsun_*

  • Group: Guests

Posted 21 May 2007 - 03:06 PM

Users who use mysql4 will more than likely recieve the following error when trying to import the database additions.

The error is as follows:
ERROR 1064 at line 182: You have an error in your SQL syntax. Check the manual
that corresponds to your MySQL server version for the right syntax to use near '
collate utf8_bin NOT NULL default '',

#11 Guest_Dahn_*

  • Group: Guests

Posted 21 May 2007 - 05:31 PM

I'm using RC1 and your 1.0.1 beta to test this out. Add Raid is showing a blank page in the ACP. I'm assuming it might be due to the template but having a hard time finding the error. Have you tried this page? Any suggestions for a fix? I'll post if I find one.

#12 User is offline   ippe

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

Posted 21 May 2007 - 11:04 PM

View PostDahn, on May 21 2007, 08:31 PM, said:

I'm using RC1 and your 1.0.1 beta to test this out. Add Raid is showing a blank page in the ACP. I'm assuming it might be due to the template but having a hard time finding the error. Have you tried this page? Any suggestions for a fix? I'll post if I find one.
Never get that kind error in my host Omena.org.. but now when i install apache 2.2.4 + php 5.5.2 to my own comp, i will get them.
Thoes errors come from lines:

acp_dkp_raid.php
line 1309
$float = @explode('.', $max_value);

acp_dkp_item.php
line 489
$float = @explode('.', $max_value);

If remove them, thay will show pages but all funtions not work correct. I'll working fix for that.

Edit:
fix to acp_dkp_raid.php
$result = $db->sql_query('SELECT max(event_value) AS max_value FROM ' . EVENTS_TABLE);
		
while ( $row = $db->sql_fetchrow($result) ){
	$max_value = $row['max_value'];
}	
	
if (!isset($max_value)){
	$max_value = 0;
}
		
$float = @explode('.', $max_value);
$format = '%0' . @strlen($float[0]) . '.2f';

fix to acp_dkp_item.php
$result = $db->sql_query('SELECT max(item_value) AS max_value FROM ' . ITEMS_TABLE);
while ( $row = $db->sql_fetchrow($result) ){
	$max_value = $row['max_value'];
}		
$float = @explode('.', $max_value);
$floatlen = @strlen($float[0]);
$format = '%0' . $floatlen . '.2f';


fix to additem.html

function switch_item_val()
{
  document.post.item_name.value  = document.post.select_item_name.options[document.post.select_item_name.selectedIndex].value;
  document.post.item_value.value = document.post.select_item_name.options[document.post.select_item_name.selectedIndex].text.replace(/[^\.0-9]/g, "");
}


#13 Guest_coldsun_*

  • Group: Guests

Posted 22 May 2007 - 12:11 AM

If you'd like, i can rewrite the sections that break on mysql4.

#14 User is offline   ippe

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

Posted 22 May 2007 - 12:14 AM

View Postcoldsun, on May 22 2007, 03:11 AM, said:

If you'd like, i can rewrite the sections that break on mysql4.
Just start write..

#15 Guest_gile_*

  • Group: Guests

Posted 22 May 2007 - 12:14 AM

Could we see the other two templetes you made. The two above links for Custom EL style and Prosilver (custom) do not currently work. If i remember correctly the EL style you had posted before was very nice and would like to play around with it. Also is there a way to have the EQDKP stuff show on the forum side. When i goto index.php there is not way to get the the dkp site from the forums. When on the dkp site when u click the banner it brings u to the forums but again no way of going back. The site I have up right now is http://ripco.tiigsla...om/viewnews.php (this only way i been able to see the dkp) and http://ripco.tiigslair.com/ takes you right to the index page of phpbb3 with no visual link to show that there is a DKP site.

Any help would be appreciated it.

Thanks

  • (46 Pages) +
  • 1
  • 2
  • 3
  • 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