Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: chvol
  • Order by date
  1. chvol

    User and Password

    In the Sokkit/PHPTriad/Apache webserver how can I determine and set the value of the User Name and the Password, or disable these questions from being asked when accessing PHPMyAdmin? Charlie
  2. chvol

    Program Stops after 10 Minutes

    1. "There is an explicit example of the very clientside code needed to reload the page. But you keep asking the question. There is also an explicit example of how to achieve the same with PHP code." No. I didn't repeat the question - I asked how to do what the answer called for. Do you...
  3. chvol

    Program Randomly Stops

    you are making use of the rank of URLs returned by Google" is a lie. This is expressly prohibited by their TOS and as I said I don't make use of that. "You are most likely violating their copyright." No, because I am not publishing the data. One is allowed to read copyrighted material and...
  4. chvol

    Program Stops after 10 Minutes

    Hmm, I see you have decided to leave out the reasons for running this script in this thread. tut tut tut. I think you will find no more answers in this thread than the other one! might i suggest you try another project that does not involve ripping stuff off google! there are plenty of...
  5. chvol

    Program Stops after 10 Minutes

    I am trying to find out how to "send output to the browser that triggers the reloading of the page". That doesn't sound like it is particular to snoopy. I was also told to "run the script from the command line", which doesn't sound like it is particular to snoopy. Those who would like to help...
  6. chvol

    Program Randomly Stops

    Yes, you are making use of the rank of URLs returned by Google. This is why you are searching only the first page of Google's results." That's not true. If I was concerned with the URLS and their rank, I WOULDN'T stop at the first page. It is the opposite. I don't look at the URLs, much...
  7. chvol

    Program Stops after 10 Minutes

    Get a book and spend some of your own brain power to solve your problem." That's a hell of a thing to say on a forum where people post problems. Gad. "All the information needed has already been provided." If that were true, I wouldn't have asked the follow-up question. "Carefully consider...
  8. chvol

    Program Randomly Stops

    "You did not personally determine what site is ranked higher or appears on Google's first page. This is what can cause you legal trouble." I am glad to hear that, because I don't look at the rank of the URLs returned, only the single number on the page that is the total number of finds, to...
  9. chvol

    Program Randomly Stops

    Wrong. You are making some very bad assumptions. The other thread is a separate issue. As it says, I was asking about writing my own search engine, not using google's. The current post has to do with a program that checks how many finds that Google reports, in order to sort a list by how...
  10. chvol

    Program Randomly Stops

    Who knows how to do any of the following (1-3)? 1. “You're going to want to run it not through the web server, but via the command line.” 2. “You can use a combination of PHP with client side code to keep the script running. Set a particular number of pages to be processed, a number lower...
  11. chvol

    Program Stops after 10 Minutes

    I don't know what is wrong with saying that you don't know what something means, so I will ignore the previous post and try one last time on this forum. Can anyone tell me explicitly how to solve my problem of my PHP program stopping after a while? All I know how to do is to start up Apache...
  12. chvol

    Program Stops after 10 Minutes

    1. max_executiontime=0 2. no set_time_limit 3. no error messages 4. the time it takes is random (even when rerun) 5. Remember: the program with only CPU use runs indefinitely - for hours. 6. It is going through thousands of URLs
  13. chvol

    Program Stops after 10 Minutes

    I don’t know what hardly any of this means. 1. You can use a combination of PHP with client side code to keep the script running. This doesn’t seem to be saying for me to do anything, only promising that the problem can be fixed. 2. Set a particular number of pages to be processed, a number...
  14. chvol

    Program Stops after 10 Minutes

    Internet Explorer
  15. chvol

    Program Stops after 10 Minutes

    I am trying to run my PHP program that uses class Snoopy to access the HTML of web pages. It goes through about 300 pages for 10 minutes, then stops. A program that uses only CPU, periodically writing the current time, runs for hours with no problem. If I can’t fix it, an alternate solution...
  16. chvol

    SNOOPY when URL is Redirected

    Thanks, but it doesn't seem to be anywhere in the HTML. So how can I see what the client is translating it into? Charlie
  17. chvol

    SNOOPY when URL is Redirected

    I am writing a program in PHP that accesses the HTML of a given URL via class SNOOPY. However, some URLs change into another one e.g. http://www.247paintball.com becomes http://www.247paintball.com/forum/index.php if you connect to it. How can I tell that this URL changes like that? I think...
  18. chvol

    Snoopy & Search Engines in PHP

    It is easy to access the HTML of a given URL and parse it to determine its contents and links to follow recursively. That is not the problem. Here is the problem: How do I determine the initial URL(s) that I have to start with which connect via links to all URLs that are out there? For...
  19. chvol

    Snoopy & Search Engines in PHP

    "You'll have to write a spider, which goes out across IP addresses and domain-name URLs fetching content" And how do I do that? How about some PHP code? (Why do people say "oh, just do XYZ" and not explain how to???) chvol@aol.com
  20. chvol

    Snoopy & Search Engines in PHP

    1. If all I want is the HTML from a given URL, e.g. http://www.google.com, what is the advantage of using class Snoopy vs. simply $html=join(“”,file(”http://www.google.com”)); ? 2. How can I write a search engine in PHP, other than by calling another search engine? I can walk through the...

Part and Inventory Search

Back
Top