I'm looking for someone to develop a bot that creates .html files and .txt files that I can input.
For instance, my website is based on giving free game downloads. Well, here's one of the .htmls:
I need it to be able to edit the colored parts.
Red: Download name /downloads/ would be my directory, so it would always put it before the download name.
Blue: The game's image cover + alt text.
Green: Webpage title.
For instance, my website is based on giving free game downloads. Well, here's one of the .htmls:
Code:
<html>
<head>
<!-- Rename "Avatar: The Game" to the game you're editing! -->
<title>[COLOR="Lime"]GamerzExpress - Ace Combat 6:Fires of Liberation[/COLOR]</title>
<body background="http://i552.photobucket.com/albums/jj340/Dervay/bg.gif">
<script type="text/javascript">var isloaded = false;</script><script type="text/javascript" src="http://www.**************.com/mygateway.php?pub=46586&gateid=NDU4OTE%3D"></script><script type="text/javascript">if (!isloaded) { window.location = 'http://**************.com/adblock.php?pub=46586'; }</script><noscript><meta http-equiv="refresh" content="0;url=http://**************.com/nojava.php?pub=46586" /></noscript>
</head>
<center>
<img src="http://i552.photobucket.com/albums/jj340/Dervay/logo-trans.png" alt="GamerzExpress!" />
<!-- Enter game image link below! -->
<br><img src="[COLOR="Blue"]http://thumbnails10.imagebam.com/4133/45cdf641327743.gif" alt="Ace Combat 6:Fires of Liberation[/COLOR]" />
<br><br><img src="http://i552.photobucket.com/albums/jj340/Dervay/downloads.png" alt="Downloads!"/ >
<!-- Upload the borderlands.zip with the download links below! -->
<a href="[COLOR="Red"]/downloads/acecombat6firesofliberation.zip[/COLOR]"><h1>Download now!</h1></a>
</center>
</html>
I need it to be able to edit the colored parts.
Red: Download name /downloads/ would be my directory, so it would always put it before the download name.
Blue: The game's image cover + alt text.
Green: Webpage title.