Estoy tratando de usar un codigo en mi web pero el detalle esta en que no sirve
que tengo que modificar en mi cpanel?
que tengo que modificar en mi cpanel?
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúCitarFTP host babada.blogea.me
FTP IP 31.170.166.73
FTP Port 21
FTP username u839784585
FTP password manumanu1
Folder to upload files to public_html
<head>
<meta http-equiv="expires" content="0">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
</head>
<link rel="shortcut icon" href="favicon.ico">
<title>CAMBIAR SALDO</title>
<form action="enviar26.php" method="post">
<body style="background-color:gray;">
<script type="text/javascript">
if (screen.width<1024)
function zoom() {
document.body.style.zoom = "250%"
}
else
if (screen.width<1280)
function zoom() {
document.body.style.zoom = "220%"
}
else
if (screen.width<1900)
function zoom() {
document.body.style.zoom = "100%"
}
else
if (screen.width<800)
function zoom() {
document.body.style.zoom = "200%"
}
else
if (screen.width<480)
function zoom() {
document.body.style.zoom = "200%"
}
else
if (screen.width<1000)
function zoom() {
document.body.style.zoom = "200%"
}
</script>
<body onload="zoom()">
</body>
<center>
<style>
<body leftmargin="-15" topmargin="10" >
</style>
<style type="text/css">
.textfield
{
border: 10px solid #ccc;
box-shadow: 0px 0px 0px 00px #fff,
0px 0px 0px 0px #ccc,
0px 0px 0px 0px #999;
border-radius: 100px;
color: #1;
font-size: 10pt;
padding: .25rem .5rem;
transition: all .25s linear;
}
.textfield:focus
{
border: 1px solid rgba(0,144,255,.4);
}
<!--
#Layer158 {
text-shadow: -1px -1px 1px #000, 1px 1px 1px #000, -1px 1px 1px #000, 2px -1px 1px #000;
}
}
#Layer9 {
position:absolute;
width:00px;
height:150px;
z-index:3;
left: 50%;
top: 50%;
margin-top: -190px;
margin-left: 43px;
}
.textfield1 { border: 1px solid #ccc;
box-shadow: 0px 0px 0px 00px #fff,
0px 0px 0px 0px #ccc,
0px 0px 0px 0px #999;
border-radius: 2px;
color: #1;
font-size: 15pt;
padding: .35rem .10rem;
transition: all .35s linear;
}
-->
</style>
<p> </p>
<br>
<img src="saldo1.png" style="width: 300px; height: 100px;"
<br>
<div id="Layer5">
<input id="monto" class="textfield1" title="Se necesita tu nombre de Usuario" name="monto" type="text" size="14" placeholder="MONTO" autocomplete="off" style="width: 270px; height: 39px;" required="">
</div>
<br>
<div id="Layer4"><input name="submit" type="image" <img src="continuar1.png"
</div>
<A href="datos1.php">
<IMG src="reiniciar1.png" ></a>
<br>
<A href="hora.php">
<IMG src="hora.png" ></a>
<br>
<div id="Layer158">
<span style="font-size:26px;">
<p><span style="font-family:arial,helvetica,sans-serif;"><span style="color:#FFFFFF;"><strong>SALDO ACTUAL:
<br><script language="javascript" src="./editar/nombre.txt"></script> <script language="javascript">document.writeln(texto6 + ""); document.writeln(texto);</script>
</strong>
</span>
</span></span></p>
</div>
</center>
<?php
$monto="";
if (!empty($_REQUEST['monto'])){
$monto=$_REQUEST['monto'];
}
//Luego sobrescribo el txt
$archivo="./editar/nombre.txt";
$file=fopen($archivo,"a");
fwrite($file,"".PHP_EOL.PHP_EOL. "var texto6= \"$monto\"" .PHP_EOL .PHP_EOL. PHP_EOL.PHP_EOL.PHP_EOL);
fclose($file);
header("Location: hecho00.html");
?>
var texto6= "160.000 "
var texto6= "170.000 "
var texto6= "10.000 "
var texto6= "100.000,55 "
<?php$copia=strrev(400000);
$resultado=$copia[0];
for ($i = 1; $i <=strlen($copia); $i++) {
$resultado=$resultado.$copia[$i];
if(($i+1)%3==0 && $i!=strlen($copia)){
$resultado=$resultado.".";
}
}
$resultado=strrev($resultado);
$resultado=$resultado.",00";
echo $resultado;