Pages: 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 30 40 .. 44 :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Cyerus
Galactic Dominion Eternal Strife
7
|
Posted - 2011.11.03 00:19:00 -
[61] - Quote
JustSharkbait wrote:I got the files and all put in the right places, and things from that end are working fine. However, i cannot figure out what to do with the sql files in that folder.
Where do they go?
Or do i have to upload those to mysql database?
Import all the SQL files manually into your database. Your webhost should have a tool similar to phpMyAdmin somewhere, which can help out greatly (import functionality). |

Simon Victor
Axiom Holdings Axiom Alliance
6
|
Posted - 2011.11.03 06:41:00 -
[62] - Quote
Cyerus wrote:Desas wrote:First of all Great job Cyerus ! Simon Victor wrote:
- Ability for the Cron job to ignore multiple forum and TS3 groups (not just the default ones, and one "special" group) or actually have it so it won't remove them from certain groups if they have valid API info, but it won't add them automatically to those groups.
Yeah thats indeed a pretty annoying feature. I have a transition period from apiv1 to apiv2 on our forums atm . As soon ppls update their api details they get removed from other groups .. even the special ones leaving them behind in the standard group. That's a bug. A special group is supposed to be like that; You have to manually join it, and it should not disappear when running the cronjob. I think this peace of code got lost somewhere in the transition, and I have to admit that I didn't check that. Will deploy fix in v5.1 Also, I will make an install guide whenever I have the chance; probably this weekend, busy week =/
Awesome! I just want you to know that I've been ripping this mod apart looking at the code and such, and although I'm not any genius in the field of PHP I can tell that you've done a great job. I appreciate your work, and once I have ISK again I will certainly make a donation for your time :)
Thanks again!
And just a tip: For anyone having issues with avatars not downloading or showing up in threads, you will need to have the members who are having problems delete current (even if it says they have none) and re-download avatar. Took me awhile to figure that out. It was happening for the people who were already members of the forums with previous avatars. I tried to edit those members' avatars from the ACP, but that function didn't work for some reason so they have to do it themselves. I approve of this message... |

JustSharkbait
Methodical Destruction The Methodical Alliance
0
|
Posted - 2011.11.03 07:08:00 -
[63] - Quote
Thanks for your help. I do have PHPmyadmin. I will upload the files. I will let you know if i have any further trouble. |

Simon Victor
Axiom Holdings Axiom Alliance
6
|
Posted - 2011.11.03 09:11:00 -
[64] - Quote
Cyrerus, can you tell me real quick how to make the cron job ignore group id's? I just suspended it for now. I think it's important to run it, but it's just been too annoying with removing people from my own admin groups. Thanks! I approve of this message... |

L0SER18q
War Tactical Groups White Noise.
0
|
Posted - 2011.11.03 10:32:00 -
[65] - Quote
Cyrerus, is it possible to relize next version in MODX format for easy update and installation? |

Fredan
Alpha Shooters
0
|
Posted - 2011.11.03 23:32:00 -
[66] - Quote
L0SER18q wrote:Cyrerus, is it possible to relize next version in MODX format for easy update and installation?
IMO, it is better having the mod this way than in MODX, as as long as you do not want to install toons of mods to your board, you should be fine.....
Perhaps we could have this mod in the two variants or something like that? |

L0SER18q
War Tactical Groups White Noise.
0
|
Posted - 2011.11.04 10:03:00 -
[67] - Quote
Fredan wrote: IMO, it is better having the mod this way than in MODX, as as long as you do not want to install toons of mods to your board, you should be fine.....
Perhaps we could have this mod in the two variants or something like that?
Mods in MODX format automatically installed by AutoMod, imho it's simplest way. Why are any more variants? Now impossible to install this mod if you already install any another mod, because installed mods would be broken. This distribution way only for fresh phpBB. |

Fredan
Alpha Shooters
0
|
Posted - 2011.11.04 15:24:00 -
[68] - Quote
L0SER18q wrote:Fredan wrote: IMO, it is better having the mod this way than in MODX, as as long as you do not want to install toons of mods to your board, you should be fine.....
Perhaps we could have this mod in the two variants or something like that?
Mods in MODX format automatically installed by AutoMod, imho it's simplest way. Why are any more variants? Now impossible to install this mod if you already install any another mod, because installed mods would be broken. This distribution way only for fresh phpBB.
But then you are installing a file modifier script, which might be exploited opening security flaws which many admins do not want.... |

Noh Senz
Stellar Union of Carbears Killers
0
|
Posted - 2011.11.05 15:29:00 -
[69] - Quote
Cyerus wrote:1) Avatar resizingIt's not a bug, it's a feature. Let's assume you have the EVE Portrait Size selected to Medium (128x128), it will resize all Avatar pictures to 128x128. This is to ensure unity. The EVE Portraits are downloaded in 256x256 format, then resize to whatever you size you have set; this is to allow easy switching between sizes without having to redownload all the Portraits. However, this feature can be disabled, but it requires some manual work.
- Open pre_edit/includes/functions_display.php in notepad (I suggest Notepad++ if you don't mind installing it)
- Scroll to the bottom, where you should see the following 5 lines:
Quote:if ($config['eveapi_validation'] && $config['eveapi_portrait']) { $avatar_width = $config['eveapi_portrait_size']; $avatar_height = $config['eveapi_portrait_size']; }
- Remove those 5 lines and save the file.
- Upload the file and clear you forums cache.
Or force avatar's width to match config parameters, but keep original image ratio :
Quote: if ($config['eveapi_validation'] && $config['eveapi_portrait']) { $avatar_ratio = $avatar_width / $avatar_height; $avatar_width = $config['eveapi_portrait_size']; $avatar_height = round($config['eveapi_portrait_size'] / $avatar_ratio); }
Very good work by the way. I've selected your project amongst other similar components. Too bad it has to be so intrusive into phpBB code though... oh well ! |

Cyerus
Galactic Dominion Eternal Strife
8
|
Posted - 2011.11.07 19:53:00 -
[70] - Quote
Here are the scheduled fixes for version 5.1;
- Ignore errors from ini_set in eveapi_cron.php
- AdminCP option to select if forum group should be set as default group
- UserCP to hide TeamSpeak UID box whenever TeamSpeak 3 integration is disabled
- AdminCP option to enable / disable avatar resizing to select EVE Portrait Size
- Correctly ignoring "Special forumgroups" when running eveapi_cron.php
- Extending "Special-groups" for both Forum and TeamSpeak to 5 each
- Removing the ability to set default forumgroups (like Registered Users, Global Moderaters, Administrator, etc.) as selectable groups for EVE entities
- Removing Mumble integration since it involves installing mods at webserver level, rather than using PHP files only.
Let me know if I missed anything.
Also, I will create a MODX file soonish, although I'm not sure if that will be compatible with AutoMOD. |
|

Cyerus
Galactic Dominion Eternal Strife
8
|
Posted - 2011.11.08 12:04:00 -
[71] - Quote
I have updated the package to fix a small issue. If you have already downloaded v5.1 prior to this message, you will need to download the package again.
Don''t forget to 'Clear Cache' and Remove / Reinstall the EVE API modules. |

Furtran
0
|
Posted - 2011.11.08 19:22:00 -
[72] - Quote
acp_users.php str #951 BAD String > if ($config['evepi_validation'] && $update_keyId && $update_vCode) NEED This > if ($config['eveapi_validation'] && $update_keyId && $update_vCode) |

Indigo Morchebe
BSC LEGION Tactical Narcotics Team
0
|
Posted - 2011.11.09 22:48:00 -
[73] - Quote
Total noob question...
I have done the following:
FTPed the files to the right folders imported the sql files (x3) using myphpadmin followed the instructions in the first two posts checked cURL is enabled cleared cache
phpbb version 3.0.9 clean install turned off Spam counter measures in ACP
Edit:
I have set Enable API validation ON I have set Enable Corporation management ON with correct details
tried registering a new user but the reg seems to be not passing to the mod...
In the phpbb ACP - User registration settings which Account activation type do I choose? |

Indigo Morchebe
BSC LEGION Tactical Narcotics Team
0
|
Posted - 2011.11.10 01:37:00 -
[74] - Quote
Well... some success
I am not sure which change helped but...
I downloaded the latest 5.1 files and reloaded them but also cleared the styles cache as well...
I am now getting the additional two api fields - however i now get this error when registering...
General Error
SQL ERROR [ mysqli ]
Unknown column 'eveapi_keyId' in 'field list' [1054]
An SQL error occurred while fetching this page. |

Negativestatus
Never Enough Ammo Exodus.
0
|
Posted - 2011.11.10 04:47:00 -
[75] - Quote
Indigo Morchebe wrote:Well... some success
I am not sure which change helped but...
I downloaded the latest 5.1 files and reloaded them but also cleared the styles cache as well...
I am now getting the additional two api fields - however i now get this error when registering...
General Error
SQL ERROR [ mysqli ]
Unknown column 'eveapi_keyId' in 'field list' [1054]
An SQL error occurred while fetching this page.
Did you import the SQL files into your database using PHPMYADMIN or mysql? |

Indigo Morchebe
BSC LEGION Tactical Narcotics Team
0
|
Posted - 2011.11.10 21:08:00 -
[76] - Quote
PHPMYADMIN
I had to re-import a few times as there was errors but eventually all three were successful
it would not kill me to start a new db for that matter. |

Indigo Morchebe
BSC LEGION Tactical Narcotics Team
0
|
Posted - 2011.11.10 21:31:00 -
[77] - Quote
I did a search for field list within the db and looked through 12 tables but I didnt find the 'eveapi_keyId' Unknown column
Not being a db techie I will start with a clean db and do the import with mysql tools |

Indigo Morchebe
BSC LEGION Tactical Narcotics Team
0
|
Posted - 2011.11.10 23:11:00 -
[78] - Quote
Hmm...
Started from scratch and still get the same error. I have narrowed it down to the "default.sql" file import. I am getting an error on import
Error SQL query: ALTERTABLE phpbb_users ADDCOLUMN eveapi_keyId INTUNSIGNED NOTNULL DEFAULT0 AFTER user_reminded_time; #1146 - Table 'mycorp_forum.phpbb_users' doesn't exist |

Indigo Morchebe
BSC LEGION Tactical Narcotics Team
0
|
Posted - 2011.11.10 23:51:00 -
[79] - Quote
Firstly my apologies for the running commentary
I have found the fault.
Installing a non standard phpbb was the cause...
phpbb install - Database settings - prefix for tables in database - "phpbb_"
and I have always put the following "phpbb_forums" so the tables in default didnt match. Come to think of it this would explain some other strange mod outcomes as well.
So the table mycorp_forum.phpbb_users definately didnt exist as it was called mycorp_forum.phpbb_forumsusers' |

Zae'dra Xanthe
Scythians Bloodbound.
1
|
Posted - 2011.11.11 09:55:00 -
[80] - Quote
Any idea why I'm getting this when I try to enter my TeamSpeak server UID and hit submit?
Quote:exception 'TeamSpeak3_Helper_Exception' with message 'invalid URI supplied' in /var/www/bb/web/forum/includes/eveapi/TeamSpeak3/Helper/Uri.php:133 Stack trace: #0 /var/www/bb/web/forum/includes/eveapi/TeamSpeak3/TeamSpeak3.php(287): TeamSpeak3_Helper_Uri->__construct('serverquery://b...') #1 /var/www/bb/web/forum/includes/eveapi/functions_eveapi.php(81): TeamSpeak3::factory('serverquery://b...') #2 /var/www/bb/web/forum/includes/acp/acp_users.php(973): eveapi_setTeamSpeakGroups('MKGNGTYVx0fD3wR...', Array, 'Khroam') #3 /var/www/bb/web/forum/includes/functions_module.php(507): acp_users->main('users', 'overview') #4 /var/www/bb/web/forum/adm/index.php(74): p_master->load_active() #5 {main}
Also, the TS reg doesn't seem to work. To clarify a few points:
1. TS server is on a different machine (does this matter?) 2. IP of the connecting server (where the forum is) is whitelisted 3. The MOD was installed on a fresh instance of phpBB3 3.0.9 with no other mods, however, data was imported from another phpBB3 forum (same version) with the old EVE API mod. 4. I'm also seeing this in my config panel (is this normal?) screenshotscreenshot 5. The drop-downs where I must select a group in any part of the MOD does not contain any pre-determined forum groups, only those that have been created manually.
I appreciate your attention! Thanks in advance! |
|

Zae'dra Xanthe
Scythians Bloodbound.
1
|
Posted - 2011.11.11 10:24:00 -
[81] - Quote
Well, I figured out how to fix it for my case (guess for some reason TS serverquery didnt like my nickname). Here's what I did:
1. Opened up "includes/eveapi/functions_eveapi.php" 2. Went to line 81 of the file. 3. Found this:
Quote: $ts3_VirtualServer = TeamSpeak3::factory("serverquery://" . $config["eveapi_ts_username"] . ":" . $config["eveapi_ts_password"] . "@" . $config["eveapi_ts_ip"] . ":" . $config["eveapi_ts_port_query"] . "/?server_port=" . $config["eveapi_ts_port_server"] . $nickname);
4. Replaced with:
Quote: $ts3_VirtualServer = TeamSpeak3::factory("serverquery://" . $config["eveapi_ts_username"] . ":" . $config["eveapi_ts_password"] . "@" . $config["eveapi_ts_ip"] . ":" . $config["eveapi_ts_port_query"] . "/?server_port=" . $config["eveapi_ts_port_server"]);
This just removed the "nickname" part from the server, but that did the trick for me. Cheers. |

Cyerus
Galactic Dominion Eternal Strife
10
|
Posted - 2011.11.11 11:26:00 -
[82] - Quote
Zae'dra Xanthe wrote:Any idea why I'm getting this when I try to enter my TeamSpeak server UID and hit submit? Quote:exception 'TeamSpeak3_Helper_Exception' with message 'invalid URI supplied' in /var/www/bb/web/forum/includes/eveapi/TeamSpeak3/Helper/Uri.php:133 Stack trace: #0 /var/www/bb/web/forum/includes/eveapi/TeamSpeak3/TeamSpeak3.php(287): TeamSpeak3_Helper_Uri->__construct('serverquery://b...') #1 /var/www/bb/web/forum/includes/eveapi/functions_eveapi.php(81): TeamSpeak3::factory('serverquery://b...') #2 /var/www/bb/web/forum/includes/acp/acp_users.php(973): eveapi_setTeamSpeakGroups('MKGNGTYVx0fD3wR...', Array, 'Khroam') #3 /var/www/bb/web/forum/includes/functions_module.php(507): acp_users->main('users', 'overview') #4 /var/www/bb/web/forum/adm/index.php(74): p_master->load_active() #5 {main} Also, the TS reg doesn't seem to work. To clarify a few points: 1. TS server is on a different machine (does this matter?) 2. IP of the connecting server (where the forum is) is whitelisted 3. The MOD was installed on a fresh instance of phpBB3 3.0.9 with no other mods, however, data was imported from another phpBB3 forum (same version) with the old EVE API mod. 4. I'm also seeing this in my config panel (is this normal?) screenshotscreenshot5. The drop-downs where I must select a group in any part of the MOD does not contain any pre-determined forum groups, only those that have been created manually. I appreciate your attention! Thanks in advance!
- TeamSpeak on another server doesn't matter.
- Screenshots are normal behavior; mod supports up to 5 special groups for both forum and TeamSpeak. Reason they look the same, is that they use the same language file.
- Dropdown menu doesn't show defaultgroups on purpose, you should always make your own groups for each EVE Entity. Within phpBB you can easily add the permissions of those default groups to any other group you like.
Even though you have fixed it, let me explain what the error is about. 'invalid URI supplied' means that something is wrong with the URI used to connect to the TeamSpeak server. Settings for that URI can be changed in the AdminCP, as well as the 'nickname' flag. If you keep that 'nickname' flag empty, you don't need to manually edit the code and remove it there. |

Nathan WAKE
Osiris Entreprises OSE Fondation
5
|
Posted - 2011.11.11 11:55:00 -
[83] - Quote
Hello Cyerus,
A bit off topic over here, but just wanted to let you know that I managed to successful install my MOD over yours on a fresh 3.09 board.
Modifications are very light and really just concern the "posting_buttons.html" file. I'll rewrite my "install.xml" file to reflect that and send it to you by mail.
Also, you have a table called "eveapi_items" which contains part of the info I use in the "phpbb_eve_items" table , but not all.
Merge are keep both tables ?
Cheers
Nathan "I'm a very good housekeeper. Each time I get a divorce, I keep the house"
Zaza Gabor |

Zae'dra Xanthe
Scythians Bloodbound.
1
|
Posted - 2011.11.11 12:01:00 -
[84] - Quote
Cyerus wrote:Zae'dra Xanthe wrote:Any idea why I'm getting this when I try to enter my TeamSpeak server UID and hit submit? Quote:exception 'TeamSpeak3_Helper_Exception' with message 'invalid URI supplied' in /var/www/bb/web/forum/includes/eveapi/TeamSpeak3/Helper/Uri.php:133 Stack trace: #0 /var/www/bb/web/forum/includes/eveapi/TeamSpeak3/TeamSpeak3.php(287): TeamSpeak3_Helper_Uri->__construct('serverquery://b...') #1 /var/www/bb/web/forum/includes/eveapi/functions_eveapi.php(81): TeamSpeak3::factory('serverquery://b...') #2 /var/www/bb/web/forum/includes/acp/acp_users.php(973): eveapi_setTeamSpeakGroups('MKGNGTYVx0fD3wR...', Array, 'Khroam') #3 /var/www/bb/web/forum/includes/functions_module.php(507): acp_users->main('users', 'overview') #4 /var/www/bb/web/forum/adm/index.php(74): p_master->load_active() #5 {main} Also, the TS reg doesn't seem to work. To clarify a few points: 1. TS server is on a different machine (does this matter?) 2. IP of the connecting server (where the forum is) is whitelisted 3. The MOD was installed on a fresh instance of phpBB3 3.0.9 with no other mods, however, data was imported from another phpBB3 forum (same version) with the old EVE API mod. 4. I'm also seeing this in my config panel (is this normal?) screenshotscreenshot5. The drop-downs where I must select a group in any part of the MOD does not contain any pre-determined forum groups, only those that have been created manually. I appreciate your attention! Thanks in advance!
- TeamSpeak on another server doesn't matter.
- Screenshots are normal behavior; mod supports up to 5 special groups for both forum and TeamSpeak. Reason they look the same, is that they use the same language file.
- Dropdown menu doesn't show defaultgroups on purpose, you should always make your own groups for each EVE Entity. Within phpBB you can easily add the permissions of those default groups to any other group you like.
Even though you have fixed it, let me explain what the error is about. 'invalid URI supplied' means that something is wrong with the URI used to connect to the TeamSpeak server. Settings for that URI can be changed in the AdminCP, as well as the 'nickname' flag. If you keep that 'nickname' flag empty, you don't need to manually edit the code and remove it there.
Thanks for the reply. It's just that your installation screenie has the "Registered users" group available, so that why I wondered. MOD works like a charm, thanks a lot for this!
|

Desas
Shiva Morsus Mihi
0
|
Posted - 2011.11.13 19:10:00 -
[85] - Quote
Hello, was the cron meant to be fixed removing ppls from other user groups with version 5.1? Cause on our forum they are still getting remoed :( Did I miss to replace a file?
"Cronlog" wrote:11-13-2011 19:04:00 Username User is part of corporation -> Corp 11-13-2011 19:04:00 Username Removing user from Forum group -> Group A 11-13-2011 19:04:00 Username Removing user from Forum group -> Group B
Thx in advance
Desas |

Cyerus
Galactic Dominion Eternal Strife
11
|
Posted - 2011.11.13 20:16:00 -
[86] - Quote
Desas wrote:Hello, was the cron meant to be fixed removing ppls from other user groups with version 5.1? Cause on our forum they are still getting remoed :( Did I miss to replace a file? "Cronlog" wrote:11-13-2011 19:04:00 Username User is part of corporation -> Corp 11-13-2011 19:04:00 Username Removing user from Forum group -> Group A 11-13-2011 19:04:00 Username Removing user from Forum group -> Group B
Thx in advance Desas
Be sure to upload all the php files from that package to your webhost, and clear your cache. Replacing only eveapi.cron.php is not enough.
Also, there is no need to install the .sql files when upgrading from 5.0 to 5.1, since they haven't changed. |

Attoy Camow
Chaotic Makers Shadow of xXDEATHXx
0
|
Posted - 2011.11.13 21:36:00 -
[87] - Quote
I'd try to install your awesome mod on my corporation phpBB forum. I checked the folder tree on the package and I saw a folder named 'pre_edit'. My phpBB is already modded and I think I've edited also a couple of files on the 'pre_edit' folder.
Have you got some sort of 'search for:' and 'replace with:' instructions to edit those files? I'm a little bit preoccupied to upload the 'pre_edit' folder because I'm scared to mess with previous installed mod.
Thanks in advance for your support.
Bst rgds, Attoy. |

Cyerus
Galactic Dominion Eternal Strife
11
|
Posted - 2011.11.14 17:14:00 -
[88] - Quote
Attoy Camow wrote:I'd try to install your awesome mod on my corporation phpBB forum. I checked the folder tree on the package and I saw a folder named 'pre_edit'. My phpBB is already modded and I think I've edited also a couple of files on the 'pre_edit' folder.
Have you got some sort of 'search for:' and 'replace with:' instructions to edit those files? I'm a little bit preoccupied to upload the 'pre_edit' folder because I'm scared to mess with previous installed mod.
Thanks in advance for your support.
Bst rgds, Attoy.
Will be added in the v5.2 package once released. |

Attoy Camow
Chaotic Makers Shadow of xXDEATHXx
0
|
Posted - 2011.11.14 18:16:00 -
[89] - Quote
Cyerus wrote:Will be added in the v5.2 package once released.
Awesome!
edit: Is it possible during the registration process that phpbb will asks only for KeyID, verification key and permits the user to choose the username from the character on the given api key? |

Zae'dra Xanthe
Scythians Bloodbound.
1
|
Posted - 2011.11.16 22:18:00 -
[90] - Quote
Desas wrote:Hello, was the cron meant to be fixed removing ppls from other user groups with version 5.1? Cause on our forum they are still getting remoed :( Did I miss to replace a file? "Cronlog" wrote:11-13-2011 19:04:00 Username User is part of corporation -> Corp 11-13-2011 19:04:00 Username Removing user from Forum group -> Group A 11-13-2011 19:04:00 Username Removing user from Forum group -> Group B
Thx in advance Desas
Experiencing the same issue... all users get removed from all other usergroups except the one they register into. |
|
|
|
|
Pages: 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 30 40 .. 44 :: one page |
First page | Previous page | Next page | Last page |