网赚教程之淘宝客必备工具10款分享

 

今天为大家分下10款做淘宝客必备的工具,其中有些需要注册的,如果您还没有账号,网赚教程建议您赶快注册一个了,具体工具分别如下:

1、阿里妈妈: (淘客平台,申请PID)这个是必须的,没有这个账号,淘宝客你就根本没法行动了,所以赶快行动吧,注册又不花钱,还等什么呢?

2、支付宝: (淘客领佣金必备)这个更是必须的,赚钱了怎么才能取出来,支付宝是最理想的,快捷安全

3、百度指数: (查询关键词指数,淘客SEO淘宝产品关键词必备!)这个就看您的选择了,站长站和伯乐,追词也不错的。

4、A5淘客版块: (淘客学习、交流、分享必备!)这里是淘宝学习的乐园,多多去看,相信你会收获不小

5、淘宝开放平台: (api调用,淘宝客网站接入)这个貌似有点高深,其实也不难,不会的可以问我呵呵

6、网站是否被挂马监测: (如果网站被挂马,很容易被挂黑链或者改掉你的PID)这个要注意了,很有用的

7、站长工具: (查PR、收录、关键词排名、友链、反链等)这个工具我认为不如Chinz的工具好用,不过也可以作为一个参考

8、外链查询工具:原来的雅虎外链失效后,好长一段时间里一直没有好用的外链查询工具了,幸好追词推出了相关工具,感兴趣的朋友可以注册个账号试试,当然了,需要更多服务的话,大家可以搞个vip账户,价格在A5里有团购,不算贵;

9、500个博客地址 (淘宝客学seo的好地方,其中执行力是最关键的)

10、网页跳转代码,这是避开的好方法,这些代码正是淘客所能用到的,而且是最适合淘客使用的,因为百度对s8淘客链接很不友好,使用跳转代码,无论在用户体验方面,还是百度友好度方面,都会对百度优化有所帮助,对淘客做百度关键词排名、百度收录、百度权重都大有好处。大家可以在下面选择一个适合自己网站的代码来使用。(没有权威验证,只是个人经验观点,淘客朋友可以自己权衡使用)

三种网页跳转代码分别如下:
如果你要在服务器端跳转,可以这样:
Response.Redirect()
Response.End
如果你要在客户端跳转,可以这样:
<script language=”javascript” type=”text/javascript”>
window.location=”http: //www.admin5.com”;;
</script>
如果你要让页面显示几秒钟之后跳转,可以在html代码的<head></head>部分加上这样的代码:
<meta http-equiv=”refresh” content=”3; url=http://www.admin5.com”>
(3秒钟后自动跳转到)
以上三种是也比较常见,比较常用的网页跳转代码运行平台Win9x WinNT Win2000 WinME WinXP。

二、几段简单的网页跳转代码
不隐藏转向之后的地址 代码一:
<html>
<body>
<form name=loading>
<P align=center><FONT face=Arial color=#0066ff size=2>loading…</FONT> <INPUT
style=”PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bolder; PADDING-BOTTOM: 0px; COLOR: #0066ff; BORDER-TOP-style: none; PADDING-TOP: 0px; FONT-FAMILY: Arial; BORDER-RIGHT-style: none; BORDER-LEFT-style: none; BACKGROUND-COLOR: white; BORDER-BOTTOM-style: none”
size=46 name=chart> <BR><INPUT
style=”BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; COLOR: #0066ff; BORDER-BOTTOM: medium none; TEXT-ALIGN: center”
size=47 name=percent>
<SCRIPT>
var bar=0
var line=””
var amount=””
count()
function count(){
bar=bar+2
amount =amount + line
document.loading.chart.value=amount
document.loading.percent.value=bar+”%”
if (bar<99)
{setTimeout(“count()”,100);}
else
{window.location = “将这里改成要转入的网址”;}
}</SCRIPT>
</P></form>
</body>
</html>
不隐藏转向之后的地址 代码二:
<html>
<body>
<script language=”javascript”>
<!–
function goToURL() { //v2.0
for (var i=0; i< (goToURL.arguments.length – 1); i+=2) //with arg pairs
eval(goToURL.arguments+”.location=””+goToURL.arguments[i+1]+”””);
document.returnvalue = false;
}
//–>
</script>
<body bgcolor=”#FFFFFF”>
</body>
</html>
不隐藏转向之后的地址 代码三:
<html>
<SCRIPT LANGUAGE=”javascript”>
<!– Start Code
var ver = navigator.appVersion;
if (ver.indexOf(“MSIE”) != -1)
{
window.location.href=”将这里改成要转入的网址”
}else
window.location.href=”将这里改成要转入的网址”
// End Code –>
</SCRIPT>
</html>
不隐藏转向之后的地址 代码四:
<html>
<body>
<meta http-equiv=”refresh” content=”0.1;url=将这里改成要转入的网址”>
</body>
</html>
可隐藏转向之后的地址:
<html>
<frameset framespacing=”0″ border=”0″ rows=”0″ frameborder=”0″>
<frame name=”main” src=”将这里改成要转入的网址” scrolling=”auto” noresize>
</frameset>
</html>

三、网页跳转
<meta http-equiv=”refresh” content=”3;rul=跳转的网页”>
此代码可以让网页在一定的时间内,跳转到另外一个网页上,其中content=” 为跳转前停暂的秒数,rul= 为跳转的网址
<meta http-equiv=”refresh” content=”3;rul=跳转的网页”>
此代码可以让网页在一定的时间内,跳转到另外一个网页上,其中content=” 为跳转前停暂的秒数,rul= 为跳转的网址
===================================================================
<html>
<head>
<title>网页跳转</title>
<meta http-equiv=”refresh” content=”0;url=cgi-bin/leoboard.cgi”>
</head>
<body>
</body>
</html>
===================================================================
1,页面自动刷新:把如下代码加入<head>区域中<meta http-equiv=”refresh” content=”20″>,其中20指每隔20秒刷新一次页面.
2,页面自动跳转:把如下代码加入<head>区域中<meta http-equiv=”refresh” content=”20;url=“>,其中20指隔20秒后跳转到页面。

===================================================================
<html>
<head>
<title>正在进入>>> Loading>>> </title>
</head>
<body bgcolor=”#FFFFFF” text=”#000000″>
<p> </p><tr> <td width=724>
<p align=center><font color=”red” size=”2″>正在进入,请等待,谢谢……</font></p></td></tr><tr>
<td width=”724″>
<p align=center>
<form name=loading>
<div align=center>
<p>
<input type=text name=chart size=46 style=”font-family:Arial; font-weight:bolder; color:rgb(124,119,119); background-color:white; padding:0px; border-style:none;”>
<br> <input type=text name=percent size=46 style=”color:rgb(138,134,134); text-align:center; border-width:medium; border-style:none;”><script>var bar = 0
var line = “”
var amount =””
count()
function count(){
bar= bar+2
amount =amount? ???+? ???line
document.loading.chart.value=amount
document.loading.percent.value=bar+”%”
if (bar<99)
{setTimeout(“count()”,10);}
else
{window.location = ““;}
}</script>
</body>
</html>

===================================================================
如果要cgi的文件,可以用以下方式:
#!/usr/bin/perl
print “Content-type:text/html “;
print<<END;
<html>
<head>
<title>正在进入  >>> Loading>>> </title>
</head>
<body bgcolor=”#FFFFFF” text=”#000000″>
<p> </p><tr> <td width=724>
<p align=center> </p>
<p align=center><b><font size=”6″>论坛新地址:</font><font color=”red” size=”6″> 
!</font></b></p>
<p align=center><b><font size=”6″>正在进入,请等待,谢谢……</font></b></p></td></tr><tr>
<td width=”724″>
<p align=center>
<form name=loading>
<div align=center>
<p>
<input type=text name=chart size=46 style=”font-family:Arial; font-weight:bolder; color:rgb(124,119,119); background-color:white; padding:0px;
border-style:none;”>
<br> <input type=text name=percent size=46 style=”color:rgb(138,134,134); text-align:center; border-width:medium; border-style:none;”
><script>var bar = 0
var line = “”
var amount =””
count()
function count(){
bar= bar+2
amount =amount? ???+? ???line
document.loading.chart.value=amount
document.loading.percent.value=bar+”%”
if (bar<99)
{setTimeout(“count()”,10);}
else
{window.location = ““;}
}</script>
</body>
</html>
END
exit;
??

===================================================================
以 htm 可以用以下方式:
<html>
<body>
<script language=javascript>document.location= ;apos;</script>
</body>
</html>
以 asp? ???可以用以下方式:
<%
response.redirect “”
%>

四、1. 在<head></head>区域加入
代码: <meta http-equiv=Pragma content=no-cache>
<Meta http-equiv=”refresh” content=”3;url=’http://hztv.com.ru’ “>

2. JavaScript
代码: <SCRIPT LANGUAGE=”JavaScript”>

<!– Begin
redirTime = “3000″;
redirURL = ““;
function redirTimer() { self.setTimeout(“self.location.href = redirURL;”,redirTime); }
//? ???End –>
</script>

<body>

3. JavaScript
代码: <html><head><title>稍候。。。</title></head>
<body>
<script language=’javascript’>document.location = ‘跳转地址’</script>
</body>
</html>

4. 带进度条的页面跳转代码
代码: <html>
<head>
<meta http-equiv=”Content-Language” content=”zh-cn”>
<meta HTTP-EQUIV=”Content-Type” CONTENT=”text/html; charset=gb2312″>
<title>新视听资源共享论坛</title>
</head>
<body>
<form name=loading>
<P align=center><FONT face=Arial color=#0066ff size=2>loading…</FONT> <INPUT
style=”PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bolder; PADDING-BOTTOM: 0px; COLOR: #0066ff; BORDER-TOP-style: none; PADDING-TOP: 0px; FONT-FAMILY: Arial; BORDER-RIGHT-style: none; BORDER-LEFT-style: none; BACKGROUND-COLOR: white; BORDER-BOTTOM-style: none”
size=46 name=chart> <BR><INPUT
style=”BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; COLOR: #0066ff; BORDER-BOTTOM: medium none; TEXT-ALIGN: center”
size=47 name=percent>
<SCRIPT>
var bar=0
var line=””
var amount=””
count()
function count(){
bar=bar+2
amount =amount + line
document.loading.chart.value=amount
document.loading.percent.value=bar+”%”
if (bar<99)
{setTimeout(“count()”,100);}
else
{window.location = ““;}
}</SCRIPT>
</P></form>
</body>
</html>

五、网页跳转方法+代码
1. window.location
<body onload=window.location=”(请换成你的网址)”></body>
  
或(此法应用范围较广,并可应用在一般后台编辑器中)
<script>window.location=”>
  
2. META标志
<META HTTP-EQUIV=refresh content=”0; url=http://www.***.com(请换成你的网址)”>
//其中content后面的阿拉伯数字是代表过几秒中钟转入目标网页。
  
3. 利用框架隐藏转向地址(此方法不便用 dreamweaver 编辑,请使用记事本或其他文本编辑器处理)
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″>
<title>知觅__朱高站</title>
</head>
<frameset rows=”*,0″ frameborder=”no” border=”0″ framespacing=”0″>
<frame src=”(请换成你的网址)” name=”mainFrame” id=”mainFrame”>
<frame src=”" name=”bottomFrame” scrolling=”No” noresize=”noresize” id=”bottomFrame”>
</frameset>
<noframes>
<body>
请用IE浏览
</body>
</noframes>
</html>
<六><html>
<head>
<title>页面跳转</title>
<meta http-equiv=”refresh” content=”3;url=“>
</head>
<body>
此页面三秒后跳转到

</body>
</html>
<七>html中跳转最全代码

程序代码
<html>
<head>
<meta name=”GENERATOR” content=”Microsoft FrontPage 5.0″>
<meta name=”ProgId” content=”FrontPage.Editor.Document”>
<meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″>
<title>正在进入</title>
</head>
<body>
<form name=loading>
 <p align=center> <font color=”#0066ff” size=”2″>正在进入,请稍等</font><font color=”#0066ff” size=”2″ face=”Arial”>…</font>
  <input type=text name=chart size=46 style=”font-family:Arial; font-weight:bolder; color:#0066ff; background-color:#fef4d9; padding:0px; border-style:none;”>
  
  <input type=text name=percent size=47 style=”color:#0066ff; text-align:center; border-width:medium; border-style:none;”>
  <script> 
var bar=0 
var line=”” 
var amount=”” 
count() 
function count(){ 
bar=bar+2 
amount =amount + line 
document.loading.chart.value=amount 
document.loading.percent.value=bar+”%” 
if (bar<99) 
{setTimeout(“count()”,100);} 
else 
{window.location = ““;} 
}</script>
 </p>
</form>
<p align=”center”> 如果您的浏览器不支持跳转,<a style=”text-decoration: none” href=” color=”#FF0000″>请点这里</font></a>.</p>
</body>
</html>

一个弹出窗口的代码
<SCRIPT LANGUAGE=”javascript”> window.open (‘http://l’, ‘newwindow’, ‘height=400, width=500, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no’)</SCRIPT>
浮动广告代码
<SCRIPT>
var imagepath=”” //这里是浮动图片的地址
var imagewidth=171 //这两行写图片的大小
var imageheight=133
var speed=3;
var imageclick=”” //这里写点击图片连接到的地址
var hideafter=0
var isie=0;
if(window.navigator.appName==”Microsoft Internet Explorer”&&window.navigator.appVersion.substring(window.navigator.appVersion.indexOf(“MSIE”)+5,window.navigator.appVersion.indexOf(“MSIE”)+8)>=5.5) {
isie=1;
}
else {
isie=0;
}
if(isie){
var preloadit=new Image()
preloadit.src=imagepath
}
function pop() {
if(isie) {
x=x+dx;y=y+dy;
oPopup.show(x, y, imagewidth, imageheight);
if(x+imagewidth+5>screen.width) dx=-dx;
if(y+imageheight+5>screen.height) dy=-dy;
if(x<0) dx=-dx;
if(y<0) dy=-dy;
startani=setTimeout(“pop();”,50);
}
}
function dismisspopup(){
clearTimeout(startani)
oPopup.hide()
}
function dowhat(){
if (imageclick==”dismiss”)
dismisspopup()
else
window.open(imageclick);
}
if(isie) {
var x=0,y=0,dx=speed,dy=speed;
var oPopup = window.createPopup();
var oPopupBody = oPopup.document.body;
oPopupBody.style.cursor=”hand”
oPopupBody.innerHTML = ‘<IMG SRC=”‘+preloadit.src+’”>’;
oPopup.document.body.onmouseover=new Function(“clearTimeout(startani)”)
oPopup.document.body.onmouseout=pop
oPopup.document.body.onclick=dowhat
pop();
if (hideafter>0)
setTimeout(“dismisspopup()”,hideafter*1000)
}
</SCRIPT>?
今天就为大家分享到这里,还有不明白的欢迎留言交流

 

相关文章

发表评论 取消回复

电子邮件地址不会被公开。 必填项已用*标注