< td align="left" valign="middle" width="254">< input type="submit" name="submitEmail" value="Send Email">< /td>
< /tr>
< tr>
< td align="right" valign="middle" width="143">
< td align="left" valign="middle" width="254">
< /tr>
< /table>
< /form>

The PHP script
if (!empty($HTTP_POST_VARS))
{
//Check for spammers first
if (eregi("MIME-Version: ",$_POST['youremail'].$_POST['yourname'].
$_POST['yourorganization'].$_POST['comment'])){die('Get out, spammer.');}

$now = date( "D dS M h:m:s" ); // Set these variables according to your details
$toAddress = "***@****.***" ;
$redirect = "contactconfirm.php";
$subject = "Contact Message from BII Website" ;

// Form information.
$formEmail = trim($HTTP_POST_VARS[ 'youremail' ]);
$emailparts=explode("@",$formEmail);
if ($emailparts[1]=="*****.***"){ //Another spammer stop.
die('You seem to be trying to use this form to spam. Stop it.');
}
$formName = trim($HTTP_POST_VARS[ 'yourname' ]);
$formOrg = trim($HTTP_POST_VARS[ 'yourorganization' ]);
$formMessage = trim($HTTP_POST_VARS[ 'comment' ]); // Email message
$message = "Name: " .$formName. "\n" ;
$message .= "Email: " .$formEmail. "\n" ;
$message .="IP Address: ".$REMOTE_ADDR. "\n";
$message .= "Organization:" .$formOrg. "\n" ;
$message .= "Comments:\n" ;
$message .= $formMessage. "\n" ;

$headers="From: \"".$formName."\" <".$formEmail.">\n";

$bMailSent = mail($toAddress, $subject, $message, $headers);
if (!$bMailSent){ echo "Unable to send email"; }
else { header("Location: $redirect"); }

}
?>

Source: http://www.livejournal.com/community/php/380005.html

  • virtual hosting

    Date: 01/03/06 (IT Professionals)    Keywords: html, web, hosting, google

    I need some iis help here. (or meta refresh/redirect?)

    I'm not a web guy by trade, but this thing falls on my lap anyway.

    --
    ok: I just did a domain transfer of mydomainB.com from some china registrar to godaddy.com

    godaddy.com doesn't seem to have URL forwarding, only domain forwarding and A and Cnames, mx

    (as opposed to the one i use for my own private domain www.domainbooking.com)

    I just turned on domain forwarding to point to mydomainA.com/mywebsite but I'm not sure if it will corrupt the mx entries for mail. (which should point to mail.mydomainB.com , in turn A for mail.mydomainB.com = 12.34.56.78)

    assuming it does and I reverse the domain forwarding.
    then what I have is that my current A for www.mydomainA.com = 11.22.33.44
    and my new A for www.mydomainB.com points to 11.22.33.44 as well

    but they are supposed to be two distinct websites.

    so I need to redirect by url? perhaps on my index.html. those that originate from www.mydomainA.com proceed to index1.html and those from www.mydomainB.com proceed to 11.22.33.44/mywebsite/index.html

    I think this falls under the category of virtual hosting, i've been searching google for bit with not much luck.
    I'm not sure host headers work for wan/internet domain names, and godaddy/A addressing doesn't quite allow you to specify port numbers either.

    to add to the complication, the website is also hosting an exchange outloook mobile access site. so http://www.mydomainA.com/exchange should be accessible.

    so how do I do this?

    Source: http://www.livejournal.com/community/itprofessionals/31972.html

  • Client Survey quesitions.

    Date: 01/05/06 (WebDesign)    Keywords: cms, software, html, database, web, hosting

    Hey all. I'm in the process of creating a client/project survey to give to clients. Right now I'm focusing on web and html/text email blasts. Does anyone have any good references to this stuff already. I had a few, but can't find them in my infinite number of bookmarks {that's next on the list}. If you can, please review the questions I wrote below and tell me what's crap and what's gold or if I missed anything. Also, do you think this is too long to give a client? I've seen them usually be 10 questions or so long. Please look at the sections as two different ones that I may or may not give to clients. Thanks so much.

    x-posted in '[info]'design, '[info]'webdesign, '[info]'designrants, '[info]'graphicdesign

    WEB SITES

    Figuring Out What You Need:

    1. What is the Main Purpose or Goal of the site?

    2. Is this a new web project/presence or a redesign?
    a.) If it’s a redesign, what are the good and bad parts of your current site?
    b.) Will the content be the same / How will it differ? Is it ready or does it need editing?

    3. Who is your main audience and user base?

    4. Do you want Flash for your site? If yes, please explain the desired implementation.

    5. How many and what kind of pages does the site need? Please be as specific as possible.

    6. Are there any special functions of the site? Ex: User info submission forms; e-commerce/take payments; etc.

    7. Name some competitors’ sites or sites you like and why.

    8. What are the short term and long term project timelines?


    Management/Maintenance:

    9. How often does the site need updating?

    10. Who will be doing the updates? Will the person require training?

    11. What existing technologies do you have to support the site? Ex: Is there already web hosting and domain name registration in place? Does the site have a database installed yet? Proper software & hardware for updating the site?

    12. Will a Content Management System {CMS} benefit your organization?


    The Big Picture:

    13. What is a realistic length of time for your company to complete this project?

    14. What is your company’s budget for this particular project?



    HTML/TEXT EMAIL BLASTS


    1. How many emails per month? How many email addresses in each blast?

    2. Who is your user base? Will there be different newsletters for different audiences?

    3. Who creates the content?

    4. Is there already a system in place for this?

    5. What is the budget and timeline for each email blast?

    Source: http://www.livejournal.com/community/webdesign/1035914.html

  • two very stupid questions...

    Date: 01/06/06 (Web Development)    Keywords: cms, hosting

    bear with me... this is not my realm of expertise.

    i've been asked to look into putting a mailing list on a site. i assume there is some kind of cookie cutter way to do this, but i don't know what that is... i'd like to be able to A) have some/complete control over how it looks and b)not have to pay anyone to have a mailing list.

    also...

    i was told by a friend that i could use modify moveable type stuff to create what is essentially a CMS, but i don't know how to find out if my hosting company (hostony) supports this. actually, i know very little about moveable type in general.

    anyone who is feeling very kind who could explain any of this to me would be my best friend forever. thanks.

    Source: http://www.livejournal.com/community/webdev/283679.html

  • advice on domain ownership transfer?

    Date: 01/07/06 (WebDesign)    Keywords: hosting

    Hi, I'm new here. I just have a quick question about domain-name transfer. I'm sorry if this question has already been asked on here...

    A guy wants to buy my domain name, rvng.com, and I'm not really using it for much anymore, so I'll sell it to him. I'm not sure what to price it at... I've spent about $240 in hosting costs on it since I created it in 2002, and I have it paid for up until 2007. I think I'll just sell it for the cost that I've put into it so far, or maybe a bit more. I used one of those free online domain name appraisal sites, and after I entered various info about the domain name, it estimated it at between $700-1000. I don't think I can ask that much of this guy, but does $300 sound reasonable? or should I shoot lower and just try to recoup my hosting expenses?

    Also, I don't know the procedure for domain ownership transfer. Doteasy, my hosting service, has a system for this, but how should I handle the sale? Should I have him send me a check, and after it clears, I give him the log-in info? Would he trust me enough for that? Meanwhile, I don't want to give him the info, then have him pay me. Would I trust him enough for that?

    If anyone could give me tips on how this procedure goes, I'd greatly appreciate it...

    Source: http://www.livejournal.com/community/webdesign/1038306.html

  • Book recommendations / Web Hosting Recommendations

    Date: 01/11/06 (WebDesign)    Keywords: php, css, java, web, hosting

    I'm looking for some really good web design books. I've been spending some time at the bookstores lately looking through what they have, and there seem to be a lot of books out there, but I'm not sure which ones are good and which ones aren't. What I'm looking for are some in depth CSS, PHP, and Javascript books that are thorough and easy to understand. I'm also open to any other books you guys could suggest to help improve my skills. I can't afford to take classes right now, and I really learn best on my own so, I figured this would be a good way to go. Also, any good websites out there are fine too.

    Now onto the second question.. and I'm sure it's been asked several times so, thanks for any responses.

    I'm currently set up with web hosting through Aussiehosts. I've been there for about 3 years now, and when I first got set up I was really pleased with it. I pay about $38 a year for 200MB of disk space (which I'm currently using about 477MB). The company was recently bought out, and I have not been happy with it lately. Email is my biggest problem. Half the time I can't even login to my email, and then when I do I can't actually send any emails. I'm considering moving elsewhere, but I have NO IDEA what some good, affordable web hosts are. I found this one by way of a friend. I've been looking around at different companies, but they all seem to be kind of expensive. I'd like to stay somewhere near that price range, but I'd also like to have more disk space which means I'll need to pay more. So, any suggestions?

    Thanks for all your help guys!

    Source: http://www.livejournal.com/community/webdesign/1041405.html

  • New Hosting Packages

    Date: 01/18/06 (Web Hosts)    Keywords: web, hosting

    It has been a while since I have posted any specials, so here is the latest.

    We are running a 10% off coupon for new customers, coupon code t9aqupeC

    All of our shared hosting packages have just been updated to include more disk space and more data transfer. All existing customers should already see the upgrade.

    1. Question for those wiser than me...

      Date: 09/27/05 (WebDesign)    Keywords: web, hosting

      when you design a website for a new client and they do not yet have a domain name, how do you go about registering that client?

      - do you have them give you their credit card number?
      - do you register YOUR e-mail with the hosting service you choose or your client's?
      - do you take it out of their deposit for the work?

      - essentially, do you set things up under their name or yours?

      I was going to use Dreamhost... and I want to put myself as a referral... help?

      Source: http://www.livejournal.com/community/webdesign/987445.html

    2. Cold Fusion Hosting

      Date: 10/02/05 (WebDesign)    Keywords: hosting

      Anyone know of a relatively inexpensive, reliable Cold Fusion hosting company?

      Source: http://www.livejournal.com/community/webdesign/989530.html

    3. Cold Fusion Hosting

      Date: 10/02/05 (Web Development)    Keywords: hosting

      Anyone know of a relatively inexpensive, reliable Cold Fusion hosting company?

      Source: http://www.livejournal.com/community/webdev/248514.html

    4. New

      Date: 10/03/05 (See my site)    Keywords: web, hosting

      Hey everybody. My name is Kristie and i'm 18 years old. I've actually been doing web-design related things for a few years now but just recently got my domain back up and running after my hosting had been expired for a little while. Any comments/suggestions would be very much appreciated considering I want it to be the best it can be :)


      Lustless.org


      Thanks everyone!

      Source: http://www.livejournal.com/community/see_my_site/89791.html

    5. For Students

      Date: 10/07/05 (WebDesign)    Keywords: software, hosting, spam

      Hey guys. I'm new here and I would be lying if I said I didnt join just to make this post.

      (this is not spam, just a good opportunity for students with mad skillz)

      I work for a software company that sells discounted software to students and schools. Our hot sellers these days are the graphic programs like Maya and 3DsMax. Our student division, Studica - is hosting a graphics design contest, with $500 for first place in each software category. It is open only to students, unfortumately (sorry), and they will mandate student proof for an entry to qualify.


      http://www.studica.com/skills/

      Check it out.


      (I get no perks if you enter, I'm just trying to promote this contest for my company. I also will not have any say in the judging, I doubt I will even see the entries as I work in the school division, Torcomp.

      Apologies if this sort of post is not wanted here, I was told this community might have interested members)

      x-posted everywhere.

      Source: http://www.livejournal.com/community/webdesign/991114.html

    6. Web Hosting Plans and Long-Running Processes

      Date: 10/09/05 (Web Development)    Keywords: php, web, hosting

      Maybe this is a counterpart to all the "where can I find a good web host?" questions that are continually asked around here. I don't need a web host; I run my own server. But I'm starting on developing an application that will be doing some long-duration socket communications, and the target audience includes people with the standard $9.95/month-or-cheaper kind of hosting plans.

      Do these sorts of hosts usually have anything running to automatically kill any long-running processes? I need to keep a socket connection up for anywhere from 5 to 60 minutes or so, and if the average hosting provider has a setup that auto-reaps any user's processes after 30 seconds, it's going to be a real problem.

      So, can anyone who has a standard web-hosting account tell me: what happens if you have a process that wants to run for longer than a minute or two? I don't mean a busy-loop; it won't be chowing up huge numbers of CPU cycles or driving the load rating through the roof. But it will be sitting there, holding a socket open and maintaining asynchronous communication, for a fairly long time. Does anyone know what your hosting provider would do with that?

      Also, since the development language for this is likely to be PHP: what PHP libraries does your web hosting provider include? I'm particularly interested in whether they include the --enable-sockets and/or --enable-pcntl options, and the associated Sockets and Process Control functions. (I realize the latter isn't available on Windows platforms. If your web host is on Windows, that's information I can use, too.)

      Source: http://www.livejournal.com/community/webdev/252501.html

    7. I need to choose a host for a big-ass project (newbie with big dreams)

      Date: 10/20/05 (Web Development)    Keywords: html, web, hosting

      So, there is a project I've been hinting at in this space.  I'm close to launching it, and I need help in finally choosing a web hosting service for it.  I need a host that will provide me with a page I can load up with a few links and a moderate number of pictures at first, then some streaming video or .avi movies, say up to ten minutes long, later--not much fancy content, in other words.  I would also embed a LiveJournal community or two in the page.  So, low on graphics, but able to handle very high traffic without crashing, exceeding bandwidth allotments, or costing me a fortune.  Essentially, I want low start-up costs with infinite scalability.  If the New York Times mentioned my site on its front page two days in a row, I would want to be able to handle the slashdot effect no prob.  Some tools to help the beginning htmler would be nice, too.

      (Please don't bother telling me these aren't realistic expectations for a startup website.  I've thought this through thoroughly, and if it all crashes down, I can fall on my face without anyone else's help, thank you.)

      Here are the services that have been recommended to me so far:

      http://www.uplinkearth.com/
      http://dreamhost.com/
      http://www.micfo.com/
      http://www.fatcow.com/fatcow/index.bml

      Any opinions?  Any others I should consider?  Reasons for one site over others would be very helpful, as opposed to just naked suggestions.

      Source: http://www.livejournal.com/community/webdev/259102.html

    8. Web hosting for open source project.

      Date: 11/09/05 (Web Development)    Keywords: software, web, hosting

      I had something lined up, but unfortunately it fell through. I'm working on an open source friendster/myspace clone called Appleseed (more info at appleseed.sourceforge.net).

      I want to set up a test site called appleseedproject.org but I can't afford hosting. Are there any resources for setting up a test site for open source web projects? I'm kind of at a point where local development has stalled and getting the software out in the wild could help out a lot.

      Thanks!

      Source: http://www.livejournal.com/community/webdev/267345.html

    9. HollySchwind

      Date: 01/01/70 (Programming)    Keywords: hosting

      I feel like I'm doing a good thing. My company is hosting the site of the Holly Schwind Scholarship Foundation at no charge. It is a scholarship set up in memory of a young lady who was murdered a little...

      Source: http://www.coreycollins.com/blog/archives/000069.php

    10. suggestion for web host listing in memories

      Date: 11/23/05 (WebDesign)    Keywords: web, hosting

      now i know every 10th entry posted here is in regards to hosting, but i would like to request that we compile a complete list of free and paid webhosts for personal and business use to commit to the community memories. that way anyone visiting the community can get the help they need without posting repeated requests for hosting suggestions, and we can constantly update it with new listings as we come across them. =) would anyone else find this helpful, or is it just me?

      to start;

      i'm currently looking for an affordable host for my .com domain (based in canada if possible). right now i pay $50 USD/year for 5gb of monthly transfer and 100mb of space, and i'm finding myself in need of more. i'd like to stay under $70 USD if possible since my domain is little more than a place to store images and movie files.

      so far i've been eyeballing the following plans:

      canaca.com (BRONZE PLAN)
      domain registration - $10/year
      domain transfer - $10/year
      domain renewal - $20/year
      hosting - $3.95/month (provided you sign up for a 24-month plan)
      disk space - 10gb
      bandwidth traffic - 200gb

      directnic.com (BRONZE PLAN)
      domain registration/transfer/renewal - $15/year
      hosting - $3.95/month
      disk space - 800mb
      monthly transfer - 100gb

      any recommendations would be greatly appreciated!

      Source: http://www.livejournal.com/community/webdesign/1020539.html

    11. Free Unlimited Image Hosting

      Date: 11/29/05 (Java Web)    Keywords: hosting

      Lumunon Media is providing unlimited image hosting (without account creation requirement) which you can use for posting images on message boards, blogs, online auctions, classifieds and even sharing pictures with your family etc. There are two catches. First each image size has to be less than 500K. Secondly the image is guaranteed to be kept [...]

      Source: http://blog.taragana.com/index.php/archive/free-unlimited-image-hosting/

    12. Trojan horse rides on unpatched IE flaw

      Date: 11/30/05 (Security)    Keywords: web, hosting, microsoft

      Windows users could lose control of their systems by simply visiting a Web site hosting malicious code, Microsoft warns.

      Source: http://news.zdnet.com/2100-1009_22-5977161.html

    13. Domain hosting for as low as $3.50!!

      Date: 12/13/05 (Web Hosts)    Keywords: web, hosting

      The Whole Shebang is a leading provider of low-cost web solutions concerning web hosting and design. Our high quality products and services include a reliable server for all your hosting needs, the latest trends for all your designing needs, as well as a quick and courteous customer support system. Our prices are unparallel to any other web company.

      Whether you're interested in a personal site or you are a small business, The Whole Shebang is the right choice for you when considering web hosting and/or designing. We have had the experience in helping with some up and coming recording artist, local small businesses, Broadway stars, as well as Missionaries with their web hosting and design needs.

      Our web hosting server stats include: Processor - Dual Xeon x 2 Rated at 2.4GHZ, Memory - 1GB ECC Regulated DDR Modules x 2, and Physcial Disks - 200GB Seagate Barracuda x 2.

      WE ACCEPT CREDIT CARDS AND NON-US RESIDENT CUSTOMERS!!

      WE CURRENTLY HOST 6 DOMAINS AND DESIGN 4 SITES!!

      Source: http://www.livejournal.com/community/webhosts/32416.html

    14. Help "locking down" a form

      Date: 12/16/05 (PHP Community)    Keywords: php, html, web, hosting, spam

      Thanks to the responses on the captcha code. I think I know what I can do with it, but as someone pointed out, there will be accessibility problems, which is an issue because the site I'm working on is a gov't site.

      My hosting company says the script to handle the contact form is vulnerable and that I should lock it down. They recommended the captcha method or a "guest" login requirement via .htaccess. I'll look into that, but in the meantime, they mentioned that my handler was "badly coded and allows more than one email address to be added to it." Since I've learned PHP by the seat of my pants, I'm not surprised, but I also don't know what to do to clean it up and make it better. Any help?



      The HTML Form

      < form action="contactmail.php" method="post" name="contact">
      < table width="411" border="0" cellspacing="2" cellpadding="4">
      < tr>
      < td align="right" valign="middle" width="143">
      < p>Your Name:< /p>
      < /td>
      < td align="left" valign="middle" width="254">< input type="text" name="yourname" size="36" tabindex="1">< /td>
      < /tr>
      < tr>
      < td align="right" valign="middle" width="143">
      < p>Your Email:< /p>
      < /td>
      < td align="left" valign="middle" width="254">< input type="text" name="youremail" size="36" tabindex="2">< /td>
      < /tr>
      < tr>
      < td align="right" valign="middle" width="143">
      < p>Your Organization:< /p>
      < /td>
      < td align="left" valign="middle" width="254">< input type="text" name="yourorganization" size="36" tabindex="3">< /td>
      < /tr>
      < tr>
      < td align="right" valign="top" width="143">
      < p>Comment or Question:< /p>
      < /td>
      < td align="left" valign="middle" width="254">< textarea name="comment" rows="17" cols="33" tabindex="4">< /textarea>< /td>
      < /tr>
      < tr>
      < td align="right" valign="middle" width="143">

    PackagesBronzeSilverGold
    Disk Space5GB10GB20GB
    Data Transfer200GB400GB500GB
    Setup FeeFree!Free!Free!
    Monthly Fee$8.99$15.99$25.99
    Yearly Fee (10% Off)$97.10$172.69$280.69
    Order Now!Order!Order!Order!


    Full Shared Hosting Package Features

    We offer most TLD Domains for $9.99/year
    Domain Prices

    If you have any questions, feel free to email me or use the live support on our site

    Thanks

    Nick

    --
    Nick Twaddell - nick@webspacesolutions.com
    direct: 805-275-1906 fax: 805-275-1911
    WebSpace Solutions

    Source: http://www.livejournal.com/community/webhosts/33093.html

    Previous page  ||  Next page


    antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home