Jump to content

Sydok

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Sydok's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi,   I'm trying to write a script that will access a website and look for specific text on the site using PHP, is this possible using http and also have it not regisiter as hit on their stats page. I'm trying to create this script for a Server Monitor, I've seen scripts out there that all they do is check to see if they can connect to the port but i want this to be able to see if anything is actually coming up. Thank you in Advance Ron
  2. Thanks Ken I'll give that a try and see what happens
  3. Need help have a an issue using file_get_contents with an ftp account I have trying to create a script to access using FTP and then grabbing the contents of a file where it is choking is shown below: $sFile2 =file_get_contents("ftp://username%40domainname.com:password@domainname.com/html/test_get.php"); Error Message received: Warning:file_get_contents(ftp://...@****.****.com:*****@*****.******.com/mainwebsite_html/test_get.php): failed to open stream: Success in /home/*****/public_html/test_get.php on line 76 The Url if tested in a Browser works Fine. Tested using a different FTP site works fine. Need to be able to do this for this FTP site trying to setup a Site Monitor don't want to just test Ports I believe it is actually choking at "username@domainname.com" the server that I am trying to access requires the username formatted in that way. Is there a way to solve this issue????? Please Help!!!!!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.