Guild Wars Forums - GW Guru
 
 

Go Back   Guild Wars Forums - GW Guru > The Inner Circle > Community Works

Notices

Reply
 
Thread Tools Display Modes
Old May 02, 2008, 08:53 AM // 08:53   #41
Desert Nomad
 
isamu kurosawa's Avatar
 
Join Date: Nov 2005
Location: United Kingdom
Profession: Me/
Advertisement

Disable Ads
Default

Quote:
Originally Posted by Smurf Minions
I will add the shield support in the next update, and i will also look to the inscription option.

What about making a checkbox, when its checked the dropdown changes to an text-field where you can fill in the modification

About the readme, yes it's rather simple if you know a little bit, but I'll make a readme for the ones that don't understand it and still want to use when its done with the testing
All sounds good. I'll be attempting to mod the final version a little to share user details with my alliance forum if possible. Other than that it takes care of everything we could ask for
isamu kurosawa is offline   Reply With Quote
Old May 02, 2008, 05:21 PM // 17:21   #42
Banned
 
Draconis Blackbow's Avatar
 
Join Date: Oct 2007
Guild: 3 Little Fishies 었었었
Profession: R/
Default

Serpentine Reaver
Salient Daggers
Skull Brush
Wintergreen Scythe
Guardian of the Hunt
Zodiac Shield
Bronzehead Spear
Demoncrest Spear
Astral Staff
Goldtouched Staff
Embercrest Staff
Darkhorn Rod
Serpentine Scepter
Crab Claw Maul

I have these. PM me on guru forums (here) when u want to meet up.
Draconis Blackbow is offline   Reply With Quote
Old May 02, 2008, 07:26 PM // 19:26   #43
Pre-Searing Cadet
 
Join Date: May 2007
Guild: War Torn
Profession: E/Mo
Default

This looks AWESOME!

Thank you for the excellent work, my Guild is very interested in using this, and I'm going to be playing with setting it up this weekend.

Probably not too critical, but I'm curious. Would it be simply to direct link to wiki's icons for different items? Or would that break due to changing files/names or be in violation of terms of use?
Feldar is offline   Reply With Quote
Old May 03, 2008, 08:07 AM // 08:07   #44
Lion's Arch Merchant
 
Smurf Minions's Avatar
 
Join Date: Jun 2006
Location: Somewhere you can't see
Guild: Limburgse Jagers [LJ]
Profession: N/
Default

Quote:
Originally Posted by Feldar
This looks AWESOME!

Thank you for the excellent work, my Guild is very interested in using this, and I'm going to be playing with setting it up this weekend.

Probably not too critical, but I'm curious. Would it be simply to direct link to wiki's icons for different items? Or would that break due to changing files/names or be in violation of terms of use?
Well I don't know what you exactly mean, you can play with the program in which way you want, and change it in any way you would like it to be. But i you mean click on the inventory icons for a wiki link, it isn't that hard but not all the names are precisely the same as on the wiki

Quote:
Serpentine Reaver
Salient Daggers - yes
Skull Brush - no
Wintergreen Scythe - no
Guardian of the Hunt - yes
Zodiac Shield - no
Bronzehead Spear - no
Demoncrest Spear - no
Astral Staff - no
Goldtouched Staff - yes
Embercrest Staff - yes
Darkhorn Rod - no
Serpentine Scepter - no
Crab Claw Maul - no

I have these. PM me on guru forums (here) when u want to meet up.
I have a new list of missing items here (more recent one):
http://guildwarsholland.nl/item%20ma...sing_items.php
so i have marked the ones i already have, i'm living in europe, so im mostly online from 8:00-20:00 gmt
Smurf Minions is offline   Reply With Quote
Old May 03, 2008, 10:40 AM // 10:40   #45
Grotto Attendant
 
Arduin's Avatar
 
Join Date: May 2005
Location: The Netherlands
Guild: Limburgse Jagers [LJ]
Profession: R/
Default

Quote:
Originally Posted by Smurf Minions
I have a new list of missing items here (more recent one):
http://guildwarsholland.nl/item%20ma...sing_items.php
so i have marked the ones i already have, i'm living in europe, so im mostly online from 8:00-20:00 gmt
To add, the icos we are using are taken directly form the official wiki, and both Smurf Minions and me are part of the team adding those icons on the wiki.

If anyone has some of the items missing on those pages, and is willing to help complete them, you can message one of the contributors. This will also speed up the completion of the Item Manager

You can also upload the icons yourself if you want on the wiki. If so, be aware of the correct transparancy. (I'm working on a step-by-step guide using Texmod to extract these icons, will be done soon.)

In the meantime, spread the word about the Item Manager, and enjoy using it
Arduin is offline   Reply With Quote
Old May 06, 2008, 05:28 AM // 05:28   #46
Ascalonian Squire
 
Join Date: Apr 2005
Location: Kapowsin, WA
Guild: Heroes Etc... [HeEt]
Profession: D/
Default

I know the creators are busy so would it be possible for someone else to post a quick guide to setting this up for those of us with minimal php experience? It looks like some easy tweaks but I'm not sure what needs to be changed and the correct syntax. I've got it up and running on our web site but am getting the "couldn't find host" error. Thanks for your help.
Keegen is offline   Reply With Quote
Old May 06, 2008, 07:15 AM // 07:15   #47
Lion's Arch Merchant
 
Smurf Minions's Avatar
 
Join Date: Jun 2006
Location: Somewhere you can't see
Guild: Limburgse Jagers [LJ]
Profession: N/
Default

I could explain it, you have to get a database first, if you have PHPmyadmin you create the database called 'item_manager' this is the database name. After that you look on top of the screen, it says something like server: localhost
that's your 'database_location'. Now you have to get connect a database user tot that database, and that is your database user, then you have pass of that user and that is the password. After that you have to run an SQL, found in the sql.txt.

Hope that helps
Smurf Minions is offline   Reply With Quote
Old May 06, 2008, 11:27 AM // 11:27   #48
Desert Nomad
 
isamu kurosawa's Avatar
 
Join Date: Nov 2005
Location: United Kingdom
Profession: Me/
Default

And to add, if for any reason your web host gives a prefix or other naming restriction you can change the name in inc/config.php. simply replace the database name in the following line:

$config_database = 'NEW NAME HERE';

This file is also where you set your username and password to access the database. You should also be able to use an existing database such as one used for a forum.
isamu kurosawa is offline   Reply With Quote
Old May 06, 2008, 06:51 PM // 18:51   #49
Ascalonian Squire
 
Join Date: Apr 2005
Location: Kapowsin, WA
Guild: Heroes Etc... [HeEt]
Profession: D/
Default

Thanks for the help. It's working great now!
I will pass this on to guild and alliance members.

Thank you
Keegen is offline   Reply With Quote
Old May 07, 2008, 11:46 AM // 11:46   #50
Lion's Arch Merchant
 
Sweet Mystery's Avatar
 
Join Date: Aug 2007
Guild: Shadow Hunters Of Light [SHOL]
Profession: R/
Thumbs up

I really like the look of this and it's going to be SO useful to track our guild shared storage as well as my own... and I guess other guildies too.

I see that "Your Storage" allows for 2 panes.... I have (as do others) have multiple characters as storage mules.... is there a chance to increase this from 2 to maybe 4 or more?

But DEFINATELY like this, big Thumbs Up from me !!

I have incorporated into my guilds forum for all the guild to use and will keep an eye on this thread for any updates

On the update side.... how will this happen, a new download of key files and images?

Last edited by Sweet Mystery; May 07, 2008 at 01:10 PM // 13:10..
Sweet Mystery is offline   Reply With Quote
Old May 07, 2008, 01:42 PM // 13:42   #51
Lion's Arch Merchant
 
Smurf Minions's Avatar
 
Join Date: Jun 2006
Location: Somewhere you can't see
Guild: Limburgse Jagers [LJ]
Profession: N/
Default

Updates will just have all the files, with an update file in it, that has all the update notes, so people that missed some updates can always get up to date in no time (the newest update is also located in a quick update folder that has only the nessesary files in it)
Smurf Minions is offline   Reply With Quote
Old May 07, 2008, 02:00 PM // 14:00   #52
Lion's Arch Merchant
 
Sweet Mystery's Avatar
 
Join Date: Aug 2007
Guild: Shadow Hunters Of Light [SHOL]
Profession: R/
Default

Cheers.... I am playing with it and find a few "bugs" at the moment and logging them on the bug reporting site

But very very impressed with this !!!
Sweet Mystery is offline   Reply With Quote
Old May 07, 2008, 02:04 PM // 14:04   #53
Lion's Arch Merchant
 
Sweet Mystery's Avatar
 
Join Date: Aug 2007
Guild: Shadow Hunters Of Light [SHOL]
Profession: R/
Default

One other thing... enhancements/ideas... you want on here or another page somewhere?

Sweet Mystery is offline   Reply With Quote
Old May 07, 2008, 06:10 PM // 18:10   #54
Lion's Arch Merchant
 
Smurf Minions's Avatar
 
Join Date: Jun 2006
Location: Somewhere you can't see
Guild: Limburgse Jagers [LJ]
Profession: N/
Default

You can leave your ideas/enchancements here, i can implent any good ideas that make it even better =D
Smurf Minions is offline   Reply With Quote
Old May 08, 2008, 11:36 AM // 11:36   #55
Lion's Arch Merchant
 
Sweet Mystery's Avatar
 
Join Date: Aug 2007
Guild: Shadow Hunters Of Light [SHOL]
Profession: R/
Default

I know there are indeed LOTS of them.... but a "Unique Item" addition would be great.... greens added selecting the name and pre-populating the stuff. Most images already there from skins.

Probably ideal for a later iteration of the program

I noted I couldnt find some items too.... Deldrimor Armor Remnant and Trade Contracts

On a plus side... I love that I can have my friends view my storage
Sweet Mystery is offline   Reply With Quote
Old May 08, 2008, 01:33 PM // 13:33   #56
Lion's Arch Merchant
 
Smurf Minions's Avatar
 
Join Date: Jun 2006
Location: Somewhere you can't see
Guild: Limburgse Jagers [LJ]
Profession: N/
Default

Quote:
Originally Posted by guolisong
Instead of adding things individually can you make it so that you can add more than one item at a time, ex. add all dyes at the same time instead of adding them individually.
Another idea is that you can organize the rows columns once you input the items, like shift them around and stuff
=P.
The ceretadon icon looks uh kinda weird? So does the destroyer why do they both have a bright white outliner?

ps. are you missing red iris flowers too?
It doesnt take so much time adding them seperately so i will i keep that.

On the other hand i think i will add 3 more tabs to the personal storage so you can keep the items organized in the different tabs
Smurf Minions is offline   Reply With Quote
Old May 08, 2008, 02:41 PM // 14:41   #57
Ascalonian Squire
 
Necro Death's Avatar
 
Join Date: Jan 2008
Location: Eastern Iowa
Guild: Guardian X Force
Profession: N/
Default

Thanks for the download, the software is great. I have intergrated it with a Simple Machines Forum, www.guardianxforce.net, if anyone needs help intergrating it, let me know I will send the code changes.

Thanks again Smurf Minions, and great job!

Last edited by Necro Death; May 08, 2008 at 04:28 PM // 16:28..
Necro Death is offline   Reply With Quote
Old May 08, 2008, 06:57 PM // 18:57   #58
Desert Nomad
 
isamu kurosawa's Avatar
 
Join Date: Nov 2005
Location: United Kingdom
Profession: Me/
Default Proposed changes.

I am planning out how to do the following ready for the final version release item Manager.
  • removal of shoutbox, registraton, friends, guild sections.
  • Change functionality to read from an exhisting phpbb3 user database.
  • allow every storagebox to bee seen from members list (like friends function worked)

The proposed removal features will be because along side my alliances forum they are not needed. The login details will use my forums userlist so a registration page is not required and the ability to view everyones storage will be to make things easier to use for my alliance members.

As i am doing this i'll try and keep a log of what i'll done and hopefully i can create a new sql query for people to use if they wish to have a copy of the files.

Thanks to Smurf Minions for creating this as its much easier to modify than create a simmilar system from scratch.
isamu kurosawa is offline   Reply With Quote
Old May 14, 2008, 06:51 PM // 18:51   #59
Lion's Arch Merchant
 
Smurf Minions's Avatar
 
Join Date: Jun 2006
Location: Somewhere you can't see
Guild: Limburgse Jagers [LJ]
Profession: N/
Default

I encountered a free hosting and there you go:

http://item-manager.nl/index.php
Smurf Minions is offline   Reply With Quote
Old May 14, 2008, 07:10 PM // 19:10   #60
Lion's Arch Merchant
 
Chestnut's Avatar
 
Join Date: Jul 2006
Profession: Mo/Me
Default

looks fantastic, wish I could trust it, but with all the hacks going on, how do we know its safe?
Chestnut is offline   Reply With Quote
Reply

Share This Forum!  
 
 
           

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A build manager? Mr. Fahrenheit Sardelac Sanitarium 2 Dec 23, 2006 03:56 AM // 03:56
Vakir The Riverside Inn 12 May 13, 2006 01:32 AM // 01:32
nomed Sardelac Sanitarium 25 Apr 24, 2006 01:11 AM // 01:11


All times are GMT. The time now is 02:50 PM // 14:50.


Powered by: vBulletin
Copyright ©2000 - 2016, Jelsoft Enterprises Ltd.
jQuery(document).ready(checkAds()); function checkAds(){if (document.getElementById('adsense')!=undefined){document.write("_gaq.push(['_trackEvent', 'Adblock', 'Unblocked', 'false',,true]);");}else{document.write("