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.
 

phpBB 3.x API Registration Mod v6+

Author
salia Shiar
The Scope
Gallente Federation
#201 - 2012-04-13 15:42:47 UTC
so is no one else having my issue?
Stribog
H A V O C
Fraternity.
#202 - 2012-04-15 10:00:46 UTC
I am getting the "The value you entered is too short. The value you entered is too short." error on the registration page. I have cleared the template cache like the previous poster said however that didn't clear the problem. I have restored from back and tried the whole thing again with the same results. any assistance would be appreciated.
Felsaa
Imperial Shipment
Amarr Empire
#203 - 2012-04-16 19:01:35 UTC
I'm back but relating to the evefit feature, some items are not in displaying correctly, they appear as a question mark. After logging into Mysql and the items are not in the database.

I'm a total noob with the sql and wonder if anyone else can help me and how update any newly named items.

Thanks in advance.
Stribog
H A V O C
Fraternity.
#204 - 2012-04-16 19:57:10 UTC
Stribog wrote:
I am getting the "The value you entered is too short. The value you entered is too short." error on the registration page. I have cleared the template cache like the previous poster said however that didn't clear the problem. I have restored from back and tried the whole thing again with the same results. any assistance would be appreciated.



Ok I'm a tard but since I was a tard I'll tell everyone what I did wrong and what I did to fix it so hopeful someone gets something useful out of it.

Follow basic instructions

Everything in the folder you download is needed. Copy the contents of both the pre_edit and the new_files into the phpbb directory then run the sql scripts on your database (I also put them in the root of the forums folder cause someone said to do that in a prior post but that doesn't really make since that it is doing anything unless a script in one of the php files is somehow accessing it.)

Good learning experience so far to say the least. =)
Eric Deloitte
The Flowing Penguins
#205 - 2012-04-17 08:24:08 UTC  |  Edited by: Eric Deloitte
We have a member on our forum who left one of the allowed corps sometime ago, but can still log in, do I need to activate something to automatically boot non-alliance members?

I understand there is a cron job, but I cant run cron jobs from my current server am I stuck or is there a work around

Regards
Eugene Spencer
Set Phasers To Malky
#206 - 2012-04-18 00:28:25 UTC  |  Edited by: Eugene Spencer
I have a straaaange problem where, when a user re-activates their account eveapi_update.php, the account is reactivated, the user is set to the correct group, but the eveapi_keyId and eveapi_vCode is not updated - there are no values. This means whenever eveapi_cron.php is run, the user is removed and deactivated.

A user CAN update their API key again in account management (ucp.php?i=profile&mode=reg_details), and the key and vcode are stored in the database.

Any ideas?

Edit: Newly registered users are also okay - their key and vcode are stored correctly in the database.

I have a specific comb for my beard.

salia Shiar
The Scope
Gallente Federation
#207 - 2012-04-19 06:46:13 UTC
Eric Deloitte wrote:
We have a member on our forum who left one of the allowed corps sometime ago, but can still log in, do I need to activate something to automatically boot non-alliance members?

I understand there is a cron job, but I cant run cron jobs from my current server am I stuck or is there a work around

Regards


the best way for you if you can't install a cron job would be run the http://url.com/eveapi_cron.php this will mannually run the item that is run by the cron job for you. Know that you will have to comment out the lines that are in error at least i had to.
salia Shiar
The Scope
Gallente Federation
#208 - 2012-04-19 06:47:23 UTC
Eugene Spencer wrote:
I have a straaaange problem where, when a user re-activates their account eveapi_update.php, the account is reactivated, the user is set to the correct group, but the eveapi_keyId and eveapi_vCode is not updated - there are no values. This means whenever eveapi_cron.php is run, the user is removed and deactivated.

A user CAN update their API key again in account management (ucp.php?i=profile&mode=reg_details), and the key and vcode are stored in the database.

Any ideas?

Edit: Newly registered users are also okay - their key and vcode are stored correctly in the database.


hmm i'm gonna have to check this out myself, maybe this is the issue i'm having with my users.
Eugene Spencer
Set Phasers To Malky
#209 - 2012-04-19 09:00:54 UTC
The easiest way to check if it is the same issue is to reactivate an account, and then check the account screen. If no API details appear where they should, the reactivation script didn't store the API details.

I spoke to Cyerus yesterday and he didn't know what was going on. He's hoping to release version 5.4 very soon. Once that's installed, we can check to see if the issue still exists and he will investigate :)

Looking forward to the new version!

I have a specific comb for my beard.

Eric Deloitte
The Flowing Penguins
#210 - 2012-04-19 15:51:22 UTC
salia Shiar wrote:

the best way for you if you can't install a cron job would be run the http://url.com/eveapi_cron.php this will mannually run the item that is run by the cron job for you. Know that you will have to comment out the lines that are in error at least i had to.


Yes that was what I thought I may have to do after speaking to my ISP.

I dont supose it would be posible to get a copy of your edited file to save some work Blink
KongGal
Circle-0f-Two
Circle-Of-Two
#211 - 2012-04-19 16:46:31 UTC
Eric Deloitte wrote:
salia Shiar wrote:

the best way for you if you can't install a cron job would be run the http://url.com/eveapi_cron.php this will mannually run the item that is run by the cron job for you. Know that you will have to comment out the lines that are in error at least i had to.


Yes that was what I thought I may have to do after speaking to my ISP.

I dont supose it would be posible to get a copy of your edited file to save some work Blink



Line 45 in eveapi_cron.php
Quote:
cronlog("TeamSpeak 3 Framework -> version " . TeamSpeak3::LIB_VERSION);


to

Quote:
//cronlog("TeamSpeak 3 Framework -> version " . TeamSpeak3::LIB_VERSION);


also who is your host?

all webhost i know of do allowe Cronjobs and have a webpanel for it
Eric Deloitte
The Flowing Penguins
#212 - 2012-04-19 18:27:12 UTC  |  Edited by: Eric Deloitte
cheers for that

Am with one.com

£10 for the year, guess you get what you pay for Ugh

Edit: that worked a treat, cheers, although it stripped people from all other groups than those immune, is that right?
KongGal
Circle-0f-Two
Circle-Of-Two
#213 - 2012-04-20 02:07:56 UTC
Eric Deloitte wrote:
cheers for that

Am with one.com

£10 for the year, guess you get what you pay for Ugh

Edit: that worked a treat, cheers, although it stripped people from all other groups than those immune, is that right?


if it stripped people from the group yoou assigned via default user group then some config is not set right or bad API's keys

and also ues one.com dont use cronjob / dont allowed them but i can advice hostgator.com they are also really cheap but offer the most for the money "kinda to much for the money"

» Web Hosting Packages
Plans
Disk Space UNLIMITED
Bandwidth UNLIMITED
Domains Allowed 1
» Package Details
Site Builder
24x7 Support
Instant Backups
No Contract!
99.9% Uptime Guarantee
45 Day Money Back Guarantee
Free / Instant Setup
» Domain / FTP Features
Sub Domains UNLIMITED
FTP Accounts UNLIMITED
» Supported Web Hosting Features
WordPress Hosting
MySQL Databases UNLIMITED
CGI
Fast CGI
PHP 5
Ruby On Rails
SSH
Perl
Python
SSI
Cron
FrontPage
Curl
GD 2
Image Magick
Streaming Audio/Video
Free Module Installation
» E-mail Hosting
POP3 Accounts UNLIMITED
Web Mail
E-mail Alias
Auto Responders
Mailing Lists
Catch Alls
Spam Assassin
Mail Forwarding
IMAP Support
SMTP
» Control Panel Features
Latest cPanel
Fantastico
Soholaunch
Hotlink Protection
IP Deny Manager
Custom Error Pages
Instant Blogs
Instant Portals
Instant PHPnuke
Instant Forums
Instant Guestbook
Instant Counter
Instant FormMail
Redirect URL
Web Based File Manager
PW Protected Directories
phpMyAdmin
» Website / Ftp Statistics
AWStats (Real Time Updates)
Webalizer
Raw Log Manager
Referrer Logs
Error Logs
» E-Commerce Features
Shared SSL
osCommerce
ZenCart
Cube Cart

all that for just 10 USD per month

if that somethign you could think you then please use eve10online as a discount coupon, it will give you a discount on $9.94 on the first bill
Eric Deloitte
The Flowing Penguins
#214 - 2012-04-20 09:37:49 UTC
That is a lot, i'll keep them in mind if we move.

I dont think I was explaining the group stripping clearly

Say Person A Has Corp X group automatically assigned by the API mod and then I also assign them Group B which is ignored in the API setup and Group C wich is doesnt have an exception set up in the API mod., when I run the scrip, Person A will only remain in Corp X Group & Group B, Group C is stripped from them

Hope that makes sense
wafflethief
Aliastra
Gallente Federation
#215 - 2012-04-21 03:02:02 UTC
trying to edit a user's details in acp, cant save changes.
Quote:

Warning

Must provide userID or keyID parameter for authentication.
Character and API settings do not match -> [username]
KongGal
Circle-0f-Two
Circle-Of-Two
#216 - 2012-04-21 19:36:30 UTC
Eric Deloitte wrote:
That is a lot, i'll keep them in mind if we move.

I dont think I was explaining the group stripping clearly

Say Person A Has Corp X group automatically assigned by the API mod and then I also assign them Group B which is ignored in the API setup and Group C wich is doesnt have an exception set up in the API mod., when I run the scrip, Person A will only remain in Corp X Group & Group B, Group C is stripped from them

Hope that makes sense



i guess you you need to put Group C is immun list

when the scrip runs then it see persons in a group it dont have a ignore on and remove them since its not are there corp group or an ignored group
Felsaa
Imperial Shipment
Amarr Empire
#217 - 2012-04-22 10:34:33 UTC
I'm experiencing an issue with the cron, it is occasionally making members inactive even though their API is still active.

It's quite frustrating that this appears to be happening more and more often, the member count it up to around 55 so it isn't a large figure, also had 3 member from ignored group 2 of which were admins.

Please let me know if anyone else is experiencing this issue and have any suggestion as to why I'm having this problem and if there's anything I can do?

Regards

F
Decaedron
The Wings of Maak
#218 - 2012-04-22 12:57:36 UTC
Felsaa wrote:
I'm experiencing an issue with the cron, it is occasionally making members inactive even though their API is still active.

It's quite frustrating that this appears to be happening more and more often, the member count it up to around 55 so it isn't a large figure, also had 3 member from ignored group 2 of which were admins.

Please let me know if anyone else is experiencing this issue and have any suggestion as to why I'm having this problem and if there's anything I can do?

Regards

F



Hi ! I'm also experiencing this issue : some random user accounts get disabled, even if the API keys are correct. I have to manually reactivate the accounts from the ACP. If I hit the cron page just after that, everything just goes fine !
I'm glad I'm not the only one having this problem at least :)
Felsaa
Imperial Shipment
Amarr Empire
#219 - 2012-04-22 19:21:19 UTC
Decaedron wrote:



Hi ! I'm also experiencing this issue : some random user accounts get disabled, even if the API keys are correct. I have to manually reactivate the accounts from the ACP. If I hit the cron page just after that, everything just goes fine !
I'm glad I'm not the only one having this problem at least :)


I've disabled the auto cronjob and will manually run until I see the issue happen, I don't know if it's relating to how long the job takes to run and this is causing a problem when scheduled job.
Geezer-UK
Systems High Guard
Tactical Narcotics Team
#220 - 2012-04-23 07:44:46 UTC
Anyone got a mySQL dump of the Item Name Changes CCP has made so can update the eveItems & eveFittings

Website  = www.synergyreaction.co.uk