Welcome Guest. Please Login or Register. Dec 15, 2009, 10:02pm
How an internet web master built FIVE
high-traffic sites in six months using nothing but search engine
listings
From the e-desk of Andy
Brocklehurst
June 24th 2003 - 10:45am EST
This is going to freak you out.
Over the last few months, I've watched a good
friend of mine build successful web sites entirely from
search engine traffic.
But although he was happy to show me how he did
it, he didn't want to spill the beans to anyone else.
It drove me crazy.
Imagine being in my position as an author of
Internet Marketing
materials. He'd shown me exactly how he'd built some serious traffic,
produced statistics proving it had worked and I couldn't pass on this
valuable information to my customers or subscribers.
But I wasn't going to give up...
After a series of meetings with him he finally
caved in.
Now, for the first time ever, his exact system has been fully
documented in a concise, easy to read, plain English, ten-page
report.
A harsh fact about books
on search engine strategy...
Most ebooks and reports on 'search engine
strategy' are utter junk.
Many of them are nothing more than a bunch of
out-dated ideas and information you can get for free if you look around
a little.
And many of them are obviously written by people
who have little
experience of getting a site ranked - obvious because their own site
isn't.
Peter has proven his
system FIVE times over, and has techniques that are all
safe, all legitimate, and some that you won't have seen in print before.
Just a tiny sample
of what's in this amazing report...
How to use Overture to boost your rankings
without paying a penny in pay-per-click fees.
One type of heading you should always use (and
six that you shouldn't).
How to safely cross link for maximum benefit
(and this method won't get you banned).
How and where to submit your site so it takes
minimum time but gives maximum exposure.
One
method no one ever thinks of that's been responsible for some MAJOR
traffic. I've not seen this in any other book or report on the subject.
This one technique alone is easily worth the tiny price of the report.
Forget what you already know about keyword
density. This report tells you what you need to know and makes it easy.
What's amazing to me is how others try to fill
hundreds of pages with so called strategy. Peter has summarized his entire
formula into just TEN pages.
You can read this in less than twenty minutes
and start putting it into effect right away.
Remember...
All of the methods given here are 100% legitimate. You WILL NOT get banned for using these methods.
Peter has proven
this system five times over with
different web sites on different subjects.
None of the ideas need expensive software or
tools.
You don't need to have any prior experience
with search engines.
You don't need to be an expert at HTML.
This report won't take you weeks to wade
through and leave you with dozens of unanswered questions.
But we haven't got to the best part yet...
How much is a good search engine ranking worth to
you?
How many more orders
and enquires would it bring?
How ever you look at it, a good search engine
listing is great advertising
and although Peter could have easily insisted this report was sold for
hundreds of dollars - you're going to get it for less than the cost of
a small classified in a tiny e-zine.
So how much will this special report cost you?
This is really insane...
You can download your
own copy right away for just $9.97
But wait...
How about being able to resell
this report and keep 100% of the profits?
For just $5 more you can purchase this report with
full resale
rights. You can even resell the reprint rights, or just sell the report
on its own.
Not only that but you'll be entitled to include
the
report as a bonus with your own products or include it on fee based
membership sites.
Choose an option:
Option #1
Order
'Hitting the Search Engines with reprint rights.
You will get the report, a
special re-branding tool so that you can brand it with your domain name
and a resale rights license.
You may resell the product, with or
without the same rights.
P.S. If you think you can sell even one copy, then
take the reprint
rights version for just $5 more - remember, you can resell the product
with or without those same rights. Click
Here to buy with rights
Currently, there are no messages posted on this board.
#!/usr/bin/perl
##############################################################################
# Autoresponder Unlimited 2.0 #
# Copyright 2002 The 29th Floor Enterprise #
# Last modified 09/01/2002 #
# Authors: Tess Rupprecht #
# Available at http://www.autoresponderunlimited.com #
##############################################################################
# COPYRIGHT NOTICE #
# Copyright 2003 The 29th Floor Enterprise . All Rights Reserved. #
# #
# This script can be used as long as you don't change this #
# header or any of the parts that give me credit for writing this. #
# #
# By using this script you agree to indemnify me from any liability #
# that might arise from its use. #
# #
# Redistributing\selling the code for this program without prior written #
# consent is expressly forbidden. #
# #
# Use for any unauthorized purpose is expressly prohibited by law, #
# and may result in severe civil and criminal penalties. #
# Violators will be prosecuted to the maximum extent possible. #
# #
# YOU MAY NOT RESELL OR RELEASE THIS PROGRAM TO OTHERS #
# IT IS FOR YOUR PERSONAL USE ONLY. #
# #
##############################################################################
sub configure {
#################################################################
# CHANGE ONLY THESE VARIABLES: #
#################################################################
# Type the URL address of the ar.cgi.
# Replace ONLY www.yourdomain.com to yourdomain or URL address.
$scriptpath="http://advertisingfree.proboards21.com/cgi-bin/autoresponder/ar.cgi";
$htmlpath="http://advertisingfree.proboards21.com/html";
$imgpath="http://advertisingfree.proboards21.com/html/img";
# Type the full path to your EMail program.
# If you're not sure of this, ask your server administrator
$mailprog="/usr/sbin/sendmail";
# Type your email address. Make sure
# to place a \ in front of the @
# As an example: admin\@autoresponderunlimited.com
$fromaddr="naturesvitamins\admin\@wiktel.com";
# This is the file that will hold all of the email addresses and names
# of all of your autoresponders. Change it to something more secretive.
$mbase = "collect.txt";
# Type default name. If the system is unable to extract
# the prospect's name, it will print the Default Name.
$emptyuname="Friend";
# Enter the Admin password (case sensetive 8 chars max)
$password="p39102";
}
1;
#!/usr/bin/perl
#################################################################
##-------------------------------------------------------------##
## DO NOT EDIT ANYTHING BELOW ##
##-------------------------------------------------------------##
#################################################################
require "config.cgi";
&configure;
$checkuserfile="";
splice(@checkuserarray);
$scripturl=$scriptpath;
$mailprog=$mailprog." -i -t";
$admin=$fromaddr;
@months=("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");
@mdays = (31,28,31,30,31,30,31,31,30,31,30,31);
require "Lite.pm";
$|=1;
if ($activate){
&mailer;
exit;
}
&readparse;
if ($FORM{'mode'} eq "showpanels"){
&showpanels;
} elsif ($FORM{'mode'} eq "showars"){
&showars;
} elsif ($FORM{'mode'} eq "4"){
addar($FORM{'adar'});
} elsif ($FORM{'mode'} eq "5"){
&checkform;
} elsif ($FORM{'mode'} eq "1"){
@arlist=getarlist();
foreach(@arlist){
if ($FORM{"$_"} ne "") {
push(@todel,$FORM{"$_"});
$rrr=$FORM{"$_"}.", ".$rrr;
}
}
# $ondelars="onload=\"javascript:parent.main.location='".$htmlpath."index.htm'\"";
delar(@todel);
} elsif ($FORM{'mode'} eq "letters"){
letters($FORM{'ar'});
} elsif ($FORM{'mode'} eq "newlet"){
&showpanels;
letterbody("Type Your Subject Here!","Type Your Message Here!",$FORM{'newone'});
&footer;
} elsif ($FORM{'mode'} eq "saveletter"){
$fname="letter$FORM{'num'}"."\.txt";
($pattach)=getattach("$FORM{'ar'}/$fname");
$pattach=~/.*\.(.*)/;
if($pattach ne $filetoattach && $filetoattach ne ""){unlink("$FORM{'ar'}/upfile$FORM{'num'}.$1");}
if ($fname ne "letter.txt"){
open(LETTER,">$FORM{'ar'}/$fname");
flock(LETTER,$LOCK_EX);
print LETTER "Subject:$FORM{'subject'}\n";
if($filetoattach eq ""){$filetoattach=$pattach};
print LETTER "Attachment:$filetoattach\n";
$body=$FORM{'body'};
$body=~s/\r\s/\r/g;
print LETTER "$body";
close(LETTER);
};
@kkeys=getfiles("$FORM{'ar'}");
@periods[0]=0;
if ($FORM{'edit'} eq ""){
foreach(@kkeys){
if (/letter(\d+)/) {
$per=$FORM{$_};
if ($per eq ""){
if($1==1){
$per=0;
} else {
$per=@periods[$1-2]+1;
};
}
@periods[$1-1]=$per;
}
};
if ($#periods!=-1){
open(PERIODS,">$FORM{'ar'}/periods.txt");
flock(PERIODS,$LOCK_EX);
my($idxp);
print PERIODS "0\n";
for($idxp=1;$idxp<=$#periods;$idxp++){
if ((@periods[$idxp]=~/\D+/)||(@periods[$idxp]<=@periods[$idxp-1])){@periods[$idxp]=@periods[$idxp-1]+1};
print PERIODS "@periods[$idxp]\n";
};
close(PERIODS);
};
my($fromars,$namears,$unlink,$redirect,$sendad)=($FORM{'fromfield'},$FORM{'namefield'},$FORM{'unlink'},$FORM{'redirect'},$FORM{'sendad'});
if (open(FILE,">$FORM{'ar'}/$FORM{'ar'}.cfg")){
flock(FILE,$LOCK_EX);
print FILE "$fromars\n$namears\n$unlink\n$redirect\n$sendad\n";
close(FILE);
};
};
if ($FORM{'period'} ne "" && $FORM{'import'} ne "") {
&importusers;
}
letters($FORM{'ar'});
} elsif ($FORM{'mode'} eq "read"){
$fname=$FORM{'fname'};
open(LETTER,"$FORM{'ar'}/$fname");
flock(LETTER,$LOCK_EX);
$str=;
$str=~/Subject:(.*)/;
$subject=$1;
$str=;
$str=~/Attachment:(.*)/;
$attachmentfile=$1;
while(!eof(LETTER)) {
$str=;
chomp($str);
$str=~s/\n//g;
$body=$body.$str;
};
close(LETTER);
&showpanels;
letterbody($subject,$body,$FORM{'num'},$attachmentfile,$getit);
&footer;
} elsif ($FORM{'mode'} eq "delletter"){
if ($FORM{'num'} ne ""){
$fname="letter$FORM{'num'}"."\.txt";
my($attach)=getattach("$FORM{'ar'}/$fname");
$attach=~/.*\.(.*)/;
unlink("$FORM{'ar'}/$fname");
unlink("$FORM{'ar'}/upfile$FORM{'num'}.$1");
my(@files1)=(getfiles("$FORM{'ar'}"));
@kkeys=sort blia @files1;
chdir($FORM{'ar'});
foreach(@kkeys){
~/letter(\d+)/;
if ($1>$FORM{'num'}){
$new=$1-1;
($pattach)=getattach("letter$1.txt");
rename("letter$1.txt","letter$new.txt");
$num=$1;
$pattach=~/.*\.(.*)$/;
if ($pattach ne ""){
rename("upfile$num.$1","upfile$new.$1");
};
}
};
chdir("..");
if(open(PER,"$FORM{'ar'}/periods.txt")){
flock(PER,$LOCK_EX);
$linenum=1;
while(!eof(PER)){
$line=;
chomp($line);
if ($linenum!=$FORM{'num'}) {push(@newone,$line)};
$linenum++;
}
close(PER);
}
if(open(PER,">$FORM{'ar'}/periods.txt")){
flock(PER,$LOCK_EX);
foreach(@newone){print PER "$_\n"};
close(PER);
};
letters($FORM{'ar'});
}else {error("Nothing!!!")}
} elsif ($FORM{'mode'} eq "register"){
®ister;
print "";
} elsif ($FORM{'mode'} eq "mailer"){
&mailer;
error("Ales good!");
} elsif ($FORM{'mode'} eq "r"){
&unlinkuser;
} elsif ($FORM{'mode'} eq "code"){
&showpanels;
&generator;
&footer;
} elsif ($FORM{'mode'} eq "delattach"){
($subj,$bod,$attach)=getletter("$FORM{'ar'}/letter$FORM{'num'}.txt");
$attach=~/.*\.(.*)/;
unlink("$FORM{'ar'}/upfile$FORM{'num'}.$1");
open(LETTER,">$FORM{'ar'}/letter$FORM{'num'}.txt");
flock(LETTER,$LOCK_EX);
print LETTER "Subject:$subj\n";
print LETTER "Attachment:\n";
print LETTER "$bod";
close(LETTER);
letters($FORM{'ar'});
print "";
} elsif ($FORM{'mode'} eq "secure"){
if($FORM{'password'} eq $password){
&showpanels;
} else {&checkform};
}elsif ($FORM{'mode'} eq "export"){
&exportmails;
}
else {
error("Unexpected error");
}
sub getfiles{
my(@files1);
opendir(DIR,"@_[0]") || die "Cannot open $userdir!";
while (@files=readdir(DIR)) {
foreach $file(@files){
if ($file ne ".." && $file ne "." && $file ne "" && $file=~/letter\d*\.txt/) {
push(@files1,$file);
}
};
};
return @files1;
}
sub getattach{
my($str);
open(LETTER,"@_[0]");
flock(LETTER,$LOCK_EX);
$str=;
$str=;
chomp($str);
$str=~/Attachment:(.*)/;
close(LETTER);
return $1
}
sub showtitle{
print "