Submit Your Article Forum Rules

Results 1 to 5 of 5

Thread: Am I new new to internet

  1. #1
    Junior Member
    Join Date
    May 2004
    Posts
    6

    Am I new new to internet

    Well with 4 years experience in networking alas I had found my destination - web hosting and marketting.

    Well all hard work has to payout one day or the other. Well it applies to everyone.

    So I begin to post all my expereinces in areas of PHP , well I'm not a PHP expert , mostly my expertise holds in the are of C,C++,Vc++ advance stuffs.

    Well for first phase - I was trying to work out my first website the zeiyon.com It is all about web hosting, hehe even though I had created a lot of wacky stuffs for the internet it was really a pain just designing a basic site.

    If u a r a pro in any platform it holds good for all others.

    Here is a spec when u want to find whether a URL is available / not, similar principles can be addopted if ur wanting to receive a opt in email & want to verify whether the email is actually present :

    Assumptions : Say u hardcode some URL

    <?php
    $DomainName="www.google.com";
    $TempName=gethostbyname($DomainName);
    if(strcmp($TempName,$DomainName)==0)
    <URL Does not exists>
    else
    {
    URL Exists
    }
    ?>

    Well the same type of technicque can be used for testing emails , which I will be covering depending on ur feed back.

    On my next post I will tell u how to intergrate it with a text box in ur site.

    Well u can visit my site www.zeiyon.com , it is not yet complete , so u cant purchase any from it. but probably check it out & comment on it & I will be enthusiastic in sharing all my day today experiences with you.

  2. #2
    Senior Member sijpie's Avatar
    Join Date
    Sep 2003
    Posts
    105
    FInding out if an email address exists will be interesting for a large number of people who run newsletters etc. (However, the spammers will also be interested.)

    At the moment most 'verification' schemes work by checking to see if the format of the email address is correct 'name'@'domain'.'extension', but don't verify if the address or even the domain name exists.
    Jaap

    PalmVenue
    Broekhuizen Paintings
    MacSijp

    You've done it all
    You've broken every code (Steve Harley)

  3. #3
    WebProWorld MVP TrafficProducer's Avatar
    Join Date
    Jul 2003
    Posts
    1,958

    The Bandwirdth is??

    The Bandwirdth is?? Tell users eveything they get e.g ssi, ssl, cgi, php, web stats, backups, asp.....

  4. #4
    Junior Member
    Join Date
    May 2004
    Posts
    6

    spammers

    well, spammers could get a ride out of it, especially like when you are wanted to fill out you're email ID before you even get to see the free offer. about that we should be weary about, especially while filling out some friends links etc., if email ID is used before the service we should be weary & check its genuinity.

    But it could prove to be useful if u r maintaining a opt in email, may be the user enters a non existant email ID by mistake, may be we can use the utility.

  5. #5
    Junior Member
    Join Date
    May 2004
    Posts
    6
    Hi,

    The site will come on to its full bloom by monday. Many of the details are not yet filled in as in they are not complete needs to be optimised and updated.

    I will be including the complete picture right in the index page itself.

    The general specs are we are offering 2GB data transfer for all our customers who signup with us during the month of June.

    The host is on Linux machine >99% Uptime, CGI includes, PHP Perl script. You can contact us through packages@zeiyon.com if you would want Windows hosting/dual hosting packages with ASP etc., We provide limited and unlimited access to database/mail/FTP according to the packages you chose. Well the basic idea is to provide the cheapest hosting possible. We have a package right at $0.5/mo+No Setup fees+ email account.

    I am planning on a tutorial site in conjunction with it hopefully it will also be available by monday (or) definitely next week. Will intimate on its release. Hope it will be useful to share my experience.

    Please provide continual critics. I'll greatly appreciate it and on any support that you may provide. Any queries you can mail to sales@zeiyon.com/ support@zeiyon.com.

    thanks

Similar Threads

  1. Internet 2 (Internet II) 100 times faster
    By TrafficProducer in forum IT Discussion Forum
    Replies: 3
    Last Post: 11-16-2004, 12:21 PM
  2. Add your link to PR5 Page - internet and non-internet
    By tiger1 in forum Marketing Strategies Discussion Forum
    Replies: 0
    Last Post: 07-13-2004, 12:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •