| Author |
Message |
Subleak New Member


Joined: Nov 05, 2003 Posts: 3
|
Posted:
Wed May 05, 2004 6:06 pm |
|
Recently ive bought a php/mysql book to teach myself how to script and interact with php and mysql ("PHP and MySQL for dynamic websites" excellent book for teaching yourself).
Recently ive created a few pages for an upcoming game "world of warcraft". They allow you to submit quest information to the database and view detailed pages about the quest information submitted.
Well i was curious how to merge these pages into a module and install them in my nuke site. I know ill have to edit the php code and move the tables to my nuke site... I've found a site that attempts to explain how to do this, but it just seems very vague()... and tends to focus on how script in php more so then just telling me how and what i need to add/create to make my pages work with nuke as a module.
Does anyone know of a good guide to help me along? Or maybe a summary of what i need to do for this to work out?
Thanks for any help. |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Wed May 05, 2004 6:25 pm |
|
Have you read the modules.txt file that comes with your nuke distribution? That should help. Then, just take one of the smaller modules/index.php and try to see what's happening. Also, review the Addon_Sample folder in the modules folder. If your distribution does not have that folder, then get an older distribution. Post back if you need more specific help  |
|
|
|
 |
Subleak New Member


Joined: Nov 05, 2003 Posts: 3
|
Posted:
Wed May 05, 2004 11:14 pm |
|
Ouch... Headaches...
Ok ive looked through the files you recommended. I'm running Nuke-PHP 6.9 but i cant fine the modules.txt file (ive seen it before somewhere, but that was months ago)... i looked through the Addon_Sample but i couldnt figure out how to produce links from one php file to another... It doesn't seem like its should be that hard... but geeze, my head hurts just contemplating and sorting through other index files.
do i have to setup some variable... like ive seen "op=" variable sent through the browser link... and have that link to my other php files? |
|
|
|
 |
Raven Site Admin/Owner

Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
|
Posted:
Wed May 05, 2004 11:32 pm |
|
In 6.9 the file is called ADDONS-MODULES |
|
|
|
 |
Subleak New Member


Joined: Nov 05, 2003 Posts: 3
|
Posted:
Wed May 05, 2004 11:53 pm |
|
Found it
Many thanks |
|
|
|
 |
|
|
|
|