Recopilacion de 243 Plugins del Foro Alterserv.com

Publicado por firecold, Noviembre 27, 2013, 04:24:28 PM

Tema anterior - Siguiente tema

esleyter2010

Hola, algun detalle con este plugin que no funciona... la pagina es www.roloeganga.com y el server http://roloeganga.scmventures.net....   

#include <iostream>
#include <cstring>
#include <string>
#include <vector>
#include "../utils.cpp"

using namespace std;

// use this line to compile
// g++ -I. -fPIC -shared -g -o roloeganga.scmventures.net.so roloeganga.scmventures.net.cpp
// Regex
// http.*\.roloeganga\.scmventures\.net.*(\.jpg|\.png|\.gif|\.bmp)
string get_filename(string url) {
                vector<string> resultado;
        string retorna = "";
        stringexplode(url, "/", &resultado);
        retorna = resultado.at(resultado.size()-2) + "-"+resultado.at(resultado.size()-1);
        return retorna;
}

extern "C" resposta getmatch(const string url) {
        resposta r;       
               
  if ( (url.find("roloeganga.scmventures.net/") != string::npos)
     ) {
      r.file = get_filename(url);
      if (!r.file.empty()) {
         r.match = true;
         r.domain = "roloeganga.scmventures.net";       
      } else {
         r.match = false;
      }
   }
   else
   {
      r.match = false;
   }
   return r;
}


firecold

Cita de: esleyter2010 en Enero 19, 2015, 09:08:17 AM
Hola, algun detalle con este plugin que no funciona... la pagina es www.roloeganga.com y el server http://roloeganga.scmventures.net....   

#include <iostream>
#include <cstring>
#include <string>
#include <vector>
#include "../utils.cpp"

using namespace std;

// use this line to compile
// g++ -I. -fPIC -shared -g -o roloeganga.scmventures.net.so roloeganga.scmventures.net.cpp
// Regex
// http.*\.roloeganga\.scmventures\.net.*(\.jpg|\.png|\.gif|\.bmp)
string get_filename(string url) {
                vector<string> resultado;
        string retorna = "";
        stringexplode(url, "/", &resultado);
        retorna = resultado.at(resultado.size()-2) + "-"+resultado.at(resultado.size()-1);
        return retorna;
}

extern "C" resposta getmatch(const string url) {
        resposta r;       
               
  if ( (url.find("roloeganga.scmventures.net/") != string::npos)
     ) {
      r.file = get_filename(url);
      if (!r.file.empty()) {
         r.match = true;
         r.domain = "roloeganga.scmventures.net";       
      } else {
         r.match = false;
      }
   }
   else
   {
      r.match = false;
   }
   return r;
}


Puedes ayudarte con este tema, Enlace Saludos

esleyter2010

Gracias firecold, paisanos de venezuela que lleven gusto de optimisarlo se les agradece, mira como quedo... pero aun no funciona...#include <iostream>
#include <cstring>
#include <string>
#include <vector>
#include "../utils.cpp"

using namespace std;

// use this line to compile
// g++ -I. -fPIC -shared -g -o roloeganga.com.ve.so roloeganga.com.ve.cpp
// Regex
// http.*\.roloeganga\.com\.ve.*\.jpg

string get_filename(string url) {
                vector<string> resultado;
        string retorna = "";
        stringexplode(url, "/", &resultado);
        retorna = resultado.at(resultado.size()-2) + "-"+resultado.at(resultado.size()-1);
        return retorna;
}

extern "C" resposta getmatch(const string url) {
        resposta r;       
               
  if ( (url.find(".scmventures.net/") != string::npos) and (url.find(".jpg") != string::npos)
     ) {
      r.file = get_filename(url);
      if (!r.file.empty()) {
         r.match = true;
         r.domain = "roloeganga";       
      } else {
         r.match = false;
      }
   }
   else
   {
      r.match = false;
   }
   return r;
}

firecold

Cita de: esleyter2010 en Enero 20, 2015, 09:39:13 PM
Gracias firecold, paisanos de venezuela que lleven gusto de optimisarlo se les agradece, mira como quedo... pero aun no funciona...#include <iostream>
#include <cstring>
#include <string>
#include <vector>
#include "../utils.cpp"

using namespace std;

// use this line to compile
// g++ -I. -fPIC -shared -g -o roloeganga.com.ve.so roloeganga.com.ve.cpp
// Regex
// http.*\.roloeganga\.com\.ve.*\.jpg

string get_filename(string url) {
                vector<string> resultado;
        string retorna = "";
        stringexplode(url, "/", &resultado);
        retorna = resultado.at(resultado.size()-2) + "-"+resultado.at(resultado.size()-1);
        return retorna;
}

extern "C" resposta getmatch(const string url) {
        resposta r;       
               
  if ( (url.find(".scmventures.net/") != string::npos) and (url.find(".jpg") != string::npos)
     ) {
      r.file = get_filename(url);
      if (!r.file.empty()) {
         r.match = true;
         r.domain = "roloeganga";       
      } else {
         r.match = false;
      }
   }
   else
   {
      r.match = false;
   }
   return r;
}


Postea las url fuentes que usastes para crear este plugin, para poder ayudarte, Saludos

cmoya

Me podrian ayudar con el raptor.lst de todos los plugins por favor

firecold

Cita de: cmoya en Enero 26, 2015, 11:28:05 AM
Me podrian ayudar con el raptor.lst de todos los plugins por favor

Tienes algún problema con el raptor.lst, puedes buscar dicho archivo en el script de instalacion, saludos