Home Private Messages Search
CPG Dragonfly™ CMS Dedicated Server & Bandwidth Sponsored by DedicatedNOW
Toggle Content
 
Forums ⇒ DragonflyCMS ⇒ Gamers Modules & Blocks ⇒ Guild Event Manager/GEMPHP for DF version 1.0.4 available!


Guild Event Manager/GEMPHP for DF version 1.0.4 available!
DragonflyCMS blocks and modules relating to Gamers - note, strictly DragonflyCMS matters ONLY or they will be deleted.
Go to page 1, 2  Next
Post new topic    Reply to topic    Printer Friendly Page     Forum Index ⇒  Gamers DelightGamers Modules & Blocks

View previous topic :: View next topic  
Author Message
Bedevere
Nice poster
Nice poster

Offline Offline
Joined: Jul 06, 2006
Posts: 83
Location: New York City
PostPosted: Wed Sep 20, 2006 11:39 am
Post subject: Guild Event Manager/GEMPHP for DF version 1.0.4 available!

Hey all! Ported version 1.0.4 of GEMPHP to DF.

New this version:
  • A block which will list 10 upcoming events
  • An admin control panel - doesn't anything yet but will be for the settings - instead of hacking the config file 9version 1.0.4.1)
  • cleaned up the DF installer - there were soem sloppy Database issues in previous version
  • Module should be completely DF compliant now

How to use: Basically upload the files, install in the DF admin control panel/Module and upload your lua file. Thats it!

The block functions as a normal block. PLEASE NOTE: If you install this in a folder other than "modules/gem" you will need to edit the block. It is pretty simple and is noted in the code where to edit.

If you're using version 1.0.3.1 you should run the upgrade instead of the install.

Working version at oi-guild.com/index.php?name=gem

Support Forum specifically for this module:
www.sanctidamnatus.com...um&f=4
or from this thread.

I would love some feedback!

Download from this site:
dragonflycms.org/Downl...d=394.html
Other download locations:
oi-guild.com/index.php...&id=11
www.sanctidamnatus.com...s&id=2


Bedevere's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website AIM Address Yahoo Messenger
Bedevere
Nice poster
Nice poster

Offline Offline
Joined: Jul 06, 2006
Posts: 83
Location: New York City
PostPosted: Thu Sep 21, 2006 4:56 pm
Post subject: Re: Guild Event Manager/GEMPHP for DF version 1.0.4 available!

He I noticed a small error in the SQL lines of the installer - this has been fixed.

Also corrected the OK button in the upload screen.

Sorry!


Bedevere's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website AIM Address Yahoo Messenger
caladrius
Nice poster
Nice poster

Offline Offline
Joined: Jan 25, 2006
Posts: 108

PostPosted: Thu Sep 21, 2006 6:45 pm
Post subject: Re: Guild Event Manager/GEMPHP for DF version 1.0.4 available!

Looks great, it's ashame that's geared toward one game though Razz


caladrius's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux 2.4.27-2-686/Apache 1.3.34/5.0.19-Debian_2/4.4.2/Dragonfly 9.0.6.1
Back to top
View user's profile Visit poster's website
Bedevere
Nice poster
Nice poster

Offline Offline
Joined: Jul 06, 2006
Posts: 83
Location: New York City
PostPosted: Sat Sep 23, 2006 4:31 am
Post subject: Re: Guild Event Manager/GEMPHP for DF version 1.0.4 available!

I just port...LOL


Bedevere's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website AIM Address Yahoo Messenger
Shadebeard
Newbie
Newbie

Offline Offline
Joined: Sep 17, 2006
Posts: 8
Location: Veldhoven, The Netherlands
PostPosted: Sat Sep 30, 2006 7:11 pm
Post subject: Re: Guild Event Manager/GEMPHP for DF version 1.0.4 available!

I can't get it to work! =(

I followed the install instructions, but when I try to upload, I get this:



Can you help me out?


Shadebeard's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
XP/1.3.37/4.1.21/4/9.0.6.1
Back to top
View user's profile Visit poster's website
Bedevere
Nice poster
Nice poster

Offline Offline
Joined: Jul 06, 2006
Posts: 83
Location: New York City
PostPosted: Sat Sep 30, 2006 9:03 pm
Post subject: Re: Guild Event Manager/GEMPHP for DF version 1.0.4 availabl

My bad!

Check the "config.php" file. You still have to set time zone and server there. My next version will have that in the admin control panel.


Bedevere's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website AIM Address Yahoo Messenger
Shadebeard
Newbie
Newbie

Offline Offline
Joined: Sep 17, 2006
Posts: 8
Location: Veldhoven, The Netherlands
PostPosted: Tue Oct 03, 2006 8:42 pm
Post subject: Re: Guild Event Manager/GEMPHP for DF version 1.0.4 availabl

Thanks for helping me out, but it's still not working! Sad

My server is Ragnaros (Europe), and I noticed there's no enGB... just enUS.

Would that have anything to do with it?

Is it impossible to use this DF Gem if you're on a European server?

EDIT:
I'll include the stuff I changed.

PHP:
	// Localization setting. Possible languages at the moment ( deDE | enUS )
$gem_lang = 'enUS';
// Timezone settings 0=GMT,UTC
$mytc=+1;
//DaylightSavingTime (Sommerzeit) this gets added to your time
$mydst=1;

//some more settings
$realm='Ragnaros'; //for realms containing ' replace ' with \' $realm='Kel\'Thuzad';

//Offset for Blizzards Raidresetdays should be 6 for US, -1 for EU, 1 for Asia
$resetoffset=-1;

//debug statements ( 1 on | 0 off )
$debug=0;


Shadebeard's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
XP/1.3.37/4.1.21/4/9.0.6.1
Back to top
View user's profile Visit poster's website
Bedevere
Nice poster
Nice poster

Offline Offline
Joined: Jul 06, 2006
Posts: 83
Location: New York City
PostPosted: Wed Oct 04, 2006 2:05 am
Post subject: Re: Guild Event Manager/GEMPHP for DF version 1.0.4 available!

Try deDE for german and frFR for french. The files are in the /localization/ directory.

What kind of issue are you having? I tried to register to see whats happening.


Bedevere's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website AIM Address Yahoo Messenger
Shadebeard
Newbie
Newbie

Offline Offline
Joined: Sep 17, 2006
Posts: 8
Location: Veldhoven, The Netherlands
PostPosted: Thu Oct 05, 2006 2:04 pm
Post subject: Re: Guild Event Manager/GEMPHP for DF version 1.0.4 available!

I keep getting the same error, the same as in the screenshot a few posts up, though "Draka" has changed to "Ragnaros".
I'll approve you on the website.


Shadebeard's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
XP/1.3.37/4.1.21/4/9.0.6.1
Back to top
View user's profile Visit poster's website
Bedevere
Nice poster
Nice poster

Offline Offline
Joined: Jul 06, 2006
Posts: 83
Location: New York City
PostPosted: Fri Oct 06, 2006 1:19 am
Post subject: Re: Guild Event Manager/GEMPHP for DF version 1.0.4 available!

I tried to upload a a file from Draka and it rightly told me there was no data. A few things

1 - try enabling debugging (see the setting in config.php)
2 - "No Events found for Realm Ragnaros did you use the correct GuildEventManager2.lua?
Should be C:/Program Files/World of Warcraft/{expletive removed}/Account//SavedVariables/" ... Are you sure you pointed to GuildEventManager2.lua?
3 - Try opening the GuildEventManager2.lua file and confirm the data exists.
4 - I cannot find a Ragnaros realm: www.worldofwarcraft.co...almstatus/. Please confirm the spelling.


Bedevere's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website AIM Address Yahoo Messenger
Bedevere
Nice poster
Nice poster

Offline Offline
Joined: Jul 06, 2006
Posts: 83
Location: New York City
PostPosted: Fri Oct 06, 2006 1:25 am
Post subject: Re: Guild Event Manager/GEMPHP for DF version 1.0.4 availabl

If you edit the lua file you will see an entry like this:

Code::
GEM_Events = {
	["my_bcast_offset"] = 84,
	["debug"] = 0,
	["MinimapTexture"] = "Spell_Nature_TimeStop",
	["next_event_id"] = 6,
	["MinimapArcOffset"] = 227,
	["realms"] = {
		["Icecrown"] = {

                   .... Stuff here....

		["Draka"] = {

Any realm you log into will show here. If you have some sort of coding type editor (like dreamweaver, sciTE, etc) then use that to view the file. Otherwise Notepad will do.

Confirm what the name of the realm is.

Finally I haved my GuildEventManager2.lua file and replaced Draka with Ragnaros and it uploaded correctly. So I am thinking you have the wrong file or your copy of GEM is not parsing data properly.

I am attaching mine so you can se what a properly formatted one looks like.


Bedevere's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website AIM Address Yahoo Messenger
johnnydement
Newbie
Newbie

Offline Offline
Joined: Dec 30, 2006
Posts: 15
Location: Barcelona, Spain
PostPosted: Mon Jan 29, 2007 8:41 am
Post subject: Re: Guild Event Manager/GEMPHP for DF version 1.0.4 available!

I guess this will not work with current GEM version?


johnnydement's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/1.3.33 (Unix)/4.1.21-standard-log/4.4.4/9.0.1.1
Back to top
View user's profile Visit poster's website
Bedevere
Nice poster
Nice poster

Offline Offline
Joined: Jul 06, 2006
Posts: 83
Location: New York City
PostPosted: Mon Feb 05, 2007 1:28 pm
Post subject: Re: Guild Event Manager/GEMPHP for DF version 1.0.4 availabl

Why not?


Bedevere's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website AIM Address Yahoo Messenger
Pugro
Newbie
Newbie

Offline Offline
Joined: Mar 07, 2007
Posts: 4

PostPosted: Thu Apr 26, 2007 11:23 am
Post subject: Re: Guild Event Manager/GEMPHP for DF version 1.0.4 available!

I can install it ok, but nothing gets imported. I don't get any warnings about the file being empty though.

I did turn on the warnings and get a load of:

"Notice line 62: Undefined offset: 0"

from modules\gem\lib\luaparser.php

Any ideas on this?

Many Thanks,

Pugro_


Pugro's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Win2K3/IIS6/MySQL 4.1.22/PHP 4.4.2/9.1.1
Back to top
View user's profile
Pugro
Newbie
Newbie

Offline Offline
Joined: Mar 07, 2007
Posts: 4

PostPosted: Thu Apr 26, 2007 1:39 pm
Post subject: Re: Guild Event Manager/GEMPHP for DF version 1.0.4 available!

Managed to get an updated lua parser from another project and use that instead....if I enable warning an errors get a load more issues but seems to basically work now Smile


Pugro's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Win2K3/IIS6/MySQL 4.1.22/PHP 4.4.2/9.1.1
Back to top
View user's profile
Display posts from previous:   
Post new topic    Reply to topic    Printer Friendly Page    Forum Index ⇒  Gamers DelightGamers Modules & Blocks
Page 1 of 2
All times are GMT
Go to page 1, 2  Next



Jump to:  


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

read more...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy