Please give me more info. Your readme not explaining everything right.
This is login for FTP?
$localhost = '188.120.112.29';
$user = 'user';
$password = 'password';
$database = 'Airio.db3';
is this ok? or need D:....\Airio.sta.cr.txt\
$file = "Airio.sta.cr.txt";
$file2 = "Airio.sta.un.txt";
What to do with this. In what program or ...?
CREATE TABLE IF NOT EXISTS `airiotable` (
`username` varchar(36) NOT NULL,
`gamenick` varchar(24) default NULL,
`trackname` varchar(4) default '',
`carname` varchar(4) default '',
`totallaps` int(10) default NULL,
`dpoints` int(11) default '0',
`ppoints` int(11) default '0',
`pointsc` int(11) default '0',
`tpoints` int(11) default '0',
`pointsct` int(11) default '0',
`champspt` int(11) default '0',
`champsptt` int(11) default '0',
`time` varchar(24) NOT NULL,
`PBsplit1time` varchar(8) NOT NULL default '',
`PBsplit2time` varchar(8) default '',
`PBsplit3time` varchar(8) default '',
`PBsplit4time` varchar(8) default '',
`TBsector1time` varchar(8) NOT NULL default '',
`TBsector2time` varchar(8) default '',
`TBsector3time` varchar(8) default '',
`TBsector4time` varchar(8) default '',
KEY `username` (`username`),
KEY `trackname` (`trackname`),
KEY `carname` (`carname`),
KEY `totallaps` (`totallaps`),
KEY `pointsc` (`pointsc`),
KEY `tpoints` (`tpoints`),
KEY `pointsct` (`pointsct`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
And in Airio.srv files, is this ok
# Address of a (PHP) script to be run periodically - string
# Periodicity of the script in minutes - integer
# Output of the script is ignored. These items may be used to define
# instance (not server) action, such as a script updating statistics.
# Define multiple scripts using '+' as the address separator.
ScriptInstance=http://fangio.eu5.org/skripta/tab_script.php
ScriptPeriod=10
When i do it manualy a get Copy error