Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 2nd, 2008, 1:40 AM   #1
Maxmackey
Unverified User
 
Join Date: Apr 2008
Posts: 5
Rep Power: 0 Maxmackey is on a distinguished road
Need a program developed.

I am in need of a rather simple, yet possibly complicated program.

I need a program that will open a file, scan its text for a certain line and then emit a noise, if that text exists.

If the text does not exist, I need the program to close the file, open it, and repeat.









The file that would be being scanned, updates every time it is closed, with new text. Therefore, there will always be new text.
So I would like a program to continually scan a designated file over and over, and make a sound, if a string of text exists then keep repeating until I tell it to stop.



Strings of text that would make sounds are:
Selected Son of Gigaroth
Selected Valkor the Impaler
Selected General Reklar Plaguebearer.


Also just finding: "Gigaroth", "Impaler", and "Plaguebearer" would be fine.


PLEASE POST IF INTERESTED and set a estimated price.
Maxmackey is offline   Reply With Quote
Old Apr 2nd, 2008, 2:58 AM   #2
Grich
Hobbyist Programmer
 
Grich's Avatar
 
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 192
Rep Power: 2 Grich is on a distinguished road
Re: Need a program developed.

I smell homework....
__________________
SYNTAX ERROR ...
Grich is offline   Reply With Quote
Old Apr 2nd, 2008, 12:32 PM   #3
Maxmackey
Unverified User
 
Join Date: Apr 2008
Posts: 5
Rep Power: 0 Maxmackey is on a distinguished road
Re: Need a program developed.

Haha! Not homework, fortunately. I just like to completely dominate certain monster spawns in a game. They respawn every 6-12 hours, and once their respawn timer starts, they can show up any time from 1 minute to 8 hours. So instead of me sitting at the computer for an extended length of time, watching for these monsters, I would like a program to make an audible notification.
Maxmackey is offline   Reply With Quote
Old Apr 2nd, 2008, 3:31 PM   #4
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 1,869
Rep Power: 5 Sane will become famous soon enough
Send a message via MSN to Sane
Re: Need a program developed.

As you guessed, this is quite simple. And I enjoy crack change. So I could do it in C and give you rights to the source, for 10 bucks via PayPal.

For an extra 10, I could make it read from a configuration file to determine:
- Location of target file
- Number of seconds between file checks
- How many beeps it makes
- Which lines of text it should beep for

But if you don't want to spend an extra 10, you could still change those things by modifying and recompiling the original program.

I'll need a sample file to test it, if you decide to throw the money at me. dr.sane@gmail.com is my Paypal.
Sane is offline   Reply With Quote
Old Apr 2nd, 2008, 3:54 PM   #5
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 1,869
Rep Power: 5 Sane will become famous soon enough
Send a message via MSN to Sane
Re: Need a program developed.

I just saw your other thread and noticed there's a bit more to your problem that you neglected to explain.

It needs to remember the last line it read in the log file, since you don't want it to beep for anything that was already in the log. This will involve some more file manipulation, and I'd ask for an added 5.
Sane is offline   Reply With Quote
Old May 3rd, 2008, 3:59 PM   #6
Watchman
Newbie
 
Join Date: May 2008
Posts: 4
Rep Power: 0 Watchman is an unknown quantity at this point
Re: Need a program developed.

You two have just openly discussed hacking a game, and the latter agreed to do this for payment. Consider yourself both reported. Have a nice day.
Watchman is offline   Reply With Quote
Old May 3rd, 2008, 4:08 PM   #7
kruptof
Professional Programmer
 
kruptof's Avatar
 
Join Date: May 2006
Location: UK - London
Posts: 330
Rep Power: 3 kruptof is on a distinguished road
Re: Need a program developed.

what game
__________________
Quote:
When I was young it seemed that life was so wonderful,a miracle, oh it was beautiful, magical.
Now watch what you say or they'll be calling you a radical,a liberal, oh fanatical, criminal. Oh won't you sign up your name,we'd like to feel you're acceptable, respectable, oh presentable, a vegetable
kruptof is offline   Reply With Quote
Old May 3rd, 2008, 4:19 PM   #8
Watchman
Newbie
 
Join Date: May 2008
Posts: 4
Rep Power: 0 Watchman is an unknown quantity at this point
Re: Need a program developed.

The MMO that houses the 3 boss mobs originally mentioned...

Quote:
Originally Posted by kruptof View Post
what game
Watchman is offline   Reply With Quote
Old May 3rd, 2008, 4:45 PM   #9
Freaky Chris
Professional Programmer
 
Freaky Chris's Avatar
 
Join Date: Dec 2007
Location: England
Posts: 263
Rep Power: 1 Freaky Chris is on a distinguished road
Send a message via MSN to Freaky Chris
Re: Need a program developed.

would you really consider it hacking, personally yes i would in a sense and unfortunatly you can't report someone for hacking because it is perfectly legal, infact most of the people here at PFO are hackers.

If you mean cracking then maybe so. But its a paid job offer that doesn't really relate to the game as such when you consider the fact that the text file could be for anything.

Anyway who would you report them to and what would happen, im interested?
Chris
__________________
Steven Skiena - Algorithms
Freaky Chris is offline   Reply With Quote
Old May 3rd, 2008, 4:50 PM   #10
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 1,869
Rep Power: 5 Sane will become famous soon enough
Send a message via MSN to Sane
Re: Need a program developed.

Watchman, your skewed definition of hacking makes me cringe. He wants a program that emits a beep if it finds text in a log file. Now think for a second... Ready? What criminal charge would be laid upon me? More to the point, what TOS violation is being breached? These are subsidiary automations, nothing more. Not illegal, not hacking, no rules broken, not even unethical. Now stop wasting my time.
Sane is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

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

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
hello, I'd like to write a program for my work. blake_jl Community Introductions 13 Nov 23rd, 2007 4:31 PM
Language display in program Prm753 C++ 3 May 30th, 2006 5:45 PM
Largest Program You've Developed ReggaetonKing Coder's Corner Lounge 32 May 21st, 2006 6:03 PM
Creating a program to test a program sixstringartist C 8 Jan 21st, 2006 1:15 PM
airport Log program using 3D linked List : problem reading from file gemini_shooter C++ 0 Mar 2nd, 2005 4:12 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:05 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC