Hi m8.
i have been trying to install your mod all day long, but since i am a complete dummy when it comes to php and sqlite i got stuck there.
i get kinda this message "Error: Statistics: SQLite extension for PHP is not installed!"
i downloaded you mod v.0.10 run the config.cfg creator and so on.
and when i tried to start it it said no root or something like that
so i figured that i should install php on my computer so i did v 5.3.0 and selected the option "do not setup a webserver" dont know if that was right thing to do but i took a shot.
the i tried to start it again and i got this messeage "Error: Statistics: SQLite extension for PHP is not installed!" so i google a bit and finaly i find that php v 5.3.0 has sqlite3 expansion whit from the beginning so i tried to follow your guide to install PHP for windows but i don't get it.
In the directory where you unzipped now the entire files (eg C: \ php \), there is a file called php.ini-recommended. This easy to identify you in php.ini.
Then you open the file by double-clicking.
The file is now displayed in an editor. Search now indicated by the lines (Ctrl + F) and change it as indicated from.
All changes are underlined with marknumbers(<--what does this mean?). *
(the numbers down below are they rows in the php.ini file?)
Find and Replace with 373 display_errors = Off display_errors = On (here i figured that i should set display_errors to on??)
383 log_errors = On log_errors = Off (here i figured that i should set log_errors to off??)
but all of thease below i cant figure out what i should do, they look the same in the php.ini file exept for the last 2 (699 and 700)
542 extension_dir = ". /" Extension_dir = "ext"
667; extension = php_gd2.dll extension = php_gd2.dll
681; extension = php_mysql.dll extension = php_mysql.dll
685; extension = php_pdo.dll extension = php_pdo.dll
699; extension = extension = php_sqlite.dll php_sockets.dll
(mine look like this:
[PHP_SOCKETS]
extension=php_sockets.dll)
700; extension = extension = php_sqlite.dll php_sqlite.dll
(and this
[PHP_SQLITE3]
extension=php_sqlite3.dll)
- ) Can be line numbers, depending on the version (a little different here: 5.2.10)
The file is saved and closed.
Now the installation is complete
is there something i should do after this?
MVH/Daniel