forums.eqdkp.com: Common Problems/Solutions - forums.eqdkp.com

Jump to content

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

Common Problems/Solutions Read this first! Rate Topic: -----

#1 User is offline   tsigo

  • EQdkp Developer
  • PipPipPip
  • Group: EQdkp Administrators
  • Posts: 608
  • Joined: 26-December 02
  • Gender:Male

Posted 25 January 2006 - 08:23 AM

Any posts that are answered just by reading this thread will be deleted. This mod has made this forum go out of control with people who don't know how and where to post questions.

Why are my stats all showing up on one line?

Get the working version.

Why do I get a string(31) "Unable to connect to SQL host: " error?

Make sure you've edited the /itemstats/config.php file with the correct information.

<?php

// The location and extension type for the Icon store.
define('ICON_STORE_LOCATION', 'http://wow.allakhazam.com/images/icons/');
define('ICON_EXTENSION', '.png');

// Database config
define('dbhost', 'YOUR DATABASE HOST, usually localhost');
define('dbname', 'YOUR DATABASE NAME');
define('dbuser', 'YOUR DATABASE USERNAME');
define('dbpass', 'YOUR DATABASE PASSWORD');
define('item_cache_table', 'CACHE TABLE NAME, usually item_cache');

?>


#2 User is offline   Mikeablah

  • Member
  • Pip
  • Group: Members
  • Posts: 37
  • Joined: 01-December 05

Posted 25 January 2006 - 05:17 PM

Sorry, thread isnt locked but this is a question that has been asked before. Delete/edit if needed.


How can I host my own icons and where can I find them?

Download: http://wow.allakhaza...ns/icons.tar.gz

In /itemstats/config.php change the current location to the directory where you keep the icons.

// The location and extension type for the Icon store.
define('ICON_STORE_LOCATION', 'http://wow.allakhazam.com/images/icons/');
define('ICON_EXTENSION', '.png');


#3 Guest_kkl_*

  • Group: Guests

Posted 10 February 2006 - 06:36 AM

If you are running MySQL 5 you will probably get the error "table type does not support fulltext" when running the database script for Itemstats.

I had this error and found out in the end i had to specify database engine should be MYISAM at the end of the statement to get it to work:

CREATE TABLE IF NOT EXISTS `item_cache` (
 `item_name` varchar(100) NOT NULL default '',
 `item_link` varchar(100) default NULL,
 `item_color` varchar(20) NOT NULL default '',
 `item_icon` varchar(50) NOT NULL default '',
 `item_html` text NOT NULL,
 UNIQUE KEY `name` (`item_name`),
 FULLTEXT KEY `data` (`item_html`)
)
ENGINE=MYISAM;


last line ^^^^ added

#4 Guest_robojerk_*

  • Group: Guests

Posted 10 February 2006 - 10:20 AM

View PostMikeablah, on Jan 25 2006, 05:17 PM, said:

Sorry, thread isnt locked but this is a question that has been asked before. Delete/edit if needed.


How can I host my own icons and where can I find them?

Download: http://wow.allakhaza...ns/icons.tar.gz

In /itemstats/config.php change the current location to the directory where you keep the icons.

// The location and extension type for the Icon store.
define('ICON_STORE_LOCATION', 'http://wow.allakhazam.com/images/icons/');
define('ICON_EXTENSION', '.png');



jpeg images here.
http://www.rpgoutfit...owinterface.cfm

// The location and extension type for the Icon store.
define('ICON_STORE_LOCATION', 'http://wow.allakhazam.com/images/icons/');
define('ICON_EXTENSION', '.[b]jpg[/b]');


#5 User is offline   Therius

  • Member
  • Pip
  • Group: Members
  • Posts: 13
  • Joined: 17-February 06

Posted 17 February 2006 - 05:30 AM

If you are using phpbb fetch all to integrate your website (outside of your forum directory) with your forum you may need to change this in the phpbb-install.txt. After installing itemstats I got header and several other errors above each of my websites php pages and this fixed it.

Change:

------------------
------------------
OPEN
------------------
------------------
{forum_root}/include/bbcode.php

------------------
FIND
------------------
define("BBCODE_UID_LEN", 10);

------------------
ADD-AFTER
------------------

include('./itemstats/phpbb_itemstats.php');


To this.

------------------
------------------
OPEN
------------------
------------------
{forum_root}/include/bbcode.php

------------------
FIND
------------------
define("BBCODE_UID_LEN", 10);

------------------
ADD-AFTER
------------------

include($phpbb_root_path . 'itemstats/phpbb_itemstats.php');


Edited the last line above.

#6 Guest_kott_sha_*

  • Group: Guests

Posted 05 March 2006 - 08:35 AM

Hello, I have a problem,
I installed itemstats and they work great , but when used on a phpbb219 forum they only work for subsilver theme, is there any place that i can get suport for itemstats and make them work on wow_style theme ?

#7 User is offline   psyker7

  • Member
  • PipPipPip
  • Group: Members
  • Posts: 519
  • Joined: 07-October 05
  • Location:Victoria, Australia

Posted 28 March 2006 - 06:33 PM

If you don't see any items, you need to ADD ONE FIRST!

This involves creating a raid, creating a member, and creating an item in that raid assigned to that member.

http://forums.eqdkp....?showtopic=2166
For all this automagically and more.

#8 Guest_gorbol_*

  • Group: Guests

Posted 01 August 2006 - 06:56 AM

View Postkott_sha, on Mar 5 2006, 11:35 AM, said:

Hello, I have a problem,
I installed item stats and they work great , but when used on a phpbb219 forum they only work for subsilver theme, is there any place that i can get support for item stats and make them work on wow_style theme ?


Download the latest version for a modified eqdkp, into the "full" set. The Wow_style theme already has the needed changes in the template files so you good on the parts that tell you to edit the .html files. You will need to edit which ever .php files it tells you to though.

#9 Guest_Art3ks_*

  • Group: Guests

Post icon  Posted 06 August 2006 - 05:21 PM

I'm having an issue where I have followed all the installation instructions and nothing seems to have been changed. Or at least when I look at the item list, there's nothing there..Or is that supposed to be like that? Did I skip something or what happened?

#10 User is offline   psyker7

  • Member
  • PipPipPip
  • Group: Members
  • Posts: 519
  • Joined: 07-October 05
  • Location:Victoria, Australia

Posted 06 August 2006 - 11:26 PM

Quote

I'm having an issue where I have followed all the installation instructions and nothing seems to have been changed. Or at least when I look at the item list, there's nothing there..Or is that supposed to be like that? Did I skip something or what happened?

The answer is two posts up! READ ;)

#11 Guest_Droz_*

  • Group: Guests

Posted 14 August 2006 - 08:21 AM

Edited: Problem solved

#12 Guest_charta77_*

  • Group: Guests

Posted 16 August 2006 - 07:07 AM

Sorry moved it to http://forums.eqdkp....s...ost&p=34374

#13 User is offline   psyker7

  • Member
  • PipPipPip
  • Group: Members
  • Posts: 519
  • Joined: 07-October 05
  • Location:Victoria, Australia

Posted 16 August 2006 - 10:52 PM

Guys please... this is stickied for a reason, DO NOT post questions on this thread, answers only here.

#14 Guest_xeronis_*

  • Group: Guests

Posted 20 September 2006 - 06:35 PM

View PostTherius, on Feb 17 2006, 08:30 AM, said:

If you are using phpbb fetch all to integrate your website (outside of your forum directory) with your forum you may need to change this in the phpbb-install.txt. After installing itemstats I got header and several other errors above each of my websites php pages and this fixed it.

Change:

------------------
------------------
OPEN
------------------
------------------
{forum_root}/include/bbcode.php

------------------
FIND
------------------
define("BBCODE_UID_LEN", 10);

------------------
ADD-AFTER
------------------

include('./itemstats/phpbb_itemstats.php');


To this.

------------------
------------------
OPEN
------------------
------------------
{forum_root}/include/bbcode.php

------------------
FIND
------------------
define("BBCODE_UID_LEN", 10);

------------------
ADD-AFTER
------------------

include($phpbb_root_path . 'itemstats/phpbb_itemstats.php');


Edited the last line above.


I had 4 errors before I figured this out formyself as well, but I am still getting 3 of the 4 errors. I checked the permissions on phpbb_itemstats.php they are how they should be

I cannot access my site directly: http://banefulsynergy.phpnet.us/

but I can access the mkportal admin panel
http://banefulsynerg...ortal/admin.php

and the forums:
http://banefulsynergy.phpnet.us/forum/

and much of the rest of the site, if you visit the site through the forums link at first.

so I am assuming it has something to do with the index page.. which is just really confusing to me.

I am going to leave my site in error mode for the time being, so that everyone can see the erros, If i comment those two lines out that are modified in bbcode.php then the errors go away.

#15 Guest_Cambo_*

  • Group: Guests

Posted 26 September 2006 - 02:56 AM

I am having a problem with one of the icons showing up, the thumbnail works perfect but when I click on the item it keeps putting my url in front with a '

IE:
http://www.dmortgage.biz/'http://wow.a...et_53.png/'

http://www.dmortgage...gods_war/eqdkp/

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