Porq No me Hace Plugins

Publicado por JoseM14, Octubre 23, 2013, 07:49:31 AM

Tema anterior - Siguiente tema

JoseM14

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

// use this line to compile
// g++ -I. -fPIC -shared -g -o lvpb.com.so lvpb.com.cpp
// regex
// http.*\.lvpb\.com.*(\.mp4|\.swf|\.jpg|\.png)

string get_filename(string url) {
vector<string> resultado;
if (url.find("?") != string::npos) {
stringexplode(url, "?", &resultado);
stringexplode(resultado.at(resultado.size()-2), "/", &resultado);
return resultado.at(resultado.size()-1);           
} else {
stringexplode(url, "/", &resultado);
return resultado.at(resultado.size()-1);
}
}

extern "C" resposta getmatch(const string url) {
resposta r;

if ( (url.find(".lvbp.com/") != string::npos)
) {

     r.file = get_filename(url);
     if (!r.file.empty()) {
        r.match = true;
        r.domain = "lvbp";
     } else {
     r.match = false;
   }
   } else {
   r.match = false;
}
return r;
}


Buenas Quisiera saber porq no me cachea ese plugins :(:(:(

freedarwuin

Amigo aqui esta el plugins yo lo tengo esta full cache
>Si te gusta dale LIKE<

Entre las redes cableadas y las que no, el Mikrotik, ThunderCache y Tp-Link no hay nada Oculto... Para todo lo demás solo hay que "Guglear".
Mikrotik, Raptor, Ubiquiti, Tplink.
Prestamos Soporte en cuanto a Redes se refiere a Empresas, Wisp y hogares!!!
www.mikronet.com.ve

david_domh

buena la pagina y el plugin


Aseguir aportando muchachos
David M