You are not logged in.
Pages: 1
Hey there,
since few days we`ve running two N!tMod servers and all is fine
But is it possible to make support for mysql databases next to the SQLite support
and can you change please the output in the image-txt files?
Original (with braces) :
Date: 07-23-15 17:23:43
File: 1050f5edd4dbbd889d9c2380e4debc72.jpg
Player: Any Name (Any Name)
IP: 255.255.255.255
NGUID: 1234567890123456789012
MAC: 00-00-00-00-00-00
to (with quotes)
Date: 07-23-15 17:23:43
File: 1050f5edd4dbbd889d9c2380e4debc72.jpg
Player: 'Any Name' "Any Name"
IP: 255.255.255.255
NGUID: 1234567890123456789012
MAC: 00-00-00-00-00-00
because braces instead quotes are horrible to use in php
I just ask bcs i`m writing a script to show screens and other stats
on our homepage...
http://combat-funzone.de/stats/et-proofs/et-screens1/
Regards,
StoerFaktoR
Last edited by StoerFaktoR (24-Jul-15 07:03:44)
Offline
Offline
In PHP or any recent language, you can use regular expressions without problem...
For MySQL, it is open source, so no copyright issue.
Offline
Pages: 1