Author |
Topic |
 MJ Maverick IronPig Sev3rance |
Posted - 2011.04.24 14:20:00 - [ 91]
Great, thanks again Mediak. Have you checked if Kari had the groups set right on his server? |
 Sue Hareka |
Posted - 2011.04.24 16:59:00 - [ 92]
i know this must sound like a noob question how do i make it so the program can read the config.php and not the public |
 Father O'Malley |
Posted - 2011.04.24 18:24:00 - [ 93]
Edited by: Father O''Malley on 09/06/2011 13:01:44
|
 MJ Maverick IronPig Sev3rance |
Posted - 2011.04.24 22:30:00 - [ 94]
@ Sue Hareka: I'm not sure what you mean. The program of course reads config.php otherwise the file would be pointless and the program wouldn't work.
@ Father O'Malley: In config.php set $verbose to "true" to turn on debug mode. Then please paste what the page produces. |
 Father O'Malley |
Posted - 2011.04.25 13:08:00 - [ 95]
Edited by: Father O''Malley on 09/06/2011 13:01:55
|
 Father O'Malley |
Posted - 2011.04.25 13:43:00 - [ 96]
Edited by: Father O''Malley on 09/06/2011 13:02:02
|
 Mediek Ordos Caldari Association of Commonwealth Enterprises Imperial 0rder |
Posted - 2011.04.25 17:43:00 - [ 97]
Edited by: Mediek Ordos on 25/04/2011 17:44:56 Originally by: MJ Maverick Great, thanks again Mediak. Have you checked if Kari had the groups set right on his server?
ok :-) here is what i did, initialy caused some head scratching as on first set and trial it refused to register Kari due to the char already having permissions on TS3 server,so I went to the config of eveots and sure enough the config was set to server group guest "8" so i changed it to one I created on TS3 server called registerd and adjusted the eveots config for blue corps group to match the new TS3 group number. IE. // Teamspeak 3 group for alliance/corp members public $group = 9; // Teamspeak 3 group for people on the whitelist but not in your alliance/corp public $bluegroup = 10; <<<<<<<<<<<<<<<< CHANGED THIS FROM GUEST GROUP 8 // Banner Image public $banner = "images/banner.jpg"; Script then ran through fine on my server just waiting for Kari to alter his server now to run test n his setup, :-) |
 Mediek Ordos Caldari Association of Commonwealth Enterprises Imperial 0rder |
Posted - 2011.04.25 17:46:00 - [ 98]
Originally by: Father O'Malley i have dubbel check the sql tabel is added i am going to try another char
Father do you require some Divine intervention as well, lol, :-) A-C-E |
 Father O'Malley |
Posted - 2011.04.25 17:58:00 - [ 99]
Edited by: Father O''Malley on 09/06/2011 13:02:10
|
 Mediek Ordos Caldari Association of Commonwealth Enterprises Imperial 0rder |
Posted - 2011.04.25 18:04:00 - [ 100]
Originally by: Father O'Malley yes lol
oK ill find you in game m8ty |
 MJ Maverick IronPig Sev3rance |
Posted - 2011.04.26 03:46:00 - [ 101]
Update v1.3: MkII (first post lost due to crappy forum asking me to lo in again. FFS) General code clean up. Handles even more errors properly. Added staged registration as requested (Yay). Added compatibility for option ticker separators as requested. _______________________________________________________________
Something in there for you Mediek, thanks for helping the peeps. Very much appreciated
@ Father O'Malley Looks like a total failure of the functions.php kicking in. Make sure it's uploaded and the file structure is as it should be. If all else fails, convo me in game. |
 Father O'Malley |
Posted - 2011.04.28 00:14:00 - [ 102]
Edited by: Father O''Malley on 09/06/2011 13:02:21
|
 Father O'Malley |
Posted - 2011.04.28 15:32:00 - [ 103]
Edited by: Father O''Malley on 09/06/2011 13:02:35
|
 Father O'Malley |
Posted - 2011.04.28 16:26:00 - [ 104]
Edited by: Father O''Malley on 09/06/2011 13:01:36
|
 Kari Trace Caldari Nox Imperium
|
Posted - 2011.04.29 13:57:00 - [ 105]
Just checking in guys, Ive not had a chance to circle around to finish debugging my EVEOTS install yet. |
 MJ Maverick IronPig Sev3rance |
Posted - 2011.04.29 17:56:00 - [ 106]
No idea what Centos 5 is but thanks for pointing out I left out the option for corps... I've put it in now and uploaded a new copy. |
 robo tim Caldari |
Posted - 2011.05.16 22:33:00 - [ 107]
Edited by: robo tim on 16/05/2011 22:41:47 loving the mod. but i get stuck on registration.
its says "TESTAn error occured: Connection refused [F11]"
I checked ur readme file and u dont say what F11 is and how to correct it.
i checked the config.php file everything is correct, web host IP is in the whitelist for ts. im just now stuck for ideas. |
 MJ Maverick IronPig Sev3rance |
Posted - 2011.05.17 02:21:00 - [ 108]
Have you changed the code at all? There isn't an F11 by default and the "TEST" bit in the message makes me feel you may have changed something. |
 robo tim Caldari |
Posted - 2011.05.17 11:37:00 - [ 109]
i had someone look at the code to see if we could change the code, so we could say what group each corp would go into. As long as they were in the alliance. |
 MJ Maverick IronPig Sev3rance |
Posted - 2011.05.17 13:31:00 - [ 110]
I have no idea what they have changed so I couldn't support you on it too much. But the nearest error is an F11.
Basically your Teamspeak is refusing your connection. Make sure you have restarted your Teamspeak after adding your web server to the whitelist. |
 robo tim Caldari |
Posted - 2011.05.17 13:44:00 - [ 111]
Edited by: robo tim on 17/05/2011 14:39:03 i think the only thing that was changed was part of the config file. im waiting on the guy to get back to me. i have restart the TS server after the IP was added to the whitelist.
the config file looks like this
class Config { // Administrators character public $admin = "robo tim"; // Teamspeak 3 Server Query Information (REQUIRED) public $tshost = "193.104.35.41"; public $tsname = "*****"; public $tspass = "*****"; public $tsport = "11001"; //ServerQuery Port public $tscport = "9987"; //TeamSpeak client port // Database Information (REQUIRED) public $db_host = "localhost"; public $db_user = "********"; public $db_pass = "********"; public $db_name = "********"; // API Connection Testing Information (REQUIRED) - TESTID and TESTname MUST be the characterID and characterName of the SAME character respectively public $TESTID = 935338328; public $TESTname = "MJ Maverick"; // Your alliance name public $ourAlliance = "KRYSIS."; // Your alliance corps, and the Teamspeak 3 group for that corp. - Example: ("Corp1" => 123, "Corp2" => 124); will set Corp1 members to group 123, and Corp2 members to group 124. public $ourCorps = array("GLOBAL DISSENSION" => 19); // Alliance Allys. Similar to Alliance Corps, include the TS3 group for each alliance. - Example: ("Alliance1" => 125, "Alliance 2" => 126); public $allyList = array(); // Corporation Allys. Similar to Alliance Corps and Alliance Allies. - Example: ("Corporation1" => 127, "Corporation 2" => 128); public $corpList = array(); // Debug Mode? (true/false) public $verbose = true; // Banner Image public $banner = "images/banner.jpg"; // Optional ticker spacers. - Example: For "IRNP | MJ Maverick" use "|". public $spacer = " - "; } |
 MJ Maverick IronPig Sev3rance |
Posted - 2011.05.17 17:14:00 - [ 112]
Did you have it working before you changed the code? |
 robo tim Caldari |
Posted - 2011.05.17 17:25:00 - [ 113]
Edited by: robo tim on 17/05/2011 21:06:02 I just replace my config with your config and added the details, and i get this
"An error occured: Connection refused [F10]"
I know the details are correct and the TS server has been restarted, and i know the IP is in the whitelist.
EDIT- it all works now as just a normal fresh install, i had a typo in the serverquery port number :( |
 MJ Maverick IronPig Sev3rance |
Posted - 2011.05.27 18:04:00 - [ 114]
:) Need to be very careful copy/pasting sensitive details. |
 Zyper We See Dead People Atlas. |
Posted - 2011.06.17 09:28:00 - [ 115]
Has anyone else experienced a the error that the script timed out?
I have tried several servers with this script as well as webhosts, and I have had NO luck at all, and sat with MJ on ts3. |
 Nuramori Amarr Drama Llamas
|
Posted - 2011.06.17 20:56:00 - [ 116]
I keep getting the following error, even when I cut and paste the exact way it's supposed to look in the nickname on the client sign in. I could use some help :(
Error: Could not find you on the server, your nickname should be exactly " | ELKA | Nuramori" (Error: invalid clientID [F20])
In fact everyone in the corp is getting this. Running debug, everything looks fine up to this point. Running the bot.php or the cron php returns no errors, but when I manually look in the database, there are no entries. |
 PsyKzz |
Posted - 2011.06.18 11:18:00 - [ 117]
Can this handle users logging in from multiply computers? As my own script worked except you couldnt have users log in from multiply computers,
Also if your looking for someone to help you out let me know. I doubt you need it, but i dont mind getting involved. |
 Nuramori Amarr Drama Llamas
|
Posted - 2011.06.18 12:54:00 - [ 118]
Apparently you can. If you run the ./duplicates.php file via a browser it gives you the instructions how to do what you are asking. |
 muhuh Aihaken |
Posted - 2011.06.21 18:13:00 - [ 119]
A feature request: An option to remove inactive accounts access. |
 Kiyra Chi'Amo |
Posted - 2011.06.21 19:32:00 - [ 120]
MJ, any thoughts on this one?
I used your api reg and found that on my character name the array does not like the return from the api. It comes back to tell me that my name is Kiyra Chi\'Amo and not Kiyra Chi'Amo. When it compares that to the return from api it sees the difference and does not allow access. Any ideas... also when processing the registration I have had both test users get stuck at step 3 and cannot continue from there.
THx |