Pages: 1 2 3 4 5 6 7 8 9 [10] :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |
Admiral Tolwyn
|
Posted - 2011.08.02 12:37:00 -
[271]
Hi,
I have wish. Would it be possible to write a normal small install howto, how to install this mod on phpbb3. I have absolutely no idea how to work through this xml files. I know in the phpbb community it has become very cool just to use this files but phpbb3 is the only thing I know which works like this.
Please help me out!
Thanks for your help!
|
Gore Neosilver
|
Posted - 2011.08.10 06:51:00 -
[272]
Hi Admiral Tolwyn, in the ZIP-File is a readme.txt. There you can read what to do, if you have not install any Mod yet. If you have install one, you have to open the XML-File in Firefox or Chrome. In the File is writen what to do and where. It is realy quit easy.
Now my Problem. If i install your MOD in phpBB 3.0.8 it works. But if i make an update or install it on phpBB 3.0.9, i get the Error
SQL ERROR [ mysql4 ]
Table 'myDB.login_attempts' doesn't exist [1146]
Is this a known Error? Or do I something wrong?
Thanks for your reply.
P.S. sorry for my bad english
|
StyphonUK
Caldari Fearless Bandits Fearless Bears
|
Posted - 2011.08.12 18:52:00 -
[273]
Originally by: Gore Neosilver Edited by: Gore Neosilver on 10/08/2011 08:03:51 Hi Admiral Tolwyn, in the ZIP-File is a readme.txt. There you can read what to do, if you have not install any Mod yet. If you have install one, you have to open the XML-File in Firefox or Chrome. In the File is writen what to do and where. It is realy quit easy.
Now my Problem. If i install your MOD in phpBB 3.0.8 it works. But if i make an update or install it on phpBB 3.0.9, i get the Error
SQL ERROR [ mysqli ]
Table 'mydb.LOGIN_ATTEMPT_TABLE' doesn't exist [1146]
Is this a known Error? Or do I something wrong?
Thanks for your reply.
P.S. sorry for my bad english
3.0.9 changed some of the files that this mod changes. That means that Cyerus needs to edit the mod to work with 3.0.9.
|
Balani
|
Posted - 2011.08.14 21:31:00 -
[274]
Someone can tell me how i can automaticaly add the Corporation and Alliance tag into profile field 1 and 2
|
Cyerus
Galactic Dominion Eternal Strife
|
Posted - 2011.08.17 17:15:00 -
[275]
Edited by: Cyerus on 17/08/2011 17:16:11 Working on it.
*shame* I missed the whole 3.0.9 release due to vacation, now I'm trying to catch up. Working as fast as I can guys ;) Just hold with 3.0.8 for now, not many changes in 3.0.9 security wise.
|
EVEVERIFY Cashier
|
Posted - 2011.08.17 17:35:00 -
[276]
Originally by: Cyerus Edited by: Cyerus on 17/08/2011 17:16:11 Working on it.
*shame* I missed the whole 3.0.9 release due to vacation, now I'm trying to catch up. Working as fast as I can guys ;) Just hold with 3.0.8 for now, not many changes in 3.0.9 security wise.
I'm wondering about the coming changes to api keys and how it relates to this mod?
|
Cyerus
Galactic Dominion Eternal Strife
|
Posted - 2011.08.18 18:04:00 -
[277]
Originally by: EVEVERIFY Cashier
Originally by: Cyerus Edited by: Cyerus on 17/08/2011 17:16:11 Working on it.
*shame* I missed the whole 3.0.9 release due to vacation, now I'm trying to catch up. Working as fast as I can guys ;) Just hold with 3.0.8 for now, not many changes in 3.0.9 security wise.
I'm wondering about the coming changes to api keys and how it relates to this mod?
In theory nothing big would change. You still need an UserID / APIkey pare, although named slightly different.
Only difference is that the user will have the chance to select what information to share per UserID / APIkey pair. In other words, he will need to set Username, Corporation and Alliance information in there, else the mod will deny him/her access. When the changes are made final, I'll check out what permissions to set on the UserID / APIkey pair to have a fully functional check.
TL-DR: Nothing to worry about.
|
Johnathan Roark
Caldari The Graduates Morsus Mihi
|
Posted - 2011.08.18 19:49:00 -
[278]
Originally by: Cyerus
Originally by: EVEVERIFY Cashier
Originally by: Cyerus Edited by: Cyerus on 17/08/2011 17:16:11 Working on it.
*shame* I missed the whole 3.0.9 release due to vacation, now I'm trying to catch up. Working as fast as I can guys ;) Just hold with 3.0.8 for now, not many changes in 3.0.9 security wise.
I'm wondering about the coming changes to api keys and how it relates to this mod?
In theory nothing big would change. You still need an UserID / APIkey pare, although named slightly different.
Only difference is that the user will have the chance to select what information to share per UserID / APIkey pair. In other words, he will need to set Username, Corporation and Alliance information in there, else the mod will deny him/her access. When the changes are made final, I'll check out what permissions to set on the UserID / APIkey pair to have a fully functional check.
TL-DR: Nothing to worry about.
Instead of checking Characters, all you really need to do is check APIKeyInfo, returns the same info as Characters did.
POS-Tracker 3.0 Hosting |
Zylinda
|
Posted - 2011.08.26 19:07:00 -
[279]
I'm about to setup a new corp forum, and was hoping to base it around PHPBB 3.0.9, and the Stargate Portal.
I'm more than happy to throw some ISK towards this project, as it is a very useful tool to use.
Just wondered if there is any ETA on a 3.0.9 update though before I decide whether to use 3.08 or not?
|
Zylinda
|
Posted - 2011.08.29 16:50:00 -
[280]
Ok, I went ahead and installed this on a fresh installation of PHPBB v3.0.9
There is one error, which I'm guessing actually applies to all versions:
'INVALID_CHAR_NAME' isn't defined in the character files, so a new registration could get frustrated as they wouldn't see an error message.
However, following ALL the instructions (modifications to the php, adding the new files, and running the SQL updates), this API mod works perfectly.
The included 'api_cron.php' file can be used to automatically update all registered members to check change of corp/alliance membership. This can be run manually, or you could set this up with you host if you know how to.
You do have to edit the 3.0.9 files as listed in the 'install_api_registration_4.6.xml' file, so you CAN'T just copy in the files from 'pre_edit' directory as you could for 3.0.8
I hope this helps.
|
|
Pattux
|
Posted - 2011.09.01 16:29:00 -
[281]
Doesn't work with the new API (Incarna 1.1) system. The old API system does still work, but is deprecated.
|
Cyerus
Galactic Dominion Eternal Strife
|
Posted - 2011.09.01 16:59:00 -
[282]
Originally by: Pattux Doesn't work with the new API (Incarna 1.1) system. The old API system does still work, but is deprecated.
Working on it, release will be tomorrow.
|
Primus Doom
|
Posted - 2011.09.06 19:38:00 -
[283]
/poke the dev.
just standing by :D id be willing to test any beta release =)
*starting up new forums for alliance and we wanted to implement this.
|
|
|
|
Pages: 1 2 3 4 5 6 7 8 9 [10] :: one page |
First page | Previous page | Next page | Last page |