Axe08
09-05-2009, 05:05
Ok so here is something that i wanted tell you because a lot of people over at the sharecash forums are complaining about how sharecash links are banned and all.
I will show you how to make a free website and make it redirect to your download link in an iframe so your site is still at the top.
This is what it will look like except I used one of my other site to make the link.
http://download.axe-tech.net/
Basically what you want to do is open up a webs.com account and make on of those free sites.
Sign up here
http://members.webs.com/Signup/ (http://http://members.webs.com/Signup/)
When you sign up, your website will be username.webs.com
So I advise you to make it something with download in it.
Ok so next you have to edit you web page. What you want to do is make it so you edit it with html and not with their editor.
So here is what your html code is going to be
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>TITLE FOR TOP OF BROWSER</title>
<style type="text/css">
html {
overflow: auto;
}
</style>
</head>
<body style="margin:0; height:100%; min-height:100%">
<iframe style='position:absolute;z-index:10;top:0;left:0;margin' width='100%' height='100%' scrolling='auto' marginwidth='0' marginheight='0' align='top' frameborder='0' SRC='SHARECASH LINK!' /></iframe>
</body>
</html>Ok so basically that is it.
Here is what it looks like again.
http://download.axe-tech.net/
Now I am not sure how long it will be until they ban your own domain but you can always make another free site.
Thanks to Wynthar for helping me get it to work on all browsers!
Example sites
http://tonsopasses-link1.webs.com/
Pan's site: http://forchan.webs.com/index.htm
Borntodis's link: http://bdpasses.webs.com (http://bdpasses.webs.com/)
I will show you how to make a free website and make it redirect to your download link in an iframe so your site is still at the top.
This is what it will look like except I used one of my other site to make the link.
http://download.axe-tech.net/
Basically what you want to do is open up a webs.com account and make on of those free sites.
Sign up here
http://members.webs.com/Signup/ (http://http://members.webs.com/Signup/)
When you sign up, your website will be username.webs.com
So I advise you to make it something with download in it.
Ok so next you have to edit you web page. What you want to do is make it so you edit it with html and not with their editor.
So here is what your html code is going to be
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>TITLE FOR TOP OF BROWSER</title>
<style type="text/css">
html {
overflow: auto;
}
</style>
</head>
<body style="margin:0; height:100%; min-height:100%">
<iframe style='position:absolute;z-index:10;top:0;left:0;margin' width='100%' height='100%' scrolling='auto' marginwidth='0' marginheight='0' align='top' frameborder='0' SRC='SHARECASH LINK!' /></iframe>
</body>
</html>Ok so basically that is it.
Here is what it looks like again.
http://download.axe-tech.net/
Now I am not sure how long it will be until they ban your own domain but you can always make another free site.
Thanks to Wynthar for helping me get it to work on all browsers!
Example sites
http://tonsopasses-link1.webs.com/
Pan's site: http://forchan.webs.com/index.htm
Borntodis's link: http://bdpasses.webs.com (http://bdpasses.webs.com/)