hi markus happy to see yo here this sound really great!
tell me something when you need italian translation of it
Search found 6 matches
- Wed Sep 28, 2005 11:23 am
- Forum: SQL Parser
- Topic: Welcome to the SQL Parser forum
- Replies: 2
- Views: 24903
- Thu Jul 14, 2005 11:05 am
- Forum: EMC Discussion
- Topic: Fixing English Easymod language
- Replies: 9
- Views: 19853
Re: Fixing English Easymod language
Sure, it would decrease the amount of escaped quotes, but it would also increase the processing time, because it would cause PHP to look for variables to process within each language string. This is not something that one would want to implement.
are you sure? i'm not a guru of php but the ...
- Wed Jun 29, 2005 8:40 am
- Forum: General EM Discussion
- Topic: [AITW] Bypass EM password, as an option?
- Replies: 5
- Views: 6951
Re: Bypass EM password, as an option?
agree, is a great idea
- Mon Jun 27, 2005 2:18 pm
- Forum: EMC Discussion
- Topic: Fixing English Easymod language
- Replies: 9
- Views: 19853
Fixing English Easymod language
<?php
/***************************************************************************
* lang_easymod.php [English]
* -------------------
* begin : Saturday, Mar 22 2003
* copyright : (C) 2002-2004 by Nuttzy - Craig Nuttall, 2005 The phpBB Group
* email : [email protected]
*
* $Id: ...
/***************************************************************************
* lang_easymod.php [English]
* -------------------
* begin : Saturday, Mar 22 2003
* copyright : (C) 2002-2004 by Nuttzy - Craig Nuttall, 2005 The phpBB Group
* email : [email protected]
*
* $Id: ...
- Tue Sep 21, 2004 12:09 pm
- Forum: General EM Discussion
- Topic: Using the Bug Tracker
- Replies: 5
- Views: 12553
Re: Using the Bug Tracker
confirmed bug persist in 0.0.1.3
fix is simple:
before instaling easymod:
OPEN
easymod_install.php
FIND
mod_title varchar(50) NULL DEFAULT '',
REPLACE WITH
mod_title varchar(255) NULL DEFAULT '',
FIND
mod_title varchar(50) NULL DEFAULT '',
REPLACE WITH
mod_title varchar(255) NULL ...
fix is simple:
before instaling easymod:
OPEN
easymod_install.php
FIND
mod_title varchar(50) NULL DEFAULT '',
REPLACE WITH
mod_title varchar(255) NULL DEFAULT '',
FIND
mod_title varchar(50) NULL DEFAULT '',
REPLACE WITH
mod_title varchar(255) NULL ...
- Sun Jan 18, 2004 10:38 pm
- Forum: Installing EasyMOD
- Topic: General Configuration Error - Please Help
- Replies: 6
- Views: 5501
Re: General Configuration Error - Please Help
i've the same problem can you post the fix here
Code: Select all
open
file php
find
function bugged
replace with
function corrected