Jump to content

thewird

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Contact Methods

  • AIM
    thewird
  • MSN
    thewird@yahoo.com
  • Yahoo
    thewird

Profile Information

  • Gender
    Not Telling

thewird's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [quote author=tomfmason link=topic=105192.msg424462#msg424462 date=1156915155] I know of something that may help. I use this for do whois searches but it could be adjusted to suit your needs. Here is a a tutorial on using [url=http://codewalkers.com/tutorials/76/5.html]sockets[/url] to search whois databases. Now what I would do with the results is search them line by line for anything that contained an NS. Maybe this will help some. Good Luck, Tom [/quote] How exactly would I do that? thewird
  2. I'm creating a proxy hosting websites to run on large scale for free. I need to make a function to see if the nameserver matches our nameservers before people add their domains. thewird
  3. There must be some way of getting the data though? thewird
  4. How would I find the nameserver(s) of a domain and store them in a variable with PHP4 compatible? Thanks. thewird
  5. [quote author=SharkBait link=topic=104325.msg416292#msg416292 date=1155660310] $/i is for case-insensative I believe. [/quote] Ok thanks. I think the code I posted above should do the trick then. thewird
  6. Oh I just realized it allows for any urls. What I was really looking for and  wasn't quite clear was for domain name only, meaning something.extension (ie domain.com) For the preg_match part i did... preg_match("/^[A-Za-z0-9\-_]+\\.+[A-Za-z0-9-_]+$/i",$domainname) However, I'm not sure what +$/i does. Could anyone help? THanks. thewird
  7. Thank you very much. It works great :). thewird
  8. I was wondering how you check a URL in a variable to see that it is in proper format. What I mean by this is that it has no illegal characters for URL and can exist but doesn't mean it necessarily exists (don't need to check if it actually exists on the web). If anyone could help me with this, that would be great. Thanks. thewird
  9. What if I'm the one creating the iframe? Is there anything I can do to give some sort of signal? thewird
  10. Is there anyway to detect if a page is inside an iframe in PHP? Or is there a script that can do this? THanks. thewird
×
×
  • 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.