Search found 81 matches

by morpheus2matrix
Wed Sep 17, 2003 7:22 am
Forum: Installing EasyMOD
Topic: Easymod cleaning
Replies: 10
Views: 9149

Re: Easymod cleaning

arf yes, you're right : i forgot this point :? :oops:
by morpheus2matrix
Tue Sep 16, 2003 7:17 am
Forum: General EM Discussion
Topic: [BUG REPORT] Too short fields
Replies: 10
Views: 14844

Re: Too short fields

arf, you're right : v 1.0.0 beta 1.20 (RC) seems to be not good :lol:

but like i never use version number like this one, i don't have this problem : i always use a version system like x.y.z and that's all :wink:
by morpheus2matrix
Mon Sep 15, 2003 9:15 pm
Forum: General EM Discussion
Topic: [BUG REPORT] Too short fields
Replies: 10
Views: 14844

Re: Too short fields

i think mod_version (15) is good. Generally, mod_version is something like x.y.z at the max, it could be (but will never be) 255.255.255. So 15 is enough.


Just my opinion :)
by morpheus2matrix
Mon Sep 15, 2003 9:13 pm
Forum: Installing EasyMOD
Topic: Easymod cleaning
Replies: 10
Views: 9149

Re: Easymod cleaning

for the moment, the only way to clean your forum of the MOD's installed is to un-modified yourself the files modded by the MOD's installed. An uninstaller of the MOD's will be added in a next version of EasyMod.
by morpheus2matrix
Wed Sep 10, 2003 7:30 am
Forum: General EM Discussion
Topic: [rejected] "Turn off password" select
Replies: 27
Views: 25507

Re: "Turn off password" select

and what about i've already said : what will you do if you have more than 1 admin ? they will be able to install MOD's (in a next version of EM, if it will integrated an upload install file feature)
by morpheus2matrix
Wed Sep 10, 2003 7:26 am
Forum: Installing EasyMOD
Topic: can't get past step one....yeh
Replies: 4
Views: 6238

Re: can't get past step one....yeh

yes, again a SAFE MODE restrictions problem :cry:
by morpheus2matrix
Wed Sep 10, 2003 7:25 am
Forum: Installing EasyMOD
Topic: Installation problem
Replies: 7
Views: 5433

Re: Installation problem

:?

also, looks like a SAFE MODE problem :?
by morpheus2matrix
Tue Sep 09, 2003 2:25 pm
Forum: General EM Discussion
Topic: bug or freak
Replies: 10
Views: 14396

Re: bug or freak

i'm sorry but i don't understand what's your problem :roll:
by morpheus2matrix
Tue Sep 09, 2003 12:02 pm
Forum: General EM Discussion
Topic: PostgreSQL Bug
Replies: 7
Views: 9053

Re: PostgreSQL Bug

Cool :P
by morpheus2matrix
Tue Sep 09, 2003 7:47 am
Forum: General EM Discussion
Topic: PostgreSQL Bug
Replies: 7
Views: 9053

Re: PostgreSQL Bug

correct code should be :

$sql[] = "CREATE SEQUENCE " . EASYMOD_TABLE . "_mod_id_seq start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1" ;

$sql[] = "CREATE TABLE " . EASYMOD_TABLE . " (
mod_id int4 NOT NULL DEFAULT nextval('" . EASYMOD_TABLE . "_mod_id_seq'text),
CONSTRAINT PK ...