UnitedForums - UK Web Hosting Forum UnitedHosting Community Hosting Forums
Network and Server StatusCustomer SupportUK Web Hosting
UnitedHostingUnitedHosting Sitemap UK Hosting ForumUK Web HostingWeb Hosting ForumsUK Reseller HostingWeb Host CommunityUK Managed Dedicated ServersHosting Help and SupportUK Domain Name Registration

Go Back   UnitedForums.co.uk > UnitedHosting Community > Website Development & Scripting

Reply
 
Thread Tools Rate Thread Display Modes
Old 12th February 2003, 01:05 PM   #1 (permalink)
mommie_geek
Raging Fan Girl
 
mommie_geek's Avatar
 
Join Date: Jan 2003
Location: Ohio, USA
Posts: 145
Send a message via AIM to mommie_geek
Seeking yet another script . . .

This one might be a little more difficult, but I'm going to try and describe what I need.

I am running a fiction (and fan fiction) archive on my website. What I would like would be a script of some sort that would work dynamically within the website to find and display stories for specific categories instead of me having to code the links to the stories individually.

I know this would probably need a MySQL database with a script on the front end, but I don't even know where to begin to look.

For more details on what I'm going for, here is an example: http://www.fanfiction.net (Beware of the pop ups!) When you select a category on that site, it pulls up all the sub categories, or the stories in that category/subcategory.

Is there anything like that out there, or will I have to dive in and start plugging away at learning full blown PHP (or CGI) for myself?
__________________
Visit Alternate Realities
mommie_geek is offline   Reply With Quote
Old 12th February 2003, 01:28 PM   #2 (permalink)
Euge
Registered User
 
Euge's Avatar
 
Join Date: Feb 2003
Location: Lost in confusion
Posts: 700
Re:Seeking yet another script . . .

Have a look at www.HotScripts.com

I did a search for "categories" in the php section. Maybe this one will work:
http://www.hotscripts.com/Detailed/19030.html
Euge is offline   Reply With Quote
Old 12th February 2003, 01:46 PM   #3 (permalink)
UH-Matt
Administrator
 
UH-Matt's Avatar
 
Join Date: Oct 2002
Location: London, UK
Posts: 8,135
Re:Seeking yet another script . . .

Speak to "phpevo" on these forums, he does excellent PHP scripting and i doubt this system would take him very long to code for you!

Matt.
__________________
.
Matt
UnitedHosting Staff

For official support please use our helpdesk at UnitedSupport.co.uk

UnitedHosting proudly hosting more than 20,000 sites since 1998.
UH-Matt is offline   Reply With Quote
Old 12th February 2003, 02:05 PM   #4 (permalink)
mommie_geek
Raging Fan Girl
 
mommie_geek's Avatar
 
Join Date: Jan 2003
Location: Ohio, USA
Posts: 145
Send a message via AIM to mommie_geek
Re:Seeking yet another script . . .

I tried to private message phpevo and got an invalid user name. :- Is that the correct username?
__________________
Visit Alternate Realities
mommie_geek is offline   Reply With Quote
Old 12th February 2003, 02:07 PM   #5 (permalink)
UH-Matt
Administrator
 
UH-Matt's Avatar
 
Join Date: Oct 2002
Location: London, UK
Posts: 8,135
Re:Seeking yet another script . . .

Try: "evo4ever"

__________________
.
Matt
UnitedHosting Staff

For official support please use our helpdesk at UnitedSupport.co.uk

UnitedHosting proudly hosting more than 20,000 sites since 1998.
UH-Matt is offline   Reply With Quote
Old 12th February 2003, 02:52 PM   #6 (permalink)
DrPoppers
Senior Member
 
Join Date: Jan 2003
Location: The home of football. Derby
Posts: 189
Re:Seeking yet another script . . .

Have a look at this

http://www.hotscripts.com/Detailed/19513.html

Its a postnuke module (www.postnuke.org) and they mention the fanfiction site in the description.
DrPoppers is offline   Reply With Quote
Old 12th February 2003, 04:39 PM   #7 (permalink)
mommie_geek
Raging Fan Girl
 
mommie_geek's Avatar
 
Join Date: Jan 2003
Location: Ohio, USA
Posts: 145
Send a message via AIM to mommie_geek
Re:Seeking yet another script . . .

It looks like exactly what I'm looking for, but I'm not familiar with Postnuke. What are they all about? It seems like I would have to install their postnuke module first ( ??? ) and then this other module.

Has anyone used any Postnuke modules?
__________________
Visit Alternate Realities
mommie_geek is offline   Reply With Quote
Old 12th February 2003, 04:56 PM   #8 (permalink)
DrPoppers
Senior Member
 
Join Date: Jan 2003
Location: The home of football. Derby
Posts: 189
Re:Seeking yet another script . . .

Postnuke is really rather simple, it's a content management system that was a fork of the phpnuke project. It runs news, polls and manages users etc. It's dead easy to install and runs pretty well. You then install additional modules into the system such as a gallery, event calendar etc and I'm assuming the fiction module runs similarly to these.

There are absolutely loads of extra modules available and it uses themes so you can quite easily change the look of your pages.

I've used a mixture of phpnuke and postnuke over the last couple of years without any problems.

It is dead easy to install using the installation script (it just asks for database name, password, username) and sets itself up.

Hope this helps
DrPoppers is offline   Reply With Quote
Old 12th February 2003, 04:57 PM   #9 (permalink)
Euge
Registered User
 
Euge's Avatar
 
Join Date: Feb 2003
Location: Lost in confusion
Posts: 700
Re:Seeking yet another script . . .

Except when I visit their homepage http://www.fictioneer.net/ I get tons of errors.
Euge is offline   Reply With Quote
Old 12th February 2003, 04:59 PM   #10 (permalink)
UH-Matt
Administrator
 
UH-Matt's Avatar
 
Join Date: Oct 2002
Location: London, UK
Posts: 8,135
Re:Seeking yet another script . . .

[quote author=Euge link=board=7;threadid=351;start=0#msg2192 date=1045069054]
Except when I visit their homepage http://www.fictioneer.net/ I get tons of errors.
[/quote]

Looks like someone deleted the themes folder - Not a script error.

mommie_geek : I would say try it out in a private folder. See if it works how you want - worst that can happen is you waste 10 minutes installing it

__________________
.
Matt
UnitedHosting Staff

For official support please use our helpdesk at UnitedSupport.co.uk

UnitedHosting proudly hosting more than 20,000 sites since 1998.
UH-Matt is offline   Reply With Quote
Old 12th February 2003, 05:06 PM   #11 (permalink)
DrPoppers
Senior Member
 
Join Date: Jan 2003
Location: The home of football. Derby
Posts: 189
Re:Seeking yet another script . . .

I noticed that, although the download link works ok.
DrPoppers is offline   Reply With Quote
Old 12th February 2003, 06:16 PM   #12 (permalink)
mommie_geek
Raging Fan Girl
 
mommie_geek's Avatar
 
Join Date: Jan 2003
Location: Ohio, USA
Posts: 145
Send a message via AIM to mommie_geek
Re:Seeking yet another script . . .

One more question (and thanks so much for all the help so far!)

If I install it say to directory /test and find that I like it and can use it, then reinstall it where I want it, will I have to have a new mySQL database, or will the install simply write over the database I'm using?
__________________
Visit Alternate Realities
mommie_geek is offline   Reply With Quote
Old 12th February 2003, 07:33 PM   #13 (permalink)
DrPoppers
Senior Member
 
Join Date: Jan 2003
Location: The home of football. Derby
Posts: 189
Re:Seeking yet another script . . .

possibly, but if you back up your db before moving it you can always restore it after moving. I don't think any pathnames are stored in the database so probably just moving the files would work.
DrPoppers is offline   Reply With Quote
Old 12th February 2003, 07:36 PM   #14 (permalink)
DrPoppers
Senior Member
 
Join Date: Jan 2003
Location: The home of football. Derby
Posts: 189
Re:Seeking yet another script . . .

Just found another one for you, this one is perl though I think.

http://scripts.21stcenturyhost.net/
DrPoppers is offline   Reply With Quote
Old 13th February 2003, 04:47 PM   #15 (permalink)
mommie_geek
Raging Fan Girl
 
mommie_geek's Avatar
 
Join Date: Jan 2003
Location: Ohio, USA
Posts: 145
Send a message via AIM to mommie_geek
Re:Seeking yet another script . . .

[quote author=DrPoppers link=board=7;threadid=351;start=0#msg2208 date=1045078591]
Just found another one for you, this one is perl though I think.

http://scripts.21stcenturyhost.net/
[/quote]

I'm trying this one, but now I'm having a problem. I thought I would inquire here before going to support, because this is more of a scripting issue (I think)

I loaded the cgi scripts/files into the directory mainwebsite_cgi

Then I followed the instructions of the script and created a directory in the cgi-bin called stories.

Now, when I go to run the program, I get the following error:

Fatal Error
Could not open /home/user/cgi-bin/stories/text/genres.cgi: No such file or directory


Now, the directory structure of the script is like this:

/cgi-bin
---------/stories
--------------------/flags
--------------------/members
--------------------/templates
--------------------/text

All of the actual program files are located in the /cgi-bin/stories directory.

So, what did I do wrong?

Edited to add: Ok, I figured out where to go to change the path settings, but I guess what I need to know now, is what should my path be?
__________________
Visit Alternate Realities
mommie_geek is offline   Reply With Quote
Old 13th February 2003, 04:54 PM   #16 (permalink)
UH-Matt
Administrator
 
UH-Matt's Avatar
 
Join Date: Oct 2002
Location: London, UK
Posts: 8,135
Re:Seeking yet another script . . .

its trying to open:

"/home/user/cgi-bin/stories/text/genres.cgi"

That path doesnt exist, you need to use the absolute path to your account.
__________________
.
Matt
UnitedHosting Staff

For official support please use our helpdesk at UnitedSupport.co.uk

UnitedHosting proudly hosting more than 20,000 sites since 1998.
UH-Matt is offline   Reply With Quote
Old 13th February 2003, 05:14 PM   #17 (permalink)
mommie_geek
Raging Fan Girl
 
mommie_geek's Avatar
 
Join Date: Jan 2003
Location: Ohio, USA
Posts: 145
Send a message via AIM to mommie_geek
Re:Seeking yet another script . . .

What would the absolute path be?

Would that be home/user/mainwebsite_cgi . . .

or would it be mydomain/cgi-bin/ . . .
__________________
Visit Alternate Realities
mommie_geek is offline   Reply With Quote
Old 13th February 2003, 05:17 PM   #18 (permalink)
UH-Matt
Administrator
 
UH-Matt's Avatar
 
Join Date: Oct 2002
Location: London, UK
Posts: 8,135
Re:Seeking yet another script . . .

"/home/virtual/site01/fst/var/www/cgi-bin/stories/text/genres.cgi"

But the site number needs to be your site number.
Can you email our support@unitedhosting.co.uk with your domain and username so we can get your site number for you.

(im not in the office to do it right now)
__________________
.
Matt
UnitedHosting Staff

For official support please use our helpdesk at UnitedSupport.co.uk

UnitedHosting proudly hosting more than 20,000 sites since 1998.
UH-Matt is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT. The time now is 09:16 PM.

UK Web Hosting  |  UK Reseller Hosting  |  UK Dedicated Servers UnitedHosting  |  UnitedSupport  |  UnitedForums  |  SEO by vBSEO 3.0.0
Copyright © 1998-2008 United Communications Limited. All Rights Reserved. Registered in England and Wales 3651923 - VAT Reg No. 737662309