Nevada Website Design           702-421-8712

Nevada Website Design is a full-service Las Vegas web design company,
specializing in website deisgn, SEO, Internet Marketing & Consulting

 

Nevada Website Design Client Interview & Marketing Form

 

 

Business Name:

Address:

City:

State:

Zip Code:

Telephone:

Fax:

Other Office Locations:

 
 

Points of Contact

 

Primary marketing contact

Marketing contact email:

Primary technical contact

Technical contact email:

Other contact

Other contact email:


Website Admin

 

Website traffic
stats/analytics URL:

Webstats login/password:

Administrative /

Control Panel URL:
Control Panel login/password:

Business Overview

 

What time or times of year are most critical to your business and website goals?

List the primary and secondary products and/or services that you want to promote on your site (more detail-oriented questions come later!).

   

Which of the following are important markets for you. You can choose more than one.

Local Regional National International

Elaborate on the above, if you wish:

Have you done any online marketing before now? If so, describe any methods used (optimization, PPC, email marketing, social networking, etc.) or milestones achieved.

   

Target Markets, Demographics

List and briefly describe all the important target audiences of your website.


Describe the typical sales cycle for your major products. What are the most important variables impacting your potential customers pre-purchase decision making process?

There may be a variety of reasons for different types of clients, and other which are some common to all. Please describe in detail.

 

Approximately what share of your revenues are generated by returning customers?

 

Is the lifetime value of a customer a more important metric to your business than the one-off sale?

  Yes No

Business Relationships

 

List any industry associations you belong to as well as any formal relationships you have with business partners, suppliers, other vendors, etc . For example, "Member of the XYZ Association," or, "Licensed distributor of Something Cool."

List any community or industry-oriented activities, including charity, civic organizations, chamber of commerce, better business bureau, trade shows you're exhibiting in, sponsored teams, etc.

List any important industries which intersect with or compliment your own (clients, vendors/retailers, supply chain, etc.)


Content

 

What content have you produced to market your business and communicate with your customers, either online or offline? This could include brochures & sales packets, mass emails and direct mail creatives, print ads, website copywriting, articles publishing, press releases, special reports or white papers, etc.

Please provide contact information for any of the people who create this content that we might want or need to collaborate and work with.

Indicate which of the following elements you would be interested in adding to your website?

Video
Audio presentations (podcasts)
Forums
Surveys
Interactive help
Sign up form for email / newsletter / special offers
Other ... describe:


Keywords

 

List as many keywords as you like which describe your products and services:

List any other common industry terms which are used in marketing / sales:

List any phrases which would reflect the kinds of problems your potential customers are attempting to solve, or the kinds of questions they may be "asking" a search engine to answer.


Domain name Questions

How long has your website been online?

 

Are you planning to use any other domain names you have registered to promote the same business that your primary domain name is promoting?

Yes No

Please list these domains:


Pay Per Click Advertising

Are you currently running a pay per click campaign?

Yes No

If so, which platforms are you using

Google Yahoo MSN Other

Are you doing any local advertising, either through Yellow Pages and local directory listings, or through major search engines's local products or PPC geo-targetting?

Yes No

If yes, please describe. If not, are you interested in doing any local search or developing a local search strategy?

List any landing page URLS you have used for PPC or email campaigns:

Provide a ballpark figure or range for your target monthly PPC budget:

 

Competition / Product

 

List 4 or 5 of your biggest competitors, whether local or national/global. Include website addresses if possible.

 

Are there meaningful differences between the product you offer - how you sell it and/or support it, and for how much - and your competition's product? Unique Selling or Value Propositions? Describe:

b2evo captcha.config

Nevada Website Design         702-421-8712

Nevada Website Design is a full-service Las Vegas web design company,
specializing in website deisgn, SEO, Internet Marketing & Consulting

$folder_root.'/'.$tempfolder,'TTF_folder'=>$folder_root.'/'.$TTF_folder,'minchars'=>$minchars,'maxchars'=>$maxchars,'minsize'=>$minsize,'maxsize'=>$maxsize,'maxrotation'=>$maxrotation,'noise'=>$noise,'websafecolors'=>$websafecolors,'debug'=>$debug,'counter_filename'=>$counter_filename,'filename_prefix'=>$filename_prefix,'collect_garbage_after'=>$collect_garbage_after,'maxlifetime'=>maxlifetime,'case_sensitive'=>$case_sensitive); ?>

Your Website Evaluation Report from Nevada Website Design

Can people find your business online?


Get your Free Instant Visibility Report right now!


Enter your Business Phone #

 

 

Sign up for the
Nevada Website Design Newsletter:


* First Name
* Last Name
Business Name
* Email
* = Required Field

Nevada Website Design

b2evo captcha.class

Nevada Website Design         702-421-8712

Nevada Website Design is a full-service Las Vegas web design company,
specializing in website deisgn, SEO, Internet Marketing & Consulting

gd_version = $this->get_gd_version(); if($this->gd_version == 0) die('There is no GD-Library-Support enabled. The b2evo captcha class cannot be used!'); if($this->debug) echo "\n
-b2evo-Captcha-Debug: The available GD-Library has major version ".$this->gd_version; // extracts config array if(is_array($config)) { if($secure && (!function_exists('version_compare') || version_compare(phpversion(), '4.2.0', '< ')) && function_exists(array_key_exists)) { if($this->debug) echo "\n
-b2evo-Captcha-Debug: Extracts Config-Array in secure-mode!"; $valid = get_class_vars(get_class($this)); foreach($config as $k=>$v) { if(array_key_exists($k,$valid)) $this->$k = $v; } } else { if($this->debug) echo "\n
-b2evo-Captcha-Debug: Extracts Config-Array in unsecure-mode!"; foreach($config as $k=>$v) $this->$k = $v; } } // check vars for min-max-chars and min-max-size if($this->minchars > $this->maxchars) { $temp = $this->minchars; $this->minchars = $this->maxchars; $this->maxchars = $temp; if($this->debug) echo "\n
-b2evo-Captcha-Debug: Arrghh! What do you think I mean with min and max? Switch minchars with maxchars."; } if($this->minsize > $this->maxsize) { $temp = $this->minsize; $this->minsize = $this->maxsize; $this->maxsize = $temp; if($this->debug) echo "\n
-b2evo-Captcha-Debug: Arrghh! What do you think I mean with min and max? Switch minsize with maxsize."; } // check TrueTypeFonts $this->TTF_RANGE = array('0'); if ($handle = opendir($this->TTF_folder)) { $i=0; while (false !== ($file = readdir($handle))) { //You could add a regex to this if to make sure the files are all *.ttf if ($file != '.' && $file != '..') { $this->TTF_RANGE[$i]=$file; if($this->debug) echo "\n
-b2evo-Captcha-Debug: Found font file (".$file.')'; } } closedir($handle); } if(is_array($this->TTF_RANGE)) { if($this->debug) echo "\n
-b2evo-Captcha-Debug: Checking given TrueType-Array! (".count($this->TTF_RANGE).')'; $temp = array(); foreach($this->TTF_RANGE as $k=>$v) { if(is_readable($this->TTF_folder.$v)) $temp[] = $v; } $this->TTF_RANGE = $temp; if($this->debug) echo "\n
-b2evo-Captcha-Debug: Valid TrueType-files: (".count($this->TTF_RANGE).')'; if(count($this->TTF_RANGE) < 1) die('No Truetype fonts available for the CaptchaClass.'); } else { if($this->debug) echo "\n
-b2evo-Captcha-Debug: Check given TrueType-File! (".$this->TTF_RANGE.')'; if(!is_readable($this->TTF_folder.$this->TTF_RANGE)) die('No Truetypefont available for the b2evo captcha class.'); } // select first TrueTypeFont $this->change_TTF(); if($this->debug) echo "\n
-b2evo-Captcha-Debug: Set current TrueType-File: (".$this->TTF_file.")"; // get number of noise-chars for background if is enabled $this->nb_noise = $this->noise ? ($this->chars * $this->noisefactor) : 0; if($this->debug) echo "\n
-b2evo-Captcha-Debug: Set number of noise characters to: (".$this->nb_noise.')'; // seed the random number generator if less than php 4.2.0 if( !function_exists('version_compare') || version_compare(phpversion(), '4.2.0', '< ') ) { mt_srand((double)microtime()*1000000); } // specify counter-filename if($this->debug) echo "\n
-Captcha-Debug: The counterfilename is (".$this->tempfolder.$this->counter_filename.')'; // retrieve last counter-value $test = $this->txt_counter($this->tempfolder.$this->counter_filename); // set and retrieve current counter-value $counter = $this->txt_counter($this->tempfolder.$this->counter_filename,TRUE); // check if counter works correct if(($counter !== FALSE) && ($counter - $test == 1)) { // Counter works perfect, =:) if($this->debug) echo "\n
-Captcha-Debug: Current counter-value is ($counter). Garbage-collector should start at (".$this->collect_garbage_after.')'; // check if garbage-collector should run if($counter >= $this->collect_garbage_after) { // Reset counter if($this->debug) echo "\n
-Captcha-Debug: Reset the counter-value. (0)"; $this->txt_counter($this->tempfolder.$this->counter_filename,TRUE,0); // start garbage-collector $this->garbage_collector_error = $this->collect_garbage() ? FALSE : TRUE; if($this->debug) echo "\n
-Captcha-Debug: ERROR! SOME TRASHFILES COULD NOT BE DELETED!"; } } else { // Counter-ERROR! if($this->debug) echo "\n
-Captcha-Debug: ERROR! NO COUNTER-VALUE AVAILABLE!"; } } //////////////////////////////// // // PUBLIC METHODS // /** * Generates a captcha image and returns the complete path to the image * **/ function get_b2evo_captcha() { $this->make_captcha(); if($public=='') $public = $this->public_key; return str_replace($_SERVER['DOCUMENT_ROOT'],'',$this->tempfolder).$this->filename_prefix.$public.'.jpg'; } /** * * Validates submission and returns result * Returns 0 = invalid sumbit | 1 = valid submit * **/ function validate_submit($image,$attempt) { $correct_hash = substr($image,-36,32); if($this->case_sensitive==0) $attempt = strtoupper($attempt); if($this->check_captcha($correct_hash,$attempt)) { if($this->debug) echo "\n
-Captcha-Debug: Validating submitted form returns: (1)"; return 1; } else { if($this->debug) echo "\n
-Captcha-Debug: Validating submitted form returns: (0)"; return 0; } } //////////////////////////////// // // PRIVATE METHODS // /** @private **/ function make_captcha($private_key='') { if($private_key=='') $private_key = $this->generate_keypair(); // set dimension of image $this->lx = (strlen($private_key) + 1) * (int)(($this->maxsize + $this->minsize) / 1.5); $this->ly = (int)(2.4 * $this->maxsize); if($this->debug) echo "\n
-b2evo-Captcha-Debug: Set image dimension to: (".$this->lx.' x '.$this->ly.')'; if($this->debug) echo "\n
-Captcha-Debug: Generate private key: ($private_key)"; // set number of noise-chars for background if is enabled $this->nb_noise = $this->noise ? (strlen($private_key) * $this->noisefactor) : 0; if($this->debug) echo "\n
-b2evo-Captcha-Debug: Set number of noise characters to: (".$this->nb_noise.')'; // create Image and set the apropriate function depending on GD-Version & websafecolor-value if($this->gd_version >= 2 && !$this->websafecolors) { $func1 = 'imagecreatetruecolor'; $func2 = 'imagecolorallocate'; } else { $func1 = 'imageCreate'; $func2 = 'imagecolorclosest'; } $image = $func1($this->lx,$this->ly); if($this->debug) echo "\n
-Captcha-Debug: Generate ImageStream with: ($func1())"; if($this->debug) echo "\n
-Captcha-Debug: For colordefinitions we use: ($func2())"; // Set Backgroundcolor $this->random_color(224, 255); $back = @imagecolorallocate($image, $this->r, $this->g, $this->b); @ImageFilledRectangle($image,0,0,$this->lx,$this->ly,$back); if($this->debug) echo "\n
-Captcha-Debug: We allocate one color for Background: (".$this->r.'-'.$this->g.'-'.$this->b.')'; // allocates the 216 websafe color palette to the image if($this->gd_version < 2 || $this->websafecolors) $this->makeWebsafeColors($image); // fill with noise or grid if($this->nb_noise > 0) { // random characters in background with random position, angle, color if($this->debug) echo "\n
-Captcha-Debug: Fill background with noise: (".$this->nb_noise.')'; for($i=0; $i < $this->nb_noise; $i++) { $size = intval(mt_rand((int)($this->minsize / 2.3), (int)($this->maxsize / 1.7))); $angle = intval(mt_rand(0, 360)); $x = intval(mt_rand(0, $this->lx)); $y = intval(mt_rand(0, (int)($this->ly - ($size / 5)))); $this->random_color(160, 224); $color = $func2($image, $this->r, $this->g, $this->b); $text = chr(intval(mt_rand(45,250))); @ImageTTFText($image, $size, $angle, $x, $y, $color, $this->change_TTF(), $text); } } else { // generate grid if($this->debug) echo "\n
-Captcha-Debug: Fill background with x-gridlines: (".(int)($this->lx / (int)($this->minsize / 1.5)).')'; for($i=0; $i < $this->lx; $i += (int)($this->minsize / 1.5)) { $this->random_color(160, 224); $color = $func2($image, $this->r, $this->g, $this->b); @imageline($image, $i, 0, $i, $this->ly, $color); } if($this->debug) echo "\n
-Captcha-Debug: Fill background with y-gridlines: (".(int)($this->ly / (int)(($this->minsize / 1.8))).')'; for($i=0 ; $i < $this->ly; $i += (int)($this->minsize / 1.8)) { $this->random_color(160, 224); $color = $func2($image, $this->r, $this->g, $this->b); @imageline($image, 0, $i, $this->lx, $i, $color); } } // generate Text if($this->debug) echo "\n
-Captcha-Debug: Fill forground with chars and shadows: (".$this->chars.')'; for($i=0, $x = intval(mt_rand($this->minsize,$this->maxsize)); $i < strlen($private_key); $i++) { $text = substr($private_key, $i, 1); $angle = intval(mt_rand(($this->maxrotation * -1), $this->maxrotation)); $size = intval(mt_rand($this->minsize, $this->maxsize)); $y = intval(mt_rand((int)($size * 1.5), (int)($this->ly - ($size / 7)))); $this->random_color(0, 127); $color = $func2($image, $this->r, $this->g, $this->b); $this->random_color(0, 127); $shadow = $func2($image, $this->r + 127, $this->g + 127, $this->b + 127); @ImageTTFText($image, $size, $angle, $x + (int)($size / 15), $y, $shadow, $this->change_TTF(), $text); @ImageTTFText($image, $size, $angle, $x, $y - (int)($size / 15), $color, $this->TTF_file, $text); $x += (int)($size + ($this->minsize / 5)); } @ImageJPEG($image, $this->get_filename(), $this->jpegquality); $res = file_exists($this->get_filename()); if($this->debug) echo "\n
-Captcha-Debug: Save Image with quality [".$this->jpegquality.'] as ('.$this->get_filename().') returns: ('.($res ? 'TRUE' : 'FALSE').')'; @ImageDestroy($image); if($this->debug) echo "\n
-Captcha-Debug: Destroy Imagestream."; if(!$res) die('Unable to save captcha-image.'); } /** @private **/ function makeWebsafeColors(&$image) { //$a = array(); for($r = 0; $r <= 255; $r += 51) { for($g = 0; $g <= 255; $g += 51) { for($b = 0; $b <= 255; $b += 51) { $color = imagecolorallocate($image, $r, $g, $b); //$a[$color] = array('r'=>$r,'g'=>$g,'b'=>$b); } } } if($this->debug) echo "\n
-Captcha-Debug: Allocate 216 websafe colors to image: (".imagecolorstotal($image).')'; //return $a; } /** @private **/ function random_color($min,$max) { $this->r = intval(mt_rand($min,$max)); $this->g = intval(mt_rand($min,$max)); $this->b = intval(mt_rand($min,$max)); //echo ' ('.$this->r.'-'.$this->g.'-'.$this->b.') '; } /** @private **/ function change_TTF() { if(is_array($this->TTF_RANGE)) { $key = array_rand($this->TTF_RANGE); $this->TTF_file = $this->TTF_folder.$this->TTF_RANGE[$key]; } else { $this->TTF_file = $this->TTF_folder.$this->TTF_RANGE; } return $this->TTF_file; } /** @private **/ function check_captcha($correct_hash,$attempt) { // when check, destroy picture on disk if(file_exists($this->get_filename($correct_hash))) { $res = @unlink($this->get_filename($correct_hash)) ? 'TRUE' : 'FALSE'; if($this->debug) echo "\n
-Captcha-Debug: Delete image (".$this->get_filename($correct_hash).") returns: ($res)"; } $res = (md5($attempt)===$correct_hash) ? 'TRUE' : 'FALSE'; if($this->debug) echo "\n
-Captcha-Debug: Comparing public with private key returns: ($res)"; return $res == 'TRUE' ? TRUE : FALSE; } /** @private **/ function get_filename($public='') { if($public=='') $public=$this->public_key; return $this->tempfolder.$this->filename_prefix.$public.'.jpg'; } /** @private **/ function get_filename_url($public="") { if($public=='') $public = $this->public_key; return str_replace($_SERVER['DOCUMENT_ROOT'],'',$this->tempfolder).$this->filename_prefix.$public.'.jpg'; } /** @private **/ function get_gd_version() { if (!function_exists('imagejpeg')) { $gd_version_number = 0; } else { static $gd_version_number = null; if($gd_version_number === null) { ob_start(); phpinfo(8); $module_info = ob_get_contents(); ob_end_clean(); if(preg_match("/\bgd\s+version\b[^\d\n\r]+?([\d\.]+)/i", $module_info, $matches)) { $gd_version_number = $matches[1]; } else { $gd_version_number = 0; } } } return $gd_version_number; } // this is where the actual text and public hash is generated and stored function generate_keypair() { $key = ''; $this->chars = mt_rand($this->minchars,$this->maxchars); for($i=0; $i < $this->chars; $i++) { $key .= $this->validchars{mt_rand(0,strlen($this->validchars))}; } if($this->case_sensitive==0) $key = strtoupper($key); $this->public_key = md5($key); if($this->debug) echo "\n
-Captcha-Debug: Generate Keys, private key is: (".$key.')'; if($this->debug) echo "\n
-Captcha-Debug: Generate Keys, public key is: (".$this->public_key.')'; return $key; } //Store/Retrieve a counter-value in/from a textfile. Optionally count it up or store a (as third param) specified value. // Returns counter-value function txt_counter($filename,$add=FALSE,$fixvalue=FALSE) { if(is_file($filename) ? TRUE : touch($filename)) { if(is_readable($filename) && is_writable($filename)) { $fp = @fopen($filename, 'r'); if($fp) { $counter = (int)trim(fgets($fp)); fclose($fp); if($add) { if($fixvalue !== FALSE) { $counter = (int)$fixvalue; } else { $counter++; } $fp = @fopen($filename, 'w'); if($fp) { fputs($fp,$counter); fclose($fp); return $counter; } else return FALSE; } else { return $counter; } } else return FALSE; } else return FALSE; } else return FALSE; } // Scanns the tempfolder for jpeg-files with nameprefix used by the class and trash them if they are older than maxlifetime. function collect_garbage() { $OK = FALSE; $captchas = 0; $trashed = 0; if($handle = @opendir($this->tempfolder)) { $OK = TRUE; while(false !== ($file = readdir($handle))) { if(!is_file($this->tempfolder.$file)) continue; // check for name-prefix, extension and filetime if(substr($file,0,strlen($this->prefix)) == $this->prefix) { if(strrchr($file, '.') == '.jpg') { $captchas++; if((time() - filemtime($this->tempfolder.$file)) >= $this->maxlifetime) { $trashed++; $res = @unlink($this->tempfolder.$file); if(!$res) $OK = FALSE; } } } } closedir($handle); } if($this->debug) echo "\n
-Captcha-Debug: There are ($captchas) captcha-images in tempfolder, where ($trashed) are seems to be lost."; return $OK; } } // END CLASS b2evo_captcha ?>

Your Website Evaluation Report from Nevada Website Design

Can people find your business online?


Get your Free Instant Visibility Report right now!


Enter your Business Phone #

 

 

Sign up for the
Nevada Website Design Newsletter:


* First Name
* Last Name
Business Name
* Email
* = Required Field

Nevada Website Design