PDA

View Full Version : ioBanana + precheck probs


GReeToZ
11-12-2003, 06:32 PM
ok my pretime Db has some different tables

iobanana needs:

Name, type, timestamp but my db (not owned by me) has
Title , section , time

is there a way to change the iobanana name, type etc?

now i get this error:

200-pretime 4: Error: Unknown column 'name' in 'where clause'

because iobanana had this table

# CREATE TABLE pretimes (
# name varchar(255) NOT NULL default '',
# type varchar(9) NOT NULL default '',
# timestamp int(11) NOT NULL default '0',
# UNIQUE KEY name (name)
# );

and my predb has

| title | varchar(200) | YES | | NULL | |
| time | varchar(20) | YES | | NULL | |
| bot | varchar(30) | YES | | NULL | |
| section | varchar(20) | | | unknown | |

so can i change iobanana?

thanks in advance

GReeToZ

Mouton
11-12-2003, 06:41 PM
I doubt. maybe you can try to hex-edit the .exe to change them, but that's a wild guess.

GReeToZ
11-13-2003, 01:57 AM
ok will try that then. maybe a new 'feature' for further releases :) make the script a bit flexible

I tried it but you cant edit those things...so maybe an idia for an update :) thx

Harm
11-13-2003, 07:20 AM
Have you tried to edit your mysql table ?

I don't plan to add custom mysql tables support to ioBanana in the near future.

GReeToZ
11-13-2003, 07:52 AM
Originally posted by Harm
Have you tried to edit your mysql table ?

I don't plan to add custom mysql tables support to ioBanana in the near future.

i dont own the mysql db, i have read axx to read the pre's so that was not an option :(