Features:
System Requirements:
|
Submitter: Anonymous
Updated On: 2004/09/11
Version: 1.13
Release Status:
Downloads: 8074
File Size: 99.12 Kb
Rating:
![]() Reviews: ![]() Mirrors Available: 0 Download Times:
Modem(56k) : 16s
ISDN(64k) : 14s DSL(768k) : 1s LAN(10M) : 0.09s |
||||
Price: Free |
Platform: 2.0.x |
License: Apache License (v. 1.0) |
Limitations: None
|
|||||
Debaser
(2004/11/07)
|
Stats
(2004/06/17)
|
Comments Search
(2004/06/17)
|
Google Search Krakite
(2004/06/16)
|
Aleatoire
(2004/06/16)
|
Addressbook
(2004/06/16)
|
myPinup 2.1
(2004/06/16)
|
Symantec Alert Block
(2004/06/16)
|
XoopsDigger
(2004/06/16)
|
Metamoteur
(2004/06/16)
|
BopComments 0.61
(2004/06/16)
|
A Slot Management System
(2004/06/15)
|
Block Utils 1.0
(2004/06/15)
|
Zmagazine 1.0
(2004/04/28)
|
bfStats
(2004/04/28)
|
xMail
(2004/04/28)
|
Camportail 1.1
(2004/04/28)
|
TechThemeConfig Bundle
(2004/04/28)
|
WebFTP
(2004/04/28)
|
Book Lists 0.8
(2004/04/28)
|
Author | Thread |
---|
Hi,
Its a good module. However if you are using mysqlv5.0, you need to make few update for the SQL changes.
1. Add ENGINE=MyISAM at the end of the mysql.sql create table
2. Replace line 12 of question.php by :
$xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix("dictionary")." (letter, name, definition, state) VALUES ('' , '$name', '', '$state')");
3. Replace line 13 of submit.php by :
$xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix("dictionary")." (letter, name, definition, state) VALUES ('$letter' , '$name', '$definition', '$state')");
4. Replace line 17 of add-def.php by :
$xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix("dictionary")." (letter, name, definition, state) VALUES ('$letter', '$name', '$definition', '$state')");
5. Replace line 36 of import.php by :
$insert = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix("dictionary")." (letter, name, definition, state) VALUES ('".$glo['lettre']."','".$glo['nom']."','".$glo['definition']."','".$glo['affiche']."')");
Good Luck
Deepak
http://www.AquariumHomeCare.com