These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
Previous page12
 

phpBB 3.x.x API Mod Revisited

Author
Mr Twinkie
Republic Military School
Minmatar Republic
#21 - 2015-11-24 02:07:02 UTC
Lyron-Baktos wrote:
Any chance of getting a CTA count down timer mod for phpBB forums?


Should be easy enough, will be separate from the main mod tho.

As for everything else, been busy with work lately but I'll get on it soonish. Help ALOT if you log issues on github as well.
Annexe
I N E X T R E M I S
Tactical Narcotics Team
#22 - 2015-11-24 03:36:25 UTC  |  Edited by: Annexe
I have another problem,

I just ran the eveapi_cron.php and I get this;

General Error

SQL ERROR [ mysqli ]

Unknown column 'group_eveapi_special' in 'field list' [1054]

SQL

SELECT group_id, group_name, group_eveapi_special, group_eveapi_ts3, group_eveapi_jabber, group_eveapi_openfire FROM bb_groups

BACKTRACE


FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()

FILE: [ROOT]/includes/db/mysqli.php
LINE: 189
CALL: dbal->sql_error()

FILE: [ROOT]/includes/eveapi/functions_eveapi.php
LINE: 340
CALL: dbal_mysqli->sql_query()

FILE: [ROOT]/eveapi_cron.php
LINE: 313
CALL: eveapi_setForumGroups()


User registration is also showing 2 API input fields (2 key id, 2 v codes) as if there is stuff left over from the previous version.

I tried to uninstall the new mod version, but I get a similar error

Is there a manual way to delete all Eve API Mod files and start fresh?

Annexe

ITAI - VIP

"i will pop your wreck with faction loot"

Dharr Guartonzec
Non-Sedentary
#23 - 2016-01-19 14:06:10 UTC  |  Edited by: Dharr Guartonzec
Annexe wrote:

Any idea how I would fix this?


was there a solution for this? i have similar issues still with the fittings.

-Dharr Guartonzec-

CEO of Non-Sedentary

Dharr Guartonzec
Non-Sedentary
#24 - 2016-01-19 14:46:50 UTC
Dharr Guartonzec wrote:
Annexe wrote:

Any idea how I would fix this?


was there a solution for this? i have similar issues still with the fittings.


I was missing php5-curl package, that fixed it.

-Dharr Guartonzec-

CEO of Non-Sedentary

Cylin Rath
#25 - 2016-02-20 21:19:24 UTC  |  Edited by: Cylin Rath
phpBB 3.0 is now End of Life. Is there any news on a update for phpBB 3.1?
Mr Twinkie
Republic Military School
Minmatar Republic
#26 - 2016-02-21 22:20:23 UTC
Cylin Rath wrote:
phpBB 3.0 is now End of Life. Is there any news on a update for phpBB 3.1?


Eventually I've been busy


Update released

7.0.7
@shibdib shibdib released this 5 minutes ago

Updated DB (Command destroyers added for fitting code)
Fixed BBCode issue (See #3 for manual fix)
General Cleanup


Remember all issues must be reported on github to get support.
Dharr Guartonzec
Non-Sedentary
#27 - 2016-02-22 11:32:04 UTC
Question:

Does the mod revoke access of former corp / alliance members? Once they left? Looks to me like they still have access, at least when i use Pphpbb#s feature to test a users permission.

-Dharr Guartonzec-

CEO of Non-Sedentary

Staysin Jita
#28 - 2016-02-26 21:45:01 UTC  |  Edited by: Staysin Jita
Just installed the latest update, and now ALL of my fits are broken.
getting question marks for unknown items for about 60% of items in the fits...

Is there a separate database file for download that I could use to try and fix this?

Also, is it possible to have an option to set whether to use file or curl for PHEAL?
Every time I update I have to find the relevant post on the old thread about what to change to curl instead of file....


**EDIT** Had a look at the function_eve_items.php file, and items such as MEDIUM SHIELD EXTENDER II are not in this file.
It would seem that removing the previous installation through automod also removed the installed item database, and applying the install only put these items in.
Lars Wolfgang
Doomheim
#29 - 2016-03-01 16:50:37 UTC  |  Edited by: Lars Wolfgang
Dharr Guartonzec wrote:
Question:

Does the mod revoke access of former corp / alliance members? Once they left? Looks to me like they still have access, at least when i use Pphpbb#s feature to test a users permission.


Assuming nothing has changed, there is a cron job page that you need to set up to run. I did it 4x a day, and it checks the API for validity.

Now, if your permission is controlled by saying, if a member of x, default assign them to group x, it works 100%. I would assign them to an "alliance" group with access to private alliance info. if the cron job sees they are not correct, it revokes access to group x.

What is does not do, is remove manual permissions. So, be careful how you set up permissions. If you set manual permissions to forums not also controlled by the default permissions (or say inside of them), it may leave them with access to certain areas.

Last thing, the user will lose access to group x if their API check fails, but the manual permissions will remain on their account. The moment you give them back access to group x, they will automatically have access to the manual places also.

∴ "Virtus junxit, mors non separabit", I am but a traveling man...

Kikaali Kurvora
A funny thing happened on the way to the Forum
#30 - 2016-05-02 01:35:23 UTC
do we have a DB update for the new capital ships/mods and their changes?

If I win an auction for your Character, please send me a mail in case I have forgotten to select the 'receive notifications' option.

Annexe
I N E X T R E M I S
Tactical Narcotics Team
#31 - 2016-05-07 05:45:33 UTC
Dharr Guartonzec wrote:
[quote=Dharr Guartonzec]

I was missing php5-curl package, that fixed it.


Where do I find this and how do I include it?

Annexe

ITAI - VIP

"i will pop your wreck with faction loot"

Anigone
WipeOut Inc.
Pandemic Horde
#32 - 2016-05-07 15:41:31 UTC
To fix the fact that the predefined access mask used for generating API keys when people are registering doesnt work::

BEFORE INSTALLING edit the folllowing file:
Contrib/subsilver2.xml

On line 66, change:
https://support.eveonline.com/api/key/createpredefined/{EVEAPI_ACCESSMASK}


to

https://community.eveonline.com/support/api-key/CreatePredefined?accessMask={EVEAPI_ACCESSMASK} 


That will correct the link for people to be able to make an API Key
Anigone
WipeOut Inc.
Pandemic Horde
#33 - 2016-05-08 20:40:29 UTC
Annexe wrote:
I have another problem,

I just ran the eveapi_cron.php and I get this;

General Error

SQL ERROR [ mysqli ]

Unknown column 'group_eveapi_special' in 'field list' [1054]

SQL

SELECT group_id, group_name, group_eveapi_special, group_eveapi_ts3, group_eveapi_jabber, group_eveapi_openfire FROM bb_groups

BACKTRACE


FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/includes/db/dbal.php
LINE: 757
CALL: trigger_error()

FILE: [ROOT]/includes/db/mysqli.php
LINE: 189
CALL: dbal->sql_error()

FILE: [ROOT]/includes/eveapi/functions_eveapi.php
LINE: 340
CALL: dbal_mysqli->sql_query()

FILE: [ROOT]/eveapi_cron.php
LINE: 313
CALL: eveapi_setForumGroups()


User registration is also showing 2 API input fields (2 key id, 2 v codes) as if there is stuff left over from the previous version.

I tried to uninstall the new mod version, but I get a similar error

Is there a manual way to delete all Eve API Mod files and start fresh?


Also having this error when trying to add a new group or when a new member tries to register.

Time to go back to the old MOD I think, as this is causing major issues.
Wayne Omara
Les Petits Pedestres
Brotherhood of Spacers
#34 - 2016-05-08 22:46:05 UTC  |  Edited by: Wayne Omara
Hello guys,

I've a problem, after installing the API register with auto mod, the EVE API Settings don't show up...
Do you have the solution ?

- phpBB 3.0.14
- automod 1.0.2
- UMIL 1.0.5
- API Registration Remastered

Best regards
Klorrak
CUTTHROATS
The Forsaken Empire
#35 - 2016-05-22 16:50:42 UTC
Quote:
Hello guys,

I've a problem, after installing the API register with auto mod, the EVE API Settings don't show up...
Do you have the solution ?

- phpBB 3.0.14
- automod 1.0.2
- UMIL 1.0.5
- API Registration Remastered

Best regards


Manually add them in acp->system tab->administration control panel
Previous page12