|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Deleware
|
Posted - 2008.10.22 16:49:00 -
[1]
Hi, just browsed through the code, and there is something that looks a bit strange.
in the file editpos.php at line 177 it says "$ouptost_list=array();"
is that a typo? Shouldn't it say outpost instead?
And I got another question, When using the "select character" from the API menu. It always says: "Error Code: 521::Invalid username and/or password passed to UserData.LoginWebUser()"
I checked the link manualy and that works. So it has to be somewhere else.
And another one! :) Is it possible to tell POS checker that I have a simple reactor, connected to a silo which is than conncted to a complex reactor. So the silo although its receaving only fills up with 100m¦ cause the rest (100m¦) gets eaten up by the complex reactor.
|

Deleware
|
Posted - 2008.10.23 15:14:00 -
[2]
Sorry if I ask a bit of a dumb question, but I'm working on a new page to include some information and give an extra overview. How do I include a new template? Those strange names in the template folder, (like: ger^%%BF^BF8^BF8348C8%%production.tp") what do they mean, and how do I make a new template. say for example overview.tpl.php
|

Deleware
|
Posted - 2008.11.02 14:10:00 -
[3]
Is it mandatory to have the required Module "Hash" to Yes? And how do I aktivate it? Anybody can help me with that?
|

Deleware
|
Posted - 2008.11.02 21:39:00 -
[4]
ok, recoded it.
It actually solved the problem that when installing it installs and installs and installs.
in the function getPasswordHash($salt, $password ) replace: "return (hash('md5', $salt.$password ) );" with: "return (md5( $salt.$password ) );"
depending what hash module you have. If you have mhash, than it should be md5() function. If you have the normal hash than its the other function.
|

Deleware
|
Posted - 2008.11.03 15:06:00 -
[5]
Originally by: Johnathan Roark
the hash function is faster, thats why I used it and everyone should have it since its part of php, but sounds like it was disabled on your system
Yes it was. I tryed to write a php.ini but I think because it was dissabled by command line and cause its part of php it wouldn't let me enable it again. I just remember in this thread, that there was someone with the same problem. That while installing it just wouldn't stop intstalling. I guess that was the problem than. Maybe I write a check in the install script that desides wich hash funtion is there to use. When I find the time. But thanks for your help. It's as always: 5h to know whats wrong, 1h to find out how to solve it and 5 secends to change it... :)
|
|
|
|