1
FFGuild
OpenMoogle
  • 2004/6/30 21:29

  • FFGuild

  • Just popping in

  • Posts: 10

  • Since: 2004/5/24


I have tried to wrap OoenMoogle as a module for XOOPS but have no success. Would someone help me wrap this thing up?
The project can be found here.

I tried to make change to the index.php.

2
Bassman
Re: OpenMoogle
  • 2004/6/30 21:34

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


What's Open Moogle? Do you have a link?

3
FFGuild
Re: OpenMoogle
  • 2004/6/30 21:40

  • FFGuild

  • Just popping in

  • Posts: 10

  • Since: 2004/5/24


Click on the "here" of the original thread so you can download the project. The below is what the project produce. It's a search engine for recipie(s) for FFXI.

http://www.ffguild.net/openmoogle/

4
Bassman
Re: OpenMoogle
  • 2004/6/30 21:43

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


Oops sorry, missed that link :) I'll take a look.

5
Bassman
Re: OpenMoogle
  • 2004/7/1 1:32

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


OK, i'm going to try and make it into a module. I don't know how long it will take, though.

6
Bassman
Re: OpenMoogle
  • 2004/7/1 10:57

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


um, do you have any installation instructions in english?

7
FFGuild
Re: OpenMoogle
  • 2004/7/1 16:06

  • FFGuild

  • Just popping in

  • Posts: 10

  • Since: 2004/5/24


here's my setting files

Quote:
//--------------------------------------------------------
// File: openmoogle/setting.php
// Copylight(C) OpenMoogle Project. License is GNU/GPL.
// http://openmoogle.sourceforge.jp
//
// $Id: setting.php,v 1.10 2004/05/03 06:52:39 atarukun Exp $

// General settings
$cache_directory = './cache/';
$numofview_array = array("15","30","50");
$default_numofview = 15;
$default_sort = 0;
define( 'COOKIE_SURVIVE_TIME', 86400 * 30 );
$jp_host = array('.*\.jp', '.*\.bbtec\.net');
$encoding_array = array('ja' => 'EUC-JP', 'en' => 'iso-8859-1');
$is_recipe_cache = false;
//This should set to false unless you have compiled with mbereg support.
$is_exists_mbereg = false;
$moogle_log_filename = '';

// FF settings
$ff_max_skill = 100;

// Please do not change the following.
// $$setting_start$$
$moogle_dbtype = 'mysql'; // 'mysql' or 'pgsql'
$moogle_dbhostname = 'localhost';
$moogle_dbuser = 'user name';
$moogle_dbpass = 'password';
$moogle_dbname = 'database name';
$moogle_hostname = 'www.something.com';
$moogle_currenturipath = '/openmoogle/';
$moogle_uri = 'http://' . $moogle_hostname . $moogle_currenturipath;
$moogle_adminmail = 'something@something.com';
$moogle_system = '1'; // 0=disable 1=enable
$moogle_cache = '';
// $$setting_end$$
?>


The basic installation is to extract the folder and inport the database structure and make changes to the setting.php file.

you can import he data structure from either the openmoogle-pgsql.db or openmoogle-mysql.db. The project doesn't contain any data; it only has the structure.

8
Bassman
Re: OpenMoogle
  • 2004/7/6 23:51

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


Just letting you know, I haven't forgotten about this.

I'm currently on a steep learning curve, porting another script to Xoops. By the looks of this one, it won't be that difficult to do. Hopefully i'll have something by next week.

9
FFGuild
Re: OpenMoogle
  • 2004/7/12 20:23

  • FFGuild

  • Just popping in

  • Posts: 10

  • Since: 2004/5/24


Super.
Would you also put in comments so that I would know where you have made the changes?

Login

Who's Online

782 user(s) are online (69 user(s) are browsing Support Forums)


Members: 0


Guests: 782


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits