Leanmen
1
Eta
Verificación en dos pasos activada
¡Excelente comerciante!
Suscripción a IA
🔒 Este tema está cerrado para nuevas respuestas.
⏰ Solo el creador del tema puede solicitar la reapertura de sus propios temas, pero únicamente dentro de los 60 días previos a la última actualización.
A mi me venia funcionando perfecto pero hace poco dejo de postear, y el debug del sex muestra muchisimo codigo, pero muestra que se loguea correctamente y aveces sale pin error y doce the URL invoce... pero no recuerdo que mas porque no me ha salido el error nuevamente.mm a mi me funciona aun... recien lo testie de nuevo y me posteo las img sin problemas...
A mi me venia funcionando perfecto pero hace poco dejo de postear, y el debug del sex muestra muchisimo codigo, pero muestra que se loguea correctamente y aveces sale pin error y doce the URL invoce... pero no recuerdo que mas porque no me ha salido el error nuevamente.
Intentare eso, aunque ya he intentado hasta creando una cuenta nueva en un VPS y sigue el problema pero intentare creando board nuevo y te aviso.create otro board a ver... por ahi se bugea y si posteas en otro board los postea bien
create otro board a ver... por ahi se bugea y si posteas en otro board los postea bien
Hola intenta borrando el archivo "auto.phpcokkie"Hola gente y clicklow, estoy teniendo el error "No se pudo postear en se--------.com", debugueando el script veo que hace bien el login, y cuando quiere hacer el posteo, me devuelve la pagina de que tengo que confirmar el email para poder postear, sin embargo, el email ya lo confirme y me permite postear manualmente sin problemas.
Alguna idea?
//Obtener imagenes!
$A = file_get_contents($_POST['url']);
preg_match_all('|\<a href\="(.*)_500.jpg"\>\<img src\=|U',$A,$B);
$dtojson['imagen'] = $C.'_500.jpg';
$POSTSEX = Postear($URL,$C."_500.jpg",$A_SEXID[$_POST['board']],$_POST['tags']);
$POSTPIN = PostearPinSex($URL,$C."_500.jpg",$_POST['tags'],$A_PINSEI[$_POST['board2']],$TITULO);
Interesante eso que dices si lo logran hacer me gustaria usarlo asi tambien.Hola [MENTION=9679]cicklow[/MENTION]
tengo una duda acerca de este Automatito V2, siguiendo todos los pasos que mencionas, funciona correctamente el script. pero el detalle esta en que solo postea las imagenes en extension .jpg
checando tu codigo fuente y modificando las siguientes lineas con la extension .gif .mp4 .png etc etc. postea las imagenes con la extension antes mencionada, ya que por default solo postea con la extension .jpg
PHP://Obtener imagenes! $A = file_get_contents($_POST['url']); preg_match_all('|\<a href\="(.*)_500.jpg"\>\<img src\=|U',$A,$B);
PHP:$dtojson['imagen'] = $C.'_500.jpg';
PHP:$POSTSEX = Postear($URL,$C."_500.jpg",$A_SEXID[$_POST['board']],$_POST['tags']);
PHP:$POSTPIN = PostearPinSex($URL,$C."_500.jpg",$_POST['tags'],$A_PINSEI[$_POST['board2']],$TITULO);
habra alguna manera de incluir estas extensiones en las lineas antes mencionadas, para que agarre la extension segun corresponda a la imagen en las tumblr ?
Interesante eso que dices si lo logran hacer me gustaria usarlo asi tambien.
Saludos.
Hola [MENTION=9679]cicklow[/MENTION]
tengo una duda acerca de este Automatito V2, siguiendo todos los pasos que mencionas, funciona correctamente el script. pero el detalle esta en que solo postea las imagenes en extension .jpg
checando tu codigo fuente y modificando las siguientes lineas con la extension .gif .mp4 .png etc etc. postea las imagenes con la extension antes mencionada, ya que por default solo postea con la extension .jpg
PHP://Obtener imagenes! $A = file_get_contents($_POST['url']); preg_match_all('|\<a href\="(.*)_500.jpg"\>\<img src\=|U',$A,$B);
PHP:$dtojson['imagen'] = $C.'_500.jpg';
PHP:$POSTSEX = Postear($URL,$C."_500.jpg",$A_SEXID[$_POST['board']],$_POST['tags']);
PHP:$POSTPIN = PostearPinSex($URL,$C."_500.jpg",$_POST['tags'],$A_PINSEI[$_POST['board2']],$TITULO);
habra alguna manera de incluir estas extensiones en las lineas antes mencionadas, para que agarre la extension segun corresponda a la imagen en las tumblr ?
//Obtener imagenes!
$A = file_get_contents($_POST['url']);
preg_match_all('|\<a href\="(.*)_500\.(.*)"\>\<img src\=|U',$A,$B);
//obtener keys
$KEYS = preg_split("|[\r\n]+|i", file_get_contents($_POST['keys']), -1, PREG_SPLIT_NO_EMPTY);
if($KEYS[0]=="") die('El archivo de las keys ('.$_POST['keys'].') no puede ser leido correctamente! guardar como UTF8!');
foreach($B[1] as $TTY => $C){
$tipoimagen = $B[2][$TTY];
shuffle($KEYS);
$TITULO = $KEYS[array_rand($KEYS,1)];
if(!file_exists('cache/'.md5($C))){
//postear remoto!
$dtojson['titulo'] = $TITULO;
$dtojson['imagen'] = $C.'_500.'.$tipoimagen;
$dtojson['keys'] = DameReKeys($KEYS);
$POSTEO = file_get_contents($SERVER.'api.php?secret='.$SECRET.'&json='.base64_encode(json_encode($dtojson)));
$POSTEO = json_decode($POSTEO,true);
if($POSTEO[0]=="") die('Error al poster en el sitio web!');
if($POSTEO[1]) $URL = $SERVER.$POSTEO[0].'.html'; else $URL = $SERVER.'?id='.$POSTEO[0];
if($posteo['sex.com']){
$POSTSEX = Postear($URL,$C."_500.".$tipoimagen,$A_SEXID[$_POST['board']],$_POST['tags']);
if(stripos($POSTSEX,"Congratulations! Your pin has been added")!==false) echo "Posteado en sex.com - "; else{ echo 'No se pudo postear en sex.com - '; @file_put_contents($FILEDS1, "Posteo: ".$POSTSEX."\n\n".str_repeat("--", 10)."\n\n", FILE_APPEND); }
}
if($posteo['pinsex.com']){
$POSTPIN = PostearPinSex($URL,$C."_500.".$tipoimagen,$_POST['tags'],$A_PINSEI[$_POST['board2']],$TITULO);
if(stripos($POSTPIN,"isRedirect")!==false) echo "Posteado en pinsex.com - "; else{ echo 'No se pudo postear en pinsex.com - '; @file_put_contents($FILEDS2, "Posteo: ".$POSTPIN."\n\n".str_repeat("--", 10)."\n\n", FILE_APPEND); }
}
echo 'Posteado en sitio web: '.$URL.'<br/>';
file_put_contents('cache/'.md5($C),'');
sleep(5);
}else{
echo 'La imagen: '.md5($C).' ya fue posteada antes!<br/>';
}
}
Todavía me sigo preguntando hasta cuanto se puede llegar a ganar mensualmente
[MENTION=9679]cicklow[/MENTION] el script me andava de lujo, pero formatee la compu y no guarde el servidor local y ahora lo intento configurar de vuelta y nada me da este error
Fatal error: Call to undefined function DameReKeys() in C:\xampp\htdocs\automatito2\auto.php on line 71
if (isset($_POST['submit'])) {
set_time_limit(0);
date_default_timezone_set('America/Argentina/Buenos_Aires');
include('sex.php');
include('pinsex.php');
// set blog id
$__id = $A_BLOGID[$_POST['ID']];
function DameReKeys($K){
shuffle($K);
shuffle($K);
$B = "";
for($i=0;$i<=10;$i++){
$B.= $K[$i].'|';
}
return $B;
}
function DameReKeys($K){
shuffle($K);
shuffle($K);
$B = "";
for($i=0;$i<=10;$i++){
$B.= $K[$i].'|';
}
return $B;
}
if (isset($_POST['submit'])) {
set_time_limit(0);
date_default_timezone_set('America/Argentina/Buenos_Aires');
include('sex.php');
include('pinsex.php');
// set blog id
$__id = $A_BLOGID[$_POST['ID']];
Notice: Undefined variable: _DIR in C:\xampp\htdocs\web\sex.php on line 42
Notice: Undefined variable: _DIR in C:\xampp\htdocs\web\sex.php on line 43
Posteado en sex.com - Posteado en sitio web: http://miweb.com/ed2db932.html
Notice: Undefined variable: _DIR in C:\xampp\htdocs\web\sex.php on line 42
Notice: Undefined variable: _DIR in C:\xampp\htdocs\web\sex.php on line 43
Posteado en sex.com - Posteado en sitio web: http://miweb.com/1c021f18.html
Notice: Undefined variable: _DIR in C:\xampp\htdocs\web\sex.php on line 42
Notice: Undefined variable: _DIR in C:\xampp\htdocs\web\sex.php on line 43
Posteado en sex.com - Posteado en sitio web: http://miweb.com/22ec742d.html
Warning: file_get_contents(http://miweb.com/api.php?secret=misupercontrasena&json=eyJ0aXR1bG8iOiJiYWRnaXJscyIsImltYWdlbiI6Imh0dHA6XC9cLzQwLm1lZGlhLnR1bWJsci5jb21cLzc0MmVmZjEyMDQ2ZDg1ODBjNzU3NWYzMGY3MDFjZDM2XC90dW1ibHJfbW1ybTdwZ3RWYjFybHJpbjdvMV81MDAuanBnIiwia2V5cyI6ImVib255IGdpcmxzfEtleXdvcmR8YXNpYW4gZ2lybHN8YmFkZ2lybHN8bmFzdHkgZ2lybHN8d2ViY2FtIGdpcmxzfHBlbnRob3VzZSBnaXJsc3xibGFjayBnaXJsc3xnaXJscyBzZXh5fHBhcnR5IGdpcmxzfGZyZWUgZ2lybHN8In0=): in C:\xampp\htdocs\web\auto.php on line 91
Error al poster en el sitio web!
🔒 Este tema está cerrado para nuevas respuestas.
⏰ Solo el creador del tema puede solicitar la reapertura de sus propios temas, pero únicamente dentro de los 60 días previos a la última actualización.
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?
Utilizamos cookies y tecnologías similares para los siguientes fines:
¿Aceptas las cookies y estas tecnologías?