View previous topic :: View next topic |
Author |
Message |
Rick Youngman -
Joined: 30 Mar 2008 Posts: 5 Location: Arizona
|
Posted: Sun Mar 30, 2008 12:45 am Post subject: Running a Dos EXE program (and) Serch Engine needed |
|
|
Hi all,
A few weeks ago, I d/l the Free version of Aybss, which is perfect for what I need (a personal server), and first I have to say, this program just plain kicks butt !!
I cannot express, how impressed I am !!
I plan to use it, to do a LOT, once I have everything figgured out, but I have a few questions.
( I am running on Win XP Pro )
I have installed a few simple games ect with CGI, a forumn, a Survey, and a Chat room.. using either Perl scripts or ASP scripts. (all freeware stuff), but I am having a hard time finding a decent Search Engine I can use.
I just need a very simple one. One that will do a simple scan of a HTML document, and show the ENTIRE line that the keyword was found in. (Those html docs would be file listings of my download section, so a user can click the "hot link" and download a file.
here is a sample:(without tags)
<tag> a href= "htdocs/downloads/games1/ZIPFILE.ZIP"<tag> Game 1, Game2, Game3, Game 4 <tag> /a <tag>
whereas Game1,2,3,4, ect are the descriptions of the files included in ZIPFILE.ZIP, that would be found by the Search Engine, and a user only has to click the "hot link" to download the file.
Anyone know of an EZ search engine that can do this ?? (freeware) , or have a script ?? .... there is no need to spider the whole server, just a simple search pane, that will find a keyword in a html doc is all I need.
======= also =====
just for the heck of it, today I wanted to see if Abyss would run a DOS exe file... much to my surprise IT DID !!! ( but the window shut down, before the game could play.
The Game = a Dos text based Adventure game.
Launch from html page was:: a href="htdocs/cgi-bin/mygame/game.exe >launch game </a (ect.)
The game came up, but needs a carriage return to "start", after the intro screen. As soon as I press ENTER , the window shuts down and game window dissappears.
Any idea's as to how to keep the window alive, to let the user play the game ??? (possibly in the html that launched the game ????? I dunno .... maybe a java code launch ?????
<<<< ok I know, launching a EXE file, is probably dangerous.... if not insane, on a server... but I'm just messing with this aspect.... it seems it could be very usefull, if it can be implemented right.
Thanks in advance
Rick _________________ Rick Youngman
Webmaster: Server64
Proudly Running Abyss !! |
|
Back to top |
|
 |
Toasty -
Joined: 21 Feb 2008 Posts: 298 Location: Chicago, IL
|
Posted: Sun Mar 30, 2008 1:49 am Post subject: |
|
|
^You^ wrote: | Anyone know of an EZ search engine that can do this ?? (freeware) , or have a script ?? .... there is no need to spider the whole server, just a simple search pane, that will find a keyword in a html doc is all I need. |
I don't believe a search engine will function properly without indexing your sites content -- Unless you write it yourself to search your backend databases and present the results.
I think Google offers a freeware version of their search you can implement on your own site (You many need to use AdSense for this to work, I'm not sure). _________________ Audit the secure configuration of your server headers! |
|
Back to top |
|
 |
Axis -
Joined: 29 Sep 2003 Posts: 336
|
Posted: Sun Mar 30, 2008 4:17 pm Post subject: |
|
|
Hello Rick--
I would suggest the Fluid Dynamics search engine from www.xav.com .
I have several installations of this software on many sites.
Regards,
Axis |
|
Back to top |
|
 |
pkSML -
Joined: 29 May 2006 Posts: 955 Location: Michigan, USA
|
Posted: Mon Mar 31, 2008 1:18 am Post subject: Re: Running a Dos EXE program (and) Serch Engine needed |
|
|
Rick Youngman wrote: |
just for the heck of it, today I wanted to see if Abyss would run a DOS exe file... much to my surprise IT DID !!! ( but the window shut down, before the game could play.
The Game = a Dos text based Adventure game.
Launch from html page was:: a href="htdocs/cgi-bin/mygame/game.exe >launch game </a (ect.)
The game came up, but needs a carriage return to "start", after the intro screen. As soon as I press ENTER , the window shuts down and game window dissappears.
Any idea's as to how to keep the window alive, to let the user play the game ??? (possibly in the html that launched the game ????? I dunno .... maybe a java code launch ?????
<<<< ok I know, launching a EXE file, is probably dangerous.... if not insane, on a server... but I'm just messing with this aspect.... it seems it could be very usefull, if it can be implemented right.
Thanks in advance
Rick |
Hey Rick. Welcome to the forums.
Nice to hear another Abyss fan!
As for the .exe file, it's not a CGI file, so it can't be run on a web server. If you ported the app into java or flash, then you could play a game online.
A CGI app is requested from the server, it sends information back to the server for output and shuts down. That's just how CGI works. That's because HTTP is stateless (it doesn't keep an ongoing connection).
Hope that makes sense. _________________ Stephen
Need a LitlURL?
http://CodeBin.yi.org |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|