| Pages: 1 2 :: [one page] |
| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Zaine Maltis
Innsmouth Enterprises
7
|
Posted - 2011.09.06 11:46:00 -
[1] - Quote
So, youGÇÖve got a Corporation thatGÇÖs supported by the SMF forum. Your guys love the forum; in there all the time, but they keep missing those mandatory company events. Too busy loling at your latest lolcat videos on the forum I bet?
Well, donGÇÖt worry, help is here. Using the Eve Events to SMF Import Mod, SMF will each hour go and grab any events from up to 5 different Eve characters and import them into your SMF calendar and create a corresponding topic. It will even pick up those CCP events which you never tend to notice! (Although you can turn that off if you wantGǪ)
Your lackeys will never be able to whine about being too busy to check the Eve Calendar now!
Official SMF Modification Page Dedicated Plugin Page
Note: The modification isn't approved by SMF yet. This means they haven't looked at it to check that there is no dodgy code in there. That being said, it's sat running fine now on a couple of installs. Innsmouth Enterprises
|

Harrat
Focused Annihilation Detrimental Imperative
0
|
Posted - 2011.09.06 14:51:00 -
[2] - Quote
Any chance you could get a link up for the download on your site until SMG approves it for listing? I am interested in trying this out. |

Zaine Maltis
Innsmouth Enterprises
7
|
Posted - 2011.09.06 15:59:00 -
[3] - Quote
Now on http://www.innsmouthenterprises.com/eve-add-ons/eve-events-to-smf-importer/ to download. Let me know how it goes! Innsmouth Enterprises
|

PyroTech03
Legion of Darkwind Order of the Void
0
|
Posted - 2011.09.08 01:06:00 -
[4] - Quote
Congratulations on having the site with the most annoying popup -_- |

Zaine Maltis
Innsmouth Enterprises
7
|
Posted - 2011.09.08 11:26:00 -
[5] - Quote
Yeh, that's randomly started appearing the other day! It's from Google Ads. I'm going to kill it today.  Innsmouth Enterprises
|

PyroTech03
Legion of Darkwind Order of the Void
0
|
Posted - 2011.09.10 19:52:00 -
[6] - Quote
you going to update this to support the new api? |

Zaine Maltis
Innsmouth Enterprises
7
|
Posted - 2011.09.11 12:10:00 -
[7] - Quote
That's the plan. Will do over the next couple of weeks Innsmouth Enterprises
|

PyroTech03
Legion of Darkwind Order of the Void
0
|
Posted - 2011.09.12 00:14:00 -
[8] - Quote
Sweet! |

Bastet Aiona
Tir Capital Management Group The Mockers AO
0
|
Posted - 2011.09.26 19:36:00 -
[9] - Quote
Is working great on our forums! |

Inqy
Gallivanting Travel Company Band of Wanderers
0
|
Posted - 2011.09.29 10:06:00 -
[10] - Quote
Zaine very kindly sent me the like to get it setup on my corp forum. I had a teething problem quickly sorted, I had to run the hourly update manually once to get it going.
It now works perfectly
cheers  |

PyroTech03
Legion of Darkwind Order of the Void
0
|
Posted - 2011.11.04 07:31:00 -
[11] - Quote
Haven't heard any updates on this, so hopefully someone is still watching this as I'm having an issue...
Did a forum update a while back, and lost this in the process. trying to re-install and getting this error:
Quote:Duplicate entry 'import_eve_events' for key 'task' File: /home/username/public_html/Packages/temp/eve-event-importer-0.2/install.php Line: 149
No idea where to go with this one  |

Zaine Maltis
Innsmouth Enterprises
8
|
Posted - 2011.11.09 22:53:00 -
[12] - Quote
Do you have db access? That version of the plugin leaves some stuff in the DB it shouldn't do. I've fixed it in the next release which should be out soon.
What you need to do is hop into your db and run the following SQL
DELETE FROM (forumdb).(smfprefix)_scheduled_tasks WHERE (smfprefix)_scheduled_tasks.task = "eve_scheduled_events"
You need to replace (forumdb) with the name of your database for the forum and (smfprefix) with the prefix you used for the database. E.g, mine is currently:
DELETE FROM smf`.smf_scheduled_tasks WHERE smf_scheduled_tasks.task = "eve_scheduled_events"
This removes the left over data. Innsmouth Enterprises
|

PyroTech03
Legion of Darkwind Order of the Void
0
|
Posted - 2011.11.10 02:00:00 -
[13] - Quote
Thanks! I'll try this when I get home tonight. Great work by the way. |

Zaine Maltis
Innsmouth Enterprises
9
|
Posted - 2011.11.10 14:40:00 -
[14] - Quote
gah. This is what you need to run.
DELETE FROM (forumdb).(smfprefix)_scheduled_tasks WHERE (smfprefix)_scheduled_tasks.task = "import_eve_events"
example:
DELETE FROM smf.smf_scheduled_tasks WHERE smf_scheduled_tasks.task = "import_eve_events" Innsmouth Enterprises
|

PyroTech03
Legion of Darkwind Order of the Void
0
|
Posted - 2011.11.10 22:29:00 -
[15] - Quote
Zaine Maltis wrote:gah. This is what you need to run.
DELETE FROM (forumdb).(smfprefix)_scheduled_tasks WHERE (smfprefix)_scheduled_tasks.task = "import_eve_events"
example:
DELETE FROM smf.smf_scheduled_tasks WHERE smf_scheduled_tasks.task = "import_eve_events"
Good thing I'm just now getting to this :P
lol
thanks again :) |

Zaine Maltis
Innsmouth Enterprises
9
|
Posted - 2011.11.10 22:45:00 -
[16] - Quote
Just submitted a new version of the plugin to the SMF approval team containing the upgrade to the new API. Cross fingers that it will be available soon....
Innsmouth Enterprises
|

PyroTech03
Legion of Darkwind Order of the Void
0
|
Posted - 2011.11.10 22:48:00 -
[17] - Quote
Zaine Maltis wrote:Just submitted a new version of the plugin to the SMF approval team containing the upgrade to the new API. Cross fingers that it will be available soon....
\o/ |

Inari Ryosaki
Infusion. Tactical Narcotics Team
0
|
Posted - 2011.12.13 15:52:00 -
[18] - Quote
Just installed this with no obvious problems. Looks most useful, thanks :)
Is this likely to be re-worked to work with the new api system at all? |

Zaine Maltis
Innsmouth Enterprises
20
|
Posted - 2011.12.13 19:28:00 -
[19] - Quote
The reworking for new API key is done. I'm just waiting on the approval from the SMF mods team before putting it out as they keep knocking it back with lots of little tweaks and I don't want those fixes to conflict with peoples installs too much :/ Innsmouth Enterprises
|

Inari Ryosaki
Infusion. Tactical Narcotics Team
0
|
Posted - 2012.01.10 12:33:00 -
[20] - Quote
any update on this?
|

Zaine Maltis
Innsmouth Enterprises
26
|
Posted - 2012.01.10 13:20:00 -
[21] - Quote
Hah! Good timing sir!
They approved it for me this morning.
http://custom.simplemachines.org/mods/index.php?mod=3199
Please go and install and let me know how it goes. I've included an upgrade process for moving from the older version of the mod.
Innsmouth Enterprises
|

Inari Ryosaki
Infusion. Tactical Narcotics Team
1
|
Posted - 2012.01.11 11:35:00 -
[22] - Quote
lol yup. Worked well, thanks.
Any plans to add some extra functionality such as Corp / Alliance Mails -> Forum Post? |

Zaine Maltis
Innsmouth Enterprises
26
|
Posted - 2012.01.11 12:10:00 -
[23] - Quote
Inari Ryosaki wrote:lol yup. Worked well, thanks.
Any plans to add some extra functionality such as Corp / Alliance Mails -> Forum Post?
Christ. That's a good idea.
I'll have a think! Innsmouth Enterprises
|

Zaine Maltis
Innsmouth Enterprises
27
|
Posted - 2012.01.11 21:58:00 -
[24] - Quote
I've added an in game mailing list for people to hurl abuse/feature suggestions at me on as well as upgrade notifications. Join up!
Eve Events to SMF Innsmouth Enterprises
|

PyroTech03
Legion of Darkwind Order of the Void
2
|
Posted - 2012.03.30 08:10:00 -
[25] - Quote
So i have noticed that it hasn't posted any new events since february....any changes that have borked this anywhere by chance? |

Zaine Maltis
Innsmouth Enterprises
31
|
Posted - 2012.03.30 20:05:00 -
[26] - Quote
hmm. I think it's still working! Have you got any messages in your smf scheduled events error log? Innsmouth Enterprises
|

PyroTech03
Legion of Darkwind Order of the Void
2
|
Posted - 2012.03.31 05:30:00 -
[27] - Quote
I'm not seeing it pop up ANYWHERE in the log. |

Zaine Maltis
Innsmouth Enterprises
31
|
Posted - 2012.03.31 11:14:00 -
[28] - Quote
If you run the import from the scheduled tasks menu? Innsmouth Enterprises
|

PyroTech03
Legion of Darkwind Order of the Void
2
|
Posted - 2012.04.01 10:07:00 -
[29] - Quote
says it imported, but again, nothing in log
have also tried uninstalling/reinstalling |

Zaine Maltis
Innsmouth Enterprises
31
|
Posted - 2012.04.03 22:10:00 -
[30] - Quote
Hmmm. The version running our forum is working fine. Just created an event which populated through to the forum as expected. Has your key expired? (that should generate an error in the log though :/)
Try creating a new key and putting that if, if you haven't tried that yet.
Innsmouth Enterprises
|

PyroTech03
Legion of Darkwind Order of the Void
2
|
Posted - 2012.04.04 20:20:00 -
[31] - Quote
Zaine Maltis wrote:Hmmm. The version running our forum is working fine. Just created an event which populated through to the forum as expected. Has your key expired? (that should generate an error in the log though :/)
Try creating a new key and putting that if, if you haven't tried that yet.
Just tried it, and waiting to see.
Doesn't really explain why i'd have issue's with it not even showing in logs though :| |

Zaine Maltis
Innsmouth Enterprises
31
|
Posted - 2012.04.06 11:04:00 -
[32] - Quote
PyroTech03 wrote:Zaine Maltis wrote:Hmmm. The version running our forum is working fine. Just created an event which populated through to the forum as expected. Has your key expired? (that should generate an error in the log though :/)
Try creating a new key and putting that if, if you haven't tried that yet.
Just tried it, and waiting to see. Doesn't really explain why i'd have issue's with it not even showing in logs though :|
Yeah. If that doesn't work you could make a key for me and I'll use it to debug?
Innsmouth Enterprises
|

PyroTech03
Legion of Darkwind Order of the Void
2
|
Posted - 2012.04.08 12:58:00 -
[33] - Quote
Zaine Maltis wrote:PyroTech03 wrote:Zaine Maltis wrote:Hmmm. The version running our forum is working fine. Just created an event which populated through to the forum as expected. Has your key expired? (that should generate an error in the log though :/)
Try creating a new key and putting that if, if you haven't tried that yet.
Just tried it, and waiting to see. Doesn't really explain why i'd have issue's with it not even showing in logs though :| Yeah. If that doesn't work you could make a key for me and I'll use it to debug?
I'll get one sent to you later today then. Thanks :) |

Euthanasia Anneto
Special Situations TOHA Conglomerate
0
|
Posted - 2012.05.14 16:32:00 -
[34] - Quote
After several imports it looks to me that the post-template isn't getting imported into the Database. |

PyroTech03
Legion of Darkwind Order of the Void
2
|
Posted - 2012.05.15 05:23:00 -
[35] - Quote
I'm still having issue's with this one not working.
Did you ever get my api that I sent? |

Zaine Maltis
Innsmouth Enterprises
32
|
Posted - 2012.07.13 17:39:00 -
[36] - Quote
No :/ I've used your api details and it works fine. I've got nothing I can debug with. :/ Innsmouth Enterprises
|

PyroTech03
Legion of Darkwind Order of the Void
3
|
Posted - 2012.08.06 08:10:00 -
[37] - Quote
Zaine Maltis wrote:No :/ I've used your api details and it works fine. I've got nothing I can debug with. :/
Sorry for the delay, missed that you replied.
I'm at a loss really as to what's causing the issue then.
I'm gonna try poking around a bit at the language thing to see maybe if that may have something to do with it at least :/ |

Zaine Maltis
Innsmouth Enterprises
33
|
Posted - 2012.08.13 11:41:00 -
[38] - Quote
Another option would be to give me some access to your SMF forum to have a look and see if I can figure it out. I appreciate that is taking the trust pretty damn far though! Innsmouth Enterprises
|

Reileen Kawahara
Bio-Tech Research Luna Sanguinem
6
|
Posted - 2012.08.14 18:44:00 -
[39] - Quote
I have tried to get this working but continually get the following error.
ALE Failure:exception 'Exception' with message 'String could not be parsed as XML' in /xxxxxxxxxxxxxx/Sources/ale/parser/xmlelement.php:57 Stack trace: #0 /xxxxxxxxxxxxxx/Sources/ale/parser/xmlelement.php(57): SimpleXMLElement->__construct('') #1 /xxxxxxxxxxxxxx/Sources/ale/base.php(106): AleParserXMLElement->__construct('') #2 /xxxxxxxxxxxxxx/Sources/ale/eveonline.php(146): AleBase->handleContent('', true) #3 /xxxxxxxxxxxxxx/Sources/ale/base.php(170): AleEVEOnline->handleContent('', true) #4 /xxxxxxxxxxxxxx/Sources/ale/base.php(120): AleBase->retrieveXml('char/UpcomingCa...', Array) #5 /xxxxxxxxxxxxxx/Sources/ale/eveonline.php(239): AleBase->_retrieveXml(Array, Array) #6 /xxxxxxxxxxxxxx/Sources/ale/util/context.php(60): AleEVEOnline->_retrieveXml(Array, Array) #7 /xxxxxxxxxxxxxx/Sources/ScheduledTasks.php(1685): AleUtilContext->__call('UpcomingCalenda...', Array) #8 /xxxxxxxxxxxxxx/Sources/ScheduledTasks.php(1685): AleUtilContext->UpcomingCalendarEvents() #9 [internal function]: scheduled_import_eve_events() #10 /xxxxxxxxxxxxxx/Sources/ManageScheduledTasks.php(154): call_user_func('scheduled_impor...') #11 /xxxxxxxxxxxxxx/Sources/ManageScheduledTasks.php(79): ScheduledTasks() #12 /xxxxxxxxxxxxxx/Sources/Admin.php(540): ManageScheduledTasks() #13 [internal function]: AdminMain() #14 /xxxxxxxxxxxxxx/index.php(151): call_user_func('AdminMain') #15 {main}
Any help would be appreciated. |

Reileen Kawahara
Bio-Tech Research Luna Sanguinem
6
|
Posted - 2012.08.14 19:12:00 -
[40] - Quote
Scratch the above, seems to be working now. |

PyroTech03
Legion of Darkwind Order of the Void
3
|
Posted - 2012.08.16 08:39:00 -
[41] - Quote
Zaine Maltis wrote:Another option would be to give me some access to your SMF forum to have a look and see if I can figure it out. I appreciate that is taking the trust pretty damn far though!
sent you a mail |

Cayden Til
DEFCON. The Initiative.
5
|
Posted - 2012.09.07 10:06:00 -
[42] - Quote
Ive got the problem that if it fetches automatically the template which is used for the post isnt complete. and events get at least double posted. if i go and fetch manually, it all works with the complete template. |
| |
|
| Pages: 1 2 :: [one page] |