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

Subsparx
Crimson Serpent Syndicate
6
|
Posted - 2013.08.09 18:25:00 -
[1] - Quote
I would love it if at some point there was a config/install guide that wasn't a Youtube video, or at the very least if links were put in the Youtube video to specific sections, mostly because I've just spent the last 30 minutes skipping around in your videos and haven't found an answer to how to set the minimum required access mask yet. Is there a configuration section for this or do I have to manually edit a file? Subsparx GÇô Chief Executive Officer Crimson Serpent Syndicate http://www.crimsonserpent.com |

Subsparx
Crimson Serpent Syndicate
10
|
Posted - 2014.01.29 02:13:00 -
[2] - Quote
I'm having an issue with the cron job. It runs and doesn't throw any errors but doesn't appear to be working. I have it set up on my forum so people can put in an application, and once they join in theory the cron job would automatically add them to the group but it doesn't. If I go in to their information from the ACP and hit submit, it picks up that they are in the right corporation and changes the group accordingly, so it seems like the cron job is ignoring the groups part. It does appear to be doing *something* though, as running the cron job causes everyones avatar on the board to refresh. Subsparx GÇô Chief Executive Officer Crimson Serpent Syndicate http://www.crimsonserpent.com |

Subsparx
Crimson Serpent Syndicate
10
|
Posted - 2014.02.04 07:20:00 -
[3] - Quote
Just did a fresh reinstall of my forum, as well as another brand new forum. Both are exhibiting the same behavior. Both TeamSpeak and group permissions update correctly if I go into the ACP and hit submit on somebodies profile. However, running the cron job doesn't do anything. I've made adjustments to things like the TeamSpeak port to make sure it's doing something, and it does error out as expected, but even when it's throwing no errors, no changes are made. If you need anything from me to help fix this let me know. I desperately need to fix this by the end of this week for a project I'm working on and will continue to try pouring through the cronjob code to figure out the issue in the mean time. Subsparx GÇô Chief Executive Officer Crimson Serpent Syndicate http://www.crimsonserpent.com |

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
11
|
Posted - 2014.02.12 06:37:00 -
[4] - Quote
Is there a setting or is there some code that can be changed to make it not accept API keys that are higher than the required API mask? Subsparx GÇô Chief Executive Officer Crimson Serpent Syndicate http://www.crimsonserpent.com Executor of Heiian Conglomerate http://www.heiian.com |

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
11
|
Posted - 2014.02.13 18:48:00 -
[5] - Quote
You have to configure the TeamSpeak group that it's assigning to include that ticker. If manually assigning people the group on TeamSpeak doesn't add it, the forum won't be able to. Subsparx GÇô Chief Executive Officer Crimson Serpent Syndicate http://www.crimsonserpent.com Executor of Heiian Conglomerate http://www.heiian.com |

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
11
|
Posted - 2014.02.20 19:49:00 -
[6] - Quote
Have you tried calling it through curl? Run the hp file through curl via crontab and you should be good to go. I also had issues in Windows calling the file directly from PHP, but it runs fine under Curl.
As for Pechept's question. It's under server group permissions. i_group_show_name_in_tree Subsparx GÇô Chief Executive Officer Crimson Serpent Syndicate http://www.crimsonserpent.com Executor of Heiian Conglomerate http://www.heiian.com |

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
11
|
Posted - 2014.02.23 14:30:00 -
[7] - Quote
Ran in to a bbcode error when I updated. No errors during update, any errors that were thrown I fixed (such as already having some of the lines it searched for replaced with the updated code). Board came online, no errors, but couldn't open threads. Turning display_errors on exposed this issue: Fatal error: Cannot redeclare bbcode::bbcode_second_pass_eveitem() in C:\inetpub\wwwroot\forums.heiian.com\htdocs\includes\bbcode.php on line 902
Commenting out eveitem just makes it move to the next in the list, like evesystem. Is there something regarding bbcodes I need to do before doing this? It appears that it has duplicate information, I'm guessing the replace code found what it wanted and added a second set of these bbcodes in. I'm not sure which to remove. Making a backup of the file for now and editing what I can.
EDIT: Found that the lines of code for the 3 bbcodes, eveitem, evesystem and evefit were identical, so removing the duplicates immediately fixed the issue. Subsparx GÇô Chief Executive Officer Crimson Serpent Syndicate http://www.crimsonserpent.com Executor of Heiian Conglomerate http://www.heiian.com |

Subsparx
Crimson Serpent Syndicate Heiian Conglomerate
24
|
Posted - 2014.07.30 21:10:00 -
[8] - Quote
Well I think I've finally done it Cyerus. The cron job can't run anymore. It times out after about 30 minutes of running. When you get a chance hit me up and maybe we can brainstorm a solution. I have too many users on my forum. 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
31
|
Posted - 2014.08.26 21:21:00 -
[9] - Quote
Has the person trying to add their TS3 UID logged in to the TeamSpeak server already? Unless the server has that persons identity cached it can't assign permissions, thus it will leave it blank. 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
31
|
Posted - 2014.09.03 19:16:00 -
[10] - Quote
I was no longer having this issue when I bumped it to three, but now that I have over 500 people being checked by the cron job it's starting to take exponentially longer amounts of time and the false positives are beginning to occur again.
I would love if CCP could add some kind of system on their end to request white listing for purposes such as this. 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
40
|
Posted - 2015.01.29 20:58:42 -
[11] - Quote
Garr Khan wrote:Is there a Teamspeak 3 host that this will work with? No hosts seems to support whitelists, which is required for the Teamspeak module to connect.
Gameservers did just fine, as did a couple other TeamSpeak hosts I used. They all were unreliable though overall, so I ended up just hosting my own server. It's cheaper anyways if you are willing to deal with the IT side of it. Get a basic Rackspace server for $20/mo and pay for a TeamSpeak license yearly and you're set.
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
40
|
Posted - 2015.01.29 22:47:23 -
[12] - Quote
Garr Khan wrote:Subsparx wrote:Garr Khan wrote:Is there a Teamspeak 3 host that this will work with? No hosts seems to support whitelists, which is required for the Teamspeak module to connect. Gameservers did just fine, as did a couple other TeamSpeak hosts I used. They all were unreliable though overall, so I ended up just hosting my own server. It's cheaper anyways if you are willing to deal with the IT side of it. Get a basic Rackspace server for $20/mo and pay for a TeamSpeak license yearly and you're set. I ended up going with the VPS option, but I'm getting this error from the cronjob: "TeamSpeak error: 110 -> Connection timed out" I'm using the serverquery admin username/password TS3 gave me when the server was first set up, port 10011 is open on the TS3 server, and the IP for my phpbb host is whitelisted; not sure what the issue could be here. Anyone have any ideas?
If you use telnet on your machine, can you connect via that port to your teamspeak server? You shouldn't need to whitelist here as you won't be overwhelming the system with commands just trying to connect. If that doesn't work something on the server is blocking it still, be it iptables or something like selinux.
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
40
|
Posted - 2015.01.29 23:45:58 -
[13] - Quote
It's being blocked on the site level then. Is your site also on a VPS? If it's not and you are using shared hosting there is a very high likelihood that your provider blocks all non-standard outgoing ports.
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
40
|
Posted - 2015.01.30 00:21:22 -
[14] - Quote
Hmmmm, it might work. I don't know for sure. You could try running it on port 443 or 8080 assuming you aren't using anything SSL encrypted on the server running TeamSpeak. Alternatively, you can *usually* get exceptions for web services like this from shared hosting as long as they have a heads up of what and why the port is needed going outbound. Depends on the company I suppose.
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
40
|
Posted - 2015.02.12 22:38:22 -
[15] - Quote
EDIT: Nevermind, was thinking the cron job.
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
43
|
Posted - 2015.03.01 01:21:59 -
[16] - Quote
ChiefTech wrote:Hi Cyerus. There is such question. Is it possible with the help of your mod to add users registering with the director's rights in the corporation into a separate group. I mean, could it happen automatically. Thx
I don't believe there is a way with the EVE API system to pull whether somebody is a Director or not. I could be wrong though.
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
43
|
Posted - 2015.03.03 22:20:46 -
[17] - Quote
MillerUk wrote:Subsparx wrote:ChiefTech wrote:Hi Cyerus. There is such question. Is it possible with the help of your mod to add users registering with the director's rights in the corporation into a separate group. I mean, could it happen automatically. Thx I don't believe there is a way with the EVE API system to pull whether somebody is a Director or not. I could be wrong though. Look Here... https://neweden-dev.com/Char/CharacterSheet
row roleID="1" roleName="roleDirector" /
Wow, that is awesome, thank you MillerUK!
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 00:56:32 -
[18] - Quote
VangDo wrote:Hello
I have the problem that my users are always set to inactive after some time. With the reasons that their API key is wrong.
I can understand if 1 or 2 users have the wrong API Key. But I must daily 10 - 20 reactivate users.
I use the following cron job (2Hours)
* */2 * * * root lynx -dump http://xxxx.com/forum/eveapi_cron.php > /dev/null 2>&1
pleas Help
Don't do it every 2 hours. I have 1000 users on my board and had to cut it back to once daily and that eliminated the false positives.
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.18 19:10:03 -
[19] - Quote
AutoMod, which is required for installation of this mod, does not work on phpBB 3.1.X, and never will.
https://www.phpbb.com/customise/db/official_tool/automod/support/topic/130321
3.1 changed a lot of how the functionality of phpBB works, including how mods are installed. Basically this will require a rather large update to support it, so I would recommend staying on 3.0.X for now, for more reasons than just the API Registration mod but all the other mods available supporting it as well.
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.05.29 20:41:07 -
[20] - Quote
It appears this broke last night:
Warning
SSL certificate problem: unable to get local issuer certificate
Did CCP update the SSL cert used by their API system?
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.05.30 17:55:41 -
[21] - Quote
I experienced a similar issue at work with authorize.net making changes to SSL certs and nobody notifying me. Had very similar problems until I updated the root certificates on our web servers then it started working. I suspect the issue here is similar but I don't know what trusted root certs to install. GeoTrust maybe?
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.05.31 20:40:52 -
[22] - Quote
I can confirm that using the file method instead of curl fixes it. I wonder what caused curl to stop working out of the blue though, and for multiple people at that. Go0fBall, are you hosting on a Windows machine? If you are, perhaps a security update from Windows caused something to break when using curl?
CEO of Crimson Serpent Syndicate - www.crimsonserpent.com
Chairman of Heiian Conglomerate - www.heiian.com
Owner of FWC - www.factionwarfare.com
|
| |
|