|
Author |
Thread Statistics | Show CCP posts - 9 post(s) |

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
44
|
Posted - 2015.03.06 23:32:44 -
[1] - Quote
Is there a way to integrate this with Cyerus' EVEAPI PHPBB mod? I'd like it to be able to not just make a PHPBB3 account but pass the API key information in to the PHPBB account as well so that it automatically pulls avatars and other various features.
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
44
|
Posted - 2015.03.07 04:33:36 -
[2] - Quote
Alright, so Python/Django is a bit of a mystery to me. How do I change what my home page portal is? It's obviously not the index.html located in /var/www/, and I want the home portal to be a wordpress site, and I can link the auth, killboard, forums etc from there.
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
44
|
Posted - 2015.03.10 02:21:44 -
[3] - Quote
So, I've never really used the screen command much in Linux. Do I have to do anything special to make this launch on system startup? Current attempts to do this seem to result in it not running correctly until I do it manually, also from sudo as well (or logged in as root)
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
44
|
Posted - 2015.03.10 17:49:19 -
[4] - Quote
I'll try that. I was running it from cron with the @reboot flag and it didn't seem to work.
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
45
|
Posted - 2015.11.22 07:18:23 -
[5] - Quote
I noticed there was an update 3 days ago. I've been using this system for 6+ months now without issue. I recently went to build a new server for a client and it hangs on the python manage.py shell < run_alliance_corp_update.py. Nothing happens at all. If I ctrl+c out of it, the last line in the Traceback is always this:
File "/usr/lib/python2.7/ssl.py", line 305, in do_handshake self._sslobj.do_handshake()
I remember this taking a while in the past but I have tried leaving this for 5 minutes, 5 seconds, and even left it for an hour, every time I ctrl+c out of it, this is the same line it's reached.
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
45
|
Posted - 2015.11.22 11:29:12 -
[6] - Quote
It works now. Excited to see the changes. I made a lot of manual changes to accommodate things before but it looks like all my issues are addressed now.
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
45
|
Posted - 2015.11.22 12:15:43 -
[7] - Quote
Deleted the post, it's 4am and I forgot I already had the MySQL tables created.
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
45
|
Posted - 2015.11.30 05:33:31 -
[8] - Quote
How would you go about changing the automated corporation group to the ticker instead of the name?
def generate_corp_group_name(corpname): return 'Corp_' + corpname.replace(' ', '_')
I found this, and changing it to return corpname got the expected result of returning Crimson Serpent Syndicate without the underscores. However I would like the actual group name to be CSSYN. I've looked through the Python files and no combination of character.corp_ticker, corporation.ticker, etc etc seems to work after the return command. Is there any way to feed a corp ticker into the generate_corp_group_name definition?
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
45
|
Posted - 2015.11.30 18:51:48 -
[9] - Quote
Yeah I figured there would be a lot of required updates. I modified the really old version of Auth way back before it started receiving updates, so I already have a database filled with people with corp ticker groups for their corporation and want to keep that going forward. I'll take a look at changing the function and then I'll look in to doing a group replace on all .py files now that I know what I'm looking for.
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
45
|
Posted - 2015.12.01 02:30:55 -
[10] - Quote
Another question.
"The dropdown box provides all auth groups. Select one and assign TeamSpeak groups from the panels below. If these panels are empty, wait a minute for the database update to run."
I tried to add a TeamSpeak group and get an error stating: IntegrityError at /admin/services/tsgroup/add/ (1048, "Column 'ts_group_id' cannot be null")
These fields aren't automatically populating. Is there a way to force this to populate? Otherwise I guess I could manually fill everything in.
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|
|

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
45
|
Posted - 2015.12.01 03:02:09 -
[11] - Quote
So I manually created the groups in the SQL database with the relevent ts_group_id and ts_group_name fields populated. When you link them using Auth / TS Groups between groups and Teamspeak however, they don't assign. Nothing happens when you remove or add somebody to a TS3 linked auth group. It doesn't even log in to the TeamSpeak to try. The only group I can get to work is the alliance one, which makes sense as that's what it bases that permissions key on.
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
45
|
Posted - 2015.12.02 21:50:59 -
[12] - Quote
I know Slack has API's, is it possible to get Slack integration for this as an alternative to Jabber? I'm not sure if the Slack API's would support this. Jabber is starting to show it's age and it's just clunky to work with and Slack support would get a lot more activity on the external communication front.
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
45
|
Posted - 2015.12.02 22:00:16 -
[13] - Quote
Hahaha. There are already API's to add accounts to Slack. I think the issue comes when somebody leaves and you want to remove the account. That's what I gathered from some other forum threads. There isn't a rush here if you want to work on other projects.
Discord is interesting. I'm playing with that right now. It's missing a lot of features that TeamSpeak has, but it also has a lot of features that TeamSpeak does not (like limiting who can join a channel by actual users instead of just a numbered access permission).
I'm not 100% sure I could migrate to something like Discord for my voice comms. Slack serves a more specific role, which would replace Jabber, hence my interest in it.
https://zapier.com/zapbook/eve-online/slack/
This might give you an idea of the things people have done with it so far, but I haven't seen anyone creating a robust user creation/removal system, just things like sending out automatic push notifications for events like low fuel, reinforcement, etc, which is very awesome.
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
45
|
Posted - 2015.12.02 22:03:22 -
[14] - Quote
Somebody also made a plugin for SeAT to Slack. I'll look in to that, because if that works, then your upcoming plan of having AUTH make SeAT accounts automatically might be all that's needed for my particular use scenario. Would save you some time.
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
45
|
Posted - 2015.12.09 19:39:56 -
[15] - Quote
Ever since the Discord update (at least that's when I noticed it), AUTH now makes multiple connections a second to the TeamSpeak server query even when there are no changes to be made, racking the CPU up to 100%. I actually tested giving the VM more CPU and it just connected even faster.
http://imgur.com/Oe0WLpa
Any thoughts on what is causing this? I haven't pulled your latest commit yet so I'm curious if that resolves the issue. It says it targets Discord but with the infinite loop going on with TeamSpeak I'm wondering if it's a similar loop.
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
45
|
Posted - 2015.12.10 20:22:03 -
[16] - Quote
Unfortunately it still does it. I rebooted the server as well to make sure celery wasn't still running the old cron job.
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|
|
|
|