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: *

  1. countrydj

    Setup samba centos 6.3

    Hi smah... Thanks for your post. However, I have now solved the problem. I followed every installation guide that I could find, with Google, but nothing worked. I then read an email that mentioned NMB. I just checked and NMB wasn't running. So I started it and all worked fine. I must say, in my...
  2. countrydj

    Setup samba centos 6.3

    I am trying to setup samba on centos 6.3. I already have samba working on centos 5. I have followed every instruction that I can find using Google but I still cannot see the samba server with Windows 7 Any advice please. John C =================================== countrydj UK
  3. countrydj

    Cannot get leapftp to logon in windows virtual pc

    Hi Guys... I have just upgraded to Windows 7 and I need to get my leapftp 2.7 to work. I had no problems when I had Windows XP. This is the connection log: [14:17:15] 220 (vsFTPd 2.2.2) [14:17:15] USER ukzone [14:17:15] 331 Please specify the password. [14:17:15] PASS xxxxxx [14:17:15] 230...
  4. countrydj

    Problems receiving SOME mail

    Hi Guys.. I am trying to identify why some emails are not getting through, so I look in my maillog file. Does anybody know what MAIL/EXPN/VRFY/ETRN stands for. I get lots of these in my maillog: ... did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA and I would like to know what...
  5. countrydj

    Why do I get 550 5.1.1 User unknown message ???

    Hi... I am using Centos 5 on my linux server. This is my problem: Using my own server's SMTP (Relaying is allowed from my ip number),if I send an email, using Eudora or any other mail client, to one of my customers it will not send. It gives a 550 5.1.1 User unknown message. I can send email to...
  6. countrydj

    Howto allow specific domains to relay via sendmail

    Hi... I want to allow relaying through my server for specific domains. I know I can allow ip numbers by adding: 80.80.80.80 RELAY to my /etc/mail/access file. I'm sure that it can be done for specific domains but my tests have failed so far. e.g. mydomain.com RELAY Has anybody any ideas how to...
  7. countrydj

    How to check for string in part of a form

    Hi Guys.. many thanks for your help and advise. I will have a look at the documents when I get time, and try the revised code. Thanks again... John C
  8. countrydj

    How to check for string in part of a form

    Hi Guys.. Many thanks for taking the trouble to help me. After all my tests I found that: $pos = strpos($notice, "http://"); if ($pos < 0) { print "Content-Type: text/html\r\n\r\n"; print "URLs not allowed" ; } didn't work. It just kept giving me a server error. I used: print "URLs not...
  9. countrydj

    How to check for string in part of a form

    Hi feherke... Boy !!! That was quick !!! Thanks very much... I will need to test 3 or 4 strings. e.g. http:\\ and www. and https\\ Can you tell me how to do this. e.g. $pos1 = strpos($notice, "http://"); $pos2 = strpos($notice, "https://"); $pos3 = strpos($notice, "www."); if (($pos1 < 0) or...
  10. countrydj

    How do I check a file for a string?

    Hi Kirsle... I have another problem that I hope you can help me with: I have a form for adding a notice to a notice board which is passed to a perl script. I am constantly being inundated with spam url links on the notice board which I want to stop. Can anybody tell me how I can check the form...
  11. countrydj

    How to check for string in part of a form

    I have a form for adding a notice to a notice board which is passed to a perl script. I am constantly being inundated with spam url links on a notice board which I want to stop. Can anybody tell me how I can check the form $notice for the first occurance of http:// and https:// and www. In...
  12. countrydj

    In Java, how do I create a MANIFEST.MF with Main-Class: in it?

    Hi stefanwagner.. I've solved the problem now. I changed this: jar -cmf MANIFEST.MF Creator.jar * to jar -cmf manifest.txt Creator.jar * and everything worked. Many thanks for your help. John C
  13. countrydj

    In Java, how do I create a MANIFEST.MF with Main-Class: in it?

    Hi stefanwagner.. Thanks for taking the trouble to reply to my post. However, creating .jar file with the command:- jar cf Creator.jar * does create a manifest automatically:- Manifest-Version: 1.0 Created-By: 1.6.0_01 (Sun Microsystems Inc.) However, the manifest needs to read:-...
  14. countrydj

    In Java, how do I create a MANIFEST.MF with Main-Class: in it?

    I have a .jar file which I have unzipped into it’s own directory. The directory now contains a number of .class files. I have converted the files into .java files. I have found the file that a need to edit and edited it. I have now converted it back to a .class file. I now convert it to the...
  15. countrydj

    How do I check a file for a string?

    Hi Kirsle... Thanks very much for all your help and advise. It is very much appreciated. Regards, John CV
  16. countrydj

    How do I check a file for a string?

    Hi Kirsle... I have now completed my tests. I found that I can use: my $data = get "http://123.123.123.123/file.txt"; on each server, including the local server. Is this likely to cause any problem, other that a small time delay ??? Thanks very much for all your help and advice. Regards, John C
  17. countrydj

    How do I check a file for a string?

    Hi Kirsle... Many thanks for all your advice. I do have two situations that apply here. One is a server on the same subnet and the other is a remote server. I will try them out very soon. Once again, many thanks for your trouble. John C
  18. countrydj

    How do I check a file for a string?

    Hi travs69... I have captch on one of my boards and it stopped a lot of junk. I am thinking seriously of introducing it on all boards and forms. One problem is that I'm not fully conversant with it yet (being a novice). But thanks for the advice. John C
  19. countrydj

    How do I check a file for a string?

    Hi Rieekan.. I am aware of the problem of blocking all comers from the same IP number. However, I'm not just talking about emails and postings that I don't want, I'm referring to porn and viagra postings, and the like. The trap that I use offers the sender to send a message by normal email if...
  20. countrydj

    How do I check a file for a string?

    Hi Kirsle Thanks very much for your reply. This helps me such a lot. Can you tell me, is it possible to read a file on another server? i.e. open (FILE, "remote server/read.txt") I have been testing and I can't make it work. Thanks, John C

Part and Inventory Search

Back
Top