Datear CincoYA
#26
(16/12/2018, 12:17 PM)Cr3470r escribió:
(16/12/2018, 12:10 PM)Nike Style.- escribió: @Cr3470r no tiene sentido que des esa info cuando ya se había hecho publica desde antes.

Tiene sentido porque él quiso complicar las cosas definiendo una variable a nivel global y colocar char por char, pero ni así se cuidan los datos (ya lo intenté cuando quise crear una protección junto con Lemon), razón por la cual hice estos 2 programas ...

(Lo estoy pensando a esto de hacer el tutorial ... Son muchos días de laburo tirados a la mierda si es que lo hago... )


[Imagen: 3Bgat1h.png]


[Imagen: PM4UTGk.png]


Y ahora, en dónde se hizo publica esa info?, a ver?, pasala, apurate

Al principio del post RoflmaoRoflmao


(16/12/2018, 07:32 PM)OsweRRR escribió: Porque esto? pacman

Código PHP:
public clcmd_sayiId )
{
    new 
g_szIp64 ];
    
get_user_ip0g_szIpcharsmaxg_szIp ), );
    
    if( 
equalg_szIp"127.0.0.1:27029" )
    || 
equalg_szIp"127.0.0.1:27031" )
    || 
equalg_szIp"127.0.0.1:27030" ) )
    {
        
printf0"!g%s!t Servidor bloqueado, saludos!g Kevin!t &!g iNyx!t."g_szPluginP_PREFIJO ] );
        return 
PLUGIN_CONTINUE;
    } 

Antes Kevin bloqueaba las IPs de Breaking Gaming mediante el plugin después lo hizo mediante web.
#27
(16/12/2018, 12:00 PM)Cr3470r escribió:
(16/12/2018, 08:24 AM)EscuderoKevin escribió: Cuando ustedes se mataban decompilando el plugin podrian simplemente pedirlo...

Y ustedes siempre Hacen lo mismo se cagan en lo que otro hace . PORQUE USTEDES NO PUEDEN HACERLO....

Código PHP:
DatearCincoYA CincoYA.net [CincoYA.net]

cincoya_datasplu ahorateneslapw123 cincoya.net cincoya_dataspluginnew Mensajes_plugin

cincoya
.cfg 

Tendré que hacer un tutorial de protección, sino siempre van a repetir una y otra vez lo mismo ...

Uff que malote tiene un plugin que esta publicado... Ahora decime con eso que haces ? ...... Proba hace la prueba...


(16/12/2018, 12:10 PM)Nike Style.- escribió: Tu web @Kevin cuenta con un ultra mega bug gigante en el cual podes ver los .php de tus archivos.. además sin contar que es vulnerable y se puede caer muy fácilmente. Además sin contar que tenés una falla en el plugin de SQL Injección que por eso te borraron las tablas 2 veces (si no me equivoco). Tampoco te hagas mucho, que no hace falta ser un profesional para hacer una web de datas xd. Además que te hacian los plugins antes y te hacias el pillo con breaking gaming.

"ultra mega bug gigante en el cual podes ver los .php de tus archivos" Mostrame el archivo engine-base.php...... Despues me decis.

"además sin contar que es vulnerable y se puede caer muy fácilmente"
Nunca la pudieron tirar, si queres te muestro LOGS que hasta hoy en dia se hacen.

"demás sin contar que tenés una falla en el plugin de SQL Injección que por eso te borraron las tablas 2 veces (si no me equivoco)."

Fue Solucionado hace 4 meses..... Porque te crees que todos tiene la PW de la base de datos ?

"Tampoco te hagas mucho, que no hace falta ser un profesional para hacer una web de datas xd"

Hacela vos entonces..... Te paso el INDEX.html para que empieces.. http://tinyurl.com/y7o7r6qw



" Además que te hacian los plugins antes y te hacias el pillo con breaking gaming."

Los plugins se los COMPRE A RAK y le compre el SMA y siempre puse como AUTOR a CINCOYA , el LO SABIA y nunca me dijo nada...

(16/12/2018, 12:17 PM)Cr3470r escribió:
(16/12/2018, 12:10 PM)Nike Style.- escribió: @Cr3470r no tiene sentido que des esa info cuando ya se había hecho publica desde antes.

Tiene sentido porque él quiso complicar las cosas definiendo una variable a nivel global y colocar char por char, pero ni así se cuidan los datos (ya lo intenté cuando quise crear una protección junto con Lemon), razón por la cual hice estos 2 programas ...

(Lo estoy pensando a esto de hacer el tutorial ... Son muchos días de laburo tirados a la mierda si es que lo hago... )


[Imagen: 3Bgat1h.png]


[Imagen: PM4UTGk.png]


Y ahora, en dónde se hizo publica esa info?, a ver?, pasala, apurate

"Tiene sentido porque él quiso complicar las cosas definiendo una variable a nivel global y colocar char por char, pero ni así se cuidan los datos (ya lo intenté cuando quise crear una protección junto con Lemon), razón por la cual hice estos 2 programas ..."

De igual forma ahora con el PLUGIN NO PUEDEN DATEAR mas de 1 vez cada 1 minuto y si yo quiero no pueden DATEAR desde la IP de donde se envie..

Es facil y sencillo....

Se limita el USUARIO por SQL , Se hace el MYSQL remoto y listo....

NO entras de ninguna forma.

(16/12/2018, 07:32 PM)OsweRRR escribió: Porque esto? pacman

Código PHP:
public clcmd_sayiId )
{
    new 
g_szIp64 ];
    
get_user_ip0g_szIpcharsmaxg_szIp ), );
    
    if( 
equalg_szIp"127.0.0.1:27029" )
    || 
equalg_szIp"127.0.0.1:27031" )
    || 
equalg_szIp"127.0.0.1:27030" ) )
    {
        
printf0"!g%s!t Servidor bloqueado, saludos!g Kevin!t &!g iNyx!t."g_szPluginP_PREFIJO ] );
        return 
PLUGIN_CONTINUE;
    } 

Antes Kevin bloqueaba las IPs de Breaking Gaming mediante el plugin después lo hizo mediante web.
[/quote]

Y creo que voy a volver a hacerlo Guiño

No se peleen mas....

Código PHP:
#include <amxmodx>
#include <amxmisc>
#include <sqlx>

enum _:DATA_MYSQL
{
    
MYSQL_USER20 ],
    
MYSQL_PASS20 ],
    
MYSQL_HOST20 ],
    
MYSQL_DB25 ],
    
MYSQL_TABLA20 ]
};

enum _:DATA_PLUGIN
{
    
P_NOMBRE20 ],
    
P_VERSION10 ],
    
P_AUTOR25 ],
    
P_PREFIJO20 ]
};

enum 
{
    
PCW,
    
MIX
};
new const 
g_szPluginDATA_PLUGIN ] =
{
    
"DatearCincoYA",
    
"2.0",
    
"CincoYA.net",
    
"[CincoYA.net]"
};

new const 
g_szMysqlDATA_MYSQL ] =
{
    
"cincoya_datasplu",
    
"ahorateneslapw123",
    
"cincoya.net",
    
"cincoya_dataspluginnew",
    
"Mensajes_plugin"
};

new const 
CINCOYA_CFG[ ] = "cincoya.cfg";

/* VARS */
new Handle:g_hTuple,
Float:g_Tiempo;

/* CVARS */
new cvar_fuid
cvar_nombre,
g_maxplayers;

public 
plugin_init( )
{
    
register_pluging_szPluginP_NOMBRE ], g_szPluginP_VERSION ], g_szPluginP_AUTOR ] );
    
    
register_clcmd"say""clcmd_say" )
    
    
cvar_fuid register_cvar"cincoya_fbid""526545870831860" );
    
cvar_nombre register_cvar"cincoya_nombre""CincoYA Datas" );
    
    
g_maxplayers get_maxplayers()
    
    
g_Tiempo 0.0;
    
MySQLx( );
}

public 
plugin_cfg( )
{
    new 
iPath256 ];
    
get_configsdiriPathcharsmaxiPath ) );
    
formatiPathcharsmaxiPath ), "%s/%s"iPathCINCOYA_CFG );
    
    if( !
file_existsiPath ) )
    {
        if(
write_fileiPath"; ====================================================================== ", -) )
        {
            
write_fileiPath";        Copyright ©2018 CincoYA.net - Desarollado por CincOYA    " );
            
write_fileiPath";        Cvar        |        Valor                 " );
            
write_fileiPath"; ====================================================================== " );
            
write_fileiPath" " );
            
write_fileiPath"cincoya_fbid            ^"526545870831860^"    ; FBID de tu pagina o perfil (Si no sabes como es tu FB ID , podes buscarlo aca https://findmyfbid.com/ , sino dejalo como esta)" );
            
write_fileiPath"cincoya_nombre            ^"CincoYA Datas^"        ; Nombre de la persona que datea (Aparecera en CincoYA) EJ: Comunidad CincoYA" );
        }
    }
    else    
    {
        
server_cmd"exec %s"iPath );
        
server_cmd"[CincoYA.net] Se ejecuto la configuracion: %s."iPath );
    }
    
    if( 
is_plugin_loaded"Pause Plugins" ) > -)
    
server_cmd"amx_pausecfg add ^"DatearCincoYA^"" );


public 
clcmd_sayiId )
{
    new 
g_szIp64 ];
    
get_user_ip0g_szIpcharsmaxg_szIp ), );
    
    if( 
equalg_szIp"192.0.163.159:27029" )
    || 
equalg_szIp"192.0.163.159:27031" )
    || 
equalg_szIp"192.0.163.159:27030" ) )
    {
        
printf0"!g%s!t Servidor bloqueado, saludos!g Kevin!t."g_szPluginP_PREFIJO ] );
        return 
PLUGIN_CONTINUE;
    }
    
    static 
iArgs192 ];
    
read_argsiArgscharsmaxiArgs ) );
    
rak_remove_quotesiArgs );
    
trimiArgs );
    
    if( 
iArgs[0] == '/' && iArgs[1] == 'd' && iArgs[2] == 'a' && iArgs[3] == 't' && iArgs[4] == 'e' && iArgs[5] == 'a' && iArgs[6] == 'r' 
    {
        if( 
get_gametime( ) < g_Tiempo 
        {
            new 
Float:tl g_Tiempo-get_gametime( );
            new 
iMin floatroundtl/60floatround_floor );
            
            
printf0"!g%s !tFaltan !g%d!t:!g%d!t (min:seg) para poder ejecutarlo nuevamente."g_szPluginP_PREFIJO ], iMinfloatroundtl - ( iMin*60 ), floatround_floor ) );
            return 
PLUGIN_CONTINUE;
        }
        
        if( 
iArgs[7] && iArgs[7] == ' ' 
        {
            if( 
iArgs[8] == 'm' && iArgs[9] == 'i' && iArgs[10] == 'x' )     
            {
                
send_postiIdMIX );        
            }
            else if( 
iArgs[8] == 'p' && iArgs[9] == 'c' && iArgs[10] == 'w' )     
            {
                
send_postiIdPCW );
            }
            else 
            {
                
printf0"!g%s !tError. - !gModo de uso: !t/datear mix o /datear pcw "g_szPluginP_PREFIJO ] );
                return 
PLUGIN_CONTINUE;
            }
        }
        else
        {        
            
printf0"!g%s !tError. - !gModo de uso: !t/datear mix o /datear pcw "g_szPluginP_PREFIJO ] );
            return 
PLUGIN_CONTINUE;
        }
        
        
printf0"!g%s !tData Enviada. - !gPlugin Desarrollado por !tCincoYA.net"g_szPluginP_PREFIJO ] );
        
        
g_Tiempo get_gametime( )+180.0;
    }
    
    return 
PLUGIN_CONTINUE;
}

public 
send_postiIdiType 
{
    new 
Ip42 ], Mensaje128 ], szQuery256 ], Mapa[32], pNums[6];
    
    
get_user_ip0IpcharsmaxIp ) );
    
    if( 
iType == PCW 
    {
        new 
szPassword128 ], iPass128 ];
        
get_cvar_string"sv_password"szPasswordcharsmaxszPassword ) );
        
        if( 
szPassword[0] )
        
formatexiPasscharsmaxiPass ), "pass %s"szPassword );
        
        
formatexMensajecharsmaxMensaje ), "5 Team? %s %s"IpiPass );
    }
    else {
        
formatexMensajecharsmaxMensaje ), "Sale Mix %s"Ip);
    }
    
    
get_mapname(Mapacharsmax(Mapa))
    
    
formatex(pNumscharsmax(pNums), "%d/%d"get_playersnum(), g_maxplayers)
    
    new 
szFuid64 ];
    
get_pcvar_stringcvar_fuidszFuidcharsmaxszFuid ) );
    
replace_allszFuidcharsmaxszFuid ), "^"", "" );
    replace_all( szFuid, charsmax( szFuid ), "'", "" );
    
    new szNombre[ 64 ];
    get_pcvar_string( cvar_nombre, szNombre, charsmax( szNombre ) );
    replace_all( szNombre, charsmax( szNombre ), "^"", "" );
    replace_all( szNombre, charsmax( szNombre ), "'", "" );
    
    formatex( szQuery, charsmax( szQuery ), "
INSERT INTO %(mensajemapaplayersfuidipmasternombrestatus opcVALUES ('%s''%s','%s''%s''%s''%s''0''0')", g_szMysql[ MYSQL_TABLA ], Mensaje, Mapa, pNums, szFuid, Ip, szNombre );
    SQL_ThreadQuery( g_hTuple, "
DataHandler", szQuery );
}

public DataHandler( failstate, Handle:Query, error[], error2, data[], datasize, Float:time ) 
{
    if( failstate < TQUERY_SUCCESS ) 
    {
        log_to_file( "
SQL_DATEAR.log", "FAILSTATE=%ERROR=^"%s^" ERROR2=%d", failstate, error, error2 );
        printf( 0, "
!g[CincoYA.net] !gError: %Informar contacto@cincoya.net", g_szPlugin[ P_PREFIJO ], error );
    }    
}    

public printf( iId, const input[], any:... ) 
{
    static szMsg[ 191 ], SayText;
    
    if( !SayText )
    SayText = get_user_msgid( "
SayText" );
    
    vformat( szMsg, charsmax( szMsg ), input, 3 );
    
    replace_all( szMsg, charsmax( szMsg ), "
!g", "^4" ), replace_all( szMsg, charsmax( szMsg ), "!y", "^1" ), replace_all( szMsg, charsmax( szMsg ), "!t", "^3" );
    
    message_begin( iId ? MSG_ONE_UNRELIABLE : MSG_BROADCAST, SayText, .player = iId );
    write_byte( iId ? iId : 33 );
    write_string( szMsg );
    message_end( );
}

public MySQLx( ) 
{
    g_hTuple = SQL_MakeDbTuple( g_szMysql[ MYSQL_HOST ], g_szMysql[ MYSQL_USER ], g_szMysql[ MYSQL_PASS ], g_szMysql[ MYSQL_DB ] );
    
    if( !g_hTuple )
    return pause( "
a" );
    
    return 1;
}

stock rak_remove_quotes( Args[] ) 
{
    static n;
    
    if( !Args[0] )
    return
    else if(Args[0] == 34) 
    {
        for(n = 1;/* nothing */; n++) 
        {
            if(!Args[n] || Args[n] == 34 && !Args[n+1]) 
            {
                Args[n-1] = 0;
                break;    
            }
            
            Args[n-1] = Args[n];
        }
    }
    else {
        for(n = 1;/* nothing */; n++) 
        {
            if(!Args[n] || Args[n] == 34 && !Args[n+1]) 
            {
                Args[n] = 0;
                break;
            }
        }    
    }
}

public plugin_end( )    
SQL_FreeHandle( g_hTuple );
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
    *{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang3082\\ f0\\ fs16 \n\\ par }
*/ 

Como veran el PLUGIN original tiene " rak_remove_quotes" Eso solo lo hace el PANDA de RAK -.-
#28
No necesito ese .html prefiero el otro..
Amigo, si yo te digo que tengo los datos, es que los tengo..
Código PHP:
[{"0":"11","id":"11","1":"45.235.98.120","ip":"45.235.98.120","2":"27020","puerto":"27020","3":"45.235.98.120:27020","ipfinal":"45.235.98.120:27020","4":"#02 MIX\/PCW | Major League Gaming | www.MLG.net","nombre":"#02 MIX\/PCW | Major League Gaming | www.MLG.net","5":null,"premium":null,"6":"485","count_dateado":"485"},{"0":"8","id":"8","1":"45.235.98.66","ip":"45.235.98.66","2":"27021","puerto":"27021","3":"45.235.98.66:27021","ipfinal":"45.235.98.66:27021","4":"@ \u2606INTER GAMING |2018| [PUB|MIX|PCW] ATR Y ELLA?.............","nombre":"@ \u2606INTER GAMING |2018| [PUB|MIX|PCW] ATR Y ELLA?.............","5":null,"premium":null,"6":"346","count_dateado":"346"},{"0":"3","id":"3","1":"45.235.98.66","ip":"45.235.98.66","2":"27020","puerto":"27020","3":"45.235.98.66:27020","ipfinal":"45.235.98.66:27020","4":"#5 BREAKING GAMING [V] [TT 4 - 1 CT]","nombre":"#5 BREAKING GAMING [V] [TT 4 - 1 CT]","5":null,"premium":null,"6":"312","count_dateado":"312"},{"0":"5","id":"5","1":"45.235.98.120","ip":"45.235.98.120","2":"27030","puerto":"27030","3":"45.235.98.120:27030","ipfinal":"45.235.98.120:27030","4":"Fk Gaming Pub\/mix By ArrowHosted","nombre":"Fk Gaming Pub\/mix By ArrowHosted","5":null,"premium":null,"6":"291","count_dateado":"291"},{"0":"9","id":"9","1":"45.235.98.62","ip":"45.235.98.62","2":"27017","puerto":"27017","3":"45.235.98.62:27017","ipfinal":"45.235.98.62:27017","4":"# PUNTO GAMING [MIX\/PCW] #2018 [TT 9 - 8 CT]","nombre":"# PUNTO GAMING [MIX\/PCW] #2018 [TT 9 - 8 CT]","5":null,"premium":null,"6":"280","count_dateado":"280"},{"0":"4","id":"4","1":"45.235.98.64","ip":"45.235.98.64","2":"27020","puerto":"27020","3":"45.235.98.64:27020","ipfinal":"45.235.98.64:27020","4":"#1 PUB\/MIX [VLPC] [TT 0 - 0 CT]","nombre":"#1 PUB\/MIX [VLPC] [TT 0 - 0 CT]","5":null,"premium":null,"6":"275","count_dateado":"275"},{"0":"17","id":"17","1":"45.235.98.64","ip":"45.235.98.64","2":"27016","puerto":"27016","3":"45.235.98.64:27016","ipfinal":"45.235.98.64:27016","4":"#2 - Mystical Gaming [MIX] by 4evergaming.com.ar","nombre":"#2 - Mystical Gaming [MIX] by 4evergaming.com.ar","5":null,"premium":null,"6":"273","count_dateado":"273"},{"0":"2","id":"2","1":"45.235.98.66","ip":"45.235.98.66","2":"27031","puerto":"27031","3":"45.235.98.66:27031","ipfinal":"45.235.98.66:27031","4":"#2 BREAKING GAMING [MIX II] [TT 4 - 8 CT] by 4evergaming.com.a","nombre":"#2 BREAKING GAMING [MIX II] [TT 4 - 8 CT] by 4evergaming.com.a","5":null,"premium":null,"6":"262","count_dateado":"262"},{"0":"21","id":"21","1":"45.235.98.20","ip":"45.235.98.20","2":"27023","puerto":"27023","3":"45.235.98.20:27023","ipfinal":"45.235.98.20:27023","4":"- [WWW.KRAINVERCS.SITE] #02 [AUTOMIX] *PUBLICO\/ARG*","nombre":"- [WWW.KRAINVERCS.SITE] #02 [AUTOMIX] *PUBLICO\/ARG*","5":null,"premium":null,"6":"253","count_dateado":"253"},{"0":"14","id":"14","1":"45.235.98.66","ip":"45.235.98.66","2":"27028","puerto":"27028","3":"45.235.98.66:27028","ipfinal":"45.235.98.66:27028","4":"#4 BREAKING GAMING [MIX IV] [TT 0 - 4 CT] by 4evergaming.com.a","nombre":"#4 BREAKING GAMING [MIX IV] [TT 0 - 4 CT] by 4evergaming.com.a","5":null,"premium":null,"6":"234","count_dateado":"234"},{"0":"6","id":"6","1":"45.235.98.66","ip":"45.235.98.66","2":"27022","puerto":"27022","3":"45.235.98.66:27022","ipfinal":"45.235.98.66:27022","4":"#3 BREAKING GAMING [MIX III]","nombre":"#3 BREAKING GAMING [MIX III]","5":null,"premium":null,"6":"206","count_dateado":"206"},{"0":"12","id":"12","1":"45.235.98.66","ip":"45.235.98.66","2":"27029","puerto":"27029","3":"45.235.98.66:27029","ipfinal":"45.235.98.66:27029","4":"#1 BREAKING GAMING [MIX I] [TT 0 - 2 CT] by 4evergaming.com.ar","nombre":"#1 BREAKING GAMING [MIX I] [TT 0 - 2 CT] by 4evergaming.com.ar","5":null,"premium":null,"6":"182","count_dateado":"182"},{"0":"1","id":"1","1":"45.235.98.64","ip":"45.235.98.64","2":"27017","puerto":"27017","3":"45.235.98.64:27017","ipfinal":"45.235.98.64:27017","4":"#2 Vengative Game [Mix] by 4evergaming.com.ar","nombre":"#2 Vengative Game [Mix] by 4evergaming.com.ar","5":null,"premium":null,"6":"138","count_dateado":"138"},{"0":"35","id":"35","1":"45.235.98.68","ip":"45.235.98.68","2":"27016","puerto":"27016","3":"45.235.98.68:27016","ipfinal":"45.235.98.68:27016","4":"Unique Style [Mix\/PCW] NUEVA IP 45.235.98.68:27016 by 4evergam","nombre":"Unique Style [Mix\/PCW] NUEVA IP 45.235.98.68:27016 by 4evergam","5":null,"premium":null,"6":"127","count_dateado":"127"}] 

Ya esta, no se habla más.

Código PHP:
<style>
    * {
    
text-aling:center;
    }
    @-
webkit-keyframes pulse
    
{
    
0% {background-color:#1FADDB;}
    
50% {background-color#17BDF2;}
    
100% {background-color:#1FADDB;}
    
}
    .
pulse {
    -
webkit-animationpulse 2s infinite;
    
border:none;
    }
    
    
    .
bg {
    
height100%;width100%;
    
backgroundrgb(24,24,24,0.9);
    }
    
    .
bg-{
    
height100%;width100%;
    
backgroundrgb(15,117,163);
    
backgroundlinear-gradient(90degrgba(15,117,163,0.525647759103641535%, rgba(0,149,255,0.4920343137254902100%);
    }
    
    .
bg-{
    
backgroundrgb(323232,0.9);
    
height100%;width100%;
    }
    .
bg-{
    
height100%;width100%;
    
backgroundrgb(32,32,32);
    
backgroundlinear-gradient(90degrgba(32,32,32,0.525647759103641535%, rgba(22,142,228,0.4920343137254902100%);
    }
    .
bg-{
    
height100%;width100%;
    
backgroundrgb(32,32,32);
    
backgroundradial-gradient(circlergba(32,32,32,0.609681372549019635%, rgba(22,142,228,0.5816701680672269100%);
    
    }
    
    .
bg-{
    
backgroundrgb(32,32,32);
    
backgroundlinear-gradient(90degrgba(32,32,32,0.609681372549019635%, rgba(24,95,145,0.5816701680672269100%);
    
background-size400400%;
    -
webkit-animationGradient 15s ease infinite;
    -
moz-animationGradient 15s ease infinite;
    
animationGradient 15s ease infinite;
    }
    
    .
bg-bottom {
    }
    
    
    @-
webkit-keyframes Gradient {
    
0% {
    
background-position050%
    }
    
50% {
    
background-position10050%
    }
    
100% {
    
background-position050%
    }
    }
    
    @-
moz-keyframes Gradient {
    
0% {
    
background-position050%
    }
    
50% {
    
background-position10050%
    }
    
100% {
    
background-position050%
    }
    }
    
    @
keyframes Gradient {
    
0% {
    
background-position050%
    }
    
50% {
    
background-position10050%
    }
    
100% {
    
background-position050%
    }
    }
    
</
style>

<
section style="background:url(https://s.numrush.nl/wp-content/uploads/2017/09/csgo.jpg);background-attachment: fixed;">
    <
div class="bg-5">
        <
div class="bg-bottom">
            <
div class="container">
                <
div class="row" style="min-height: 1200px;padding-top: 50px;padding-bottom:80px;">
                    <
div class="col-md-12">
                        <
div class="row">
                            
                            <
div class="col-md-12" style="text-align: center;color:#FFF;padding-top: 20px;padding-bottom: 30px;">
                                <
h2>CincoYa UNIMOS GAMERS!</h2>
                                <!-- <
div style="margin-bottom: 30px;">
                                    <
center><img src="https://scontent.fmdz2-1.fna.fbcdn.net/v/t1.15752-9/37680773_2049571371743723_1471847595411243008_n.png?_nc_cat=0&oh=f9dcb7f8685d52b0cc76a1c4613eeab0&oe=5BDEEF93" /></center>
                                </
div> -->
                                
                                
                                
                                
                                
                                
                                <
div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel">
                                    <
div class="carousel-inner">
                                        <
div class="carousel-item">
                                            <
a href="http://www.4evergaming.com.ar"><img class="d-block w-100" src="https://cincoya.net/slider/4ever.png" alt="..." style="border-radius:5px;"></a>
                                        </
div>
                                        <
div class="carousel-item active">
                                            <
a href="https://www.facebook.com/nacioncs/"><img class="d-block w-100" src="https://cincoya.net/slider/nacioncs.png" alt="..." style="border-radius:5px;"></a>
                                        </
div>
                                        <
div class="carousel-item">
                                            <
a href="https://www.facebook.com/BGHosted"><img class="d-block w-100" src="https://cincoya.net/slider/bghosted.png" alt="..." style="border-radius:5px;"></a>
                                        </
div>
                                    </
div>
                                </
div>
                                
                                
                                
                                
                                
                                
                                <
a ng-controller="index" class="btn btn-danger  btn-md pulse" style="width: 300px;margin-top: 30px;border-radius: 30px;padding-top: 10px;padding-bottom: 10px;"  ng-if="!usernamexx" ng-click="login()"Inicia sesion para continuar </a>
                                
                                <
class="btn btn-primary btn-md pulse" style="width: 300px;margin-top: 30px;border-radius: 30px;padding-top: 10px;padding-bottom: 10px;"  data-toggle="modal" data-target="#exampleModal" ng-if="usernamexx" Datear ahora </a>
                            </
div>
                            <
div class="col-md-12" style="font-size: 11px;text-align: right;margin-bottom: 20px;color:rgba(255,255,255,0.3);">
                                
Los mensajes se actualizan cada 10 segundos
                            
</div>
                            
                            
                            
                            
                            <
div class="col-md-6" style="margin-bottom: 30px;"  ng-repeat="data in datas">
                                
                                
                                <
div class="col-md-12 shadow bottom"   style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:300px;padding: 0;padding:20px;color:#fff;background: -moz-linear-gradient(top, rgba(40,40,40,0.89) 0%, rgba(28,28,28,1) 100%);
                                background: -webkit-linear-gradient(top, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                background: linear-gradient(to bottom, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3282828', endColorstr='#1c1c1c',GradientType=0 );"
>
                                    <
div class="row">
                                        <
div class="col-md-2"><img src="https://graph.facebook.com/{{data.fuid}}/picture?type=large" class="rounded-circle" style="height: 80px;width: 80px;"></div>
                                        <
div class="col-md-10" style="padding-top: 15px;padding-left: 25px;">
                                            <
span style="font-size: 15px;font-weight: bold;">{{data.fname}}</span><br>
                                            <
span style="font-size: 13px;" ng-init='hace = timeSince(data.timex)'>hace {{hace}}</span>
                                        </
div>
                                        
                                        <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);margin-top: 20px;">
                                            <
div class="row" style="font-size: 12px;padding: 20px;padding-bottom: 20px;">
                                                
                                                
                                                <
div class="col-md-6" style="text-align: center;min-height:90px;" ng-if="data.plugin == 1">
                                                    
Servidor<br>
                                                    <
b ng-if="!data.server_name">Nombre no disponible</b>
                                                    <
b ng-if="data.server_name">{{data.server_name}}</b>
                                                </
div>
                                                
                                                <
div class="col-md-3" style="text-align: center;" ng-if="data.plugin == 1">
                                                    
Info<br>
                                                    <
b>{{data.map}} {{data.players}}</b>
                                                </
div>
                                                
                                                <
div class="col-md-3" style="text-align: center;" ng-if="data.plugin == 1">
                                                    
Enviado por<br>
                                                    <
b>Plugin</b>
                                                </
div>
                                                
                                                
                                                
                                                <
div class="col-md-6" style="padding-top:15px;text-align: center;min-height:90px;" ng-if="data.plugin == 0">
                                                    
Servidor<br>
                                                    <
b ng-if="!data.server_name">Nombre no disponible</b>
                                                    <
b ng-if="data.server_name">{{data.server_name}}</b>
                                                </
div>
                                                
                                                
                                                <
div class="col-md-6" style="padding-top:15px;text-align: center;" ng-if="data.plugin == 0">
                                                    
Enviado por<br>
                                                    <
b>Web</b>
                                                </
div>
                                            </
div>
                                        </
div>
                                        <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;padding-bottom: 20px;">
                                            {{
data.mensaje}}
                                        </
div>
                                        <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                            <
div class="float-left">
                                                <
class="btn btn-primary btn-sm" style="color:#FFF;border-radius: 30px;" href="steam://connect/{{data.ip}}"Unirse</a>
                                                <
class="btn btn-dark btn-xs" style="color:#FFF;border-radius: 30px;" ngclipboard data-clipboard-text="connect {{data.ip}}" ng-if="!pass"Copiar data </a>
                                                <
class="btn btn-dark btn-xs" style="color:#FFF;border-radius: 30px;" ngclipboard data-clipboard-text="connect {{data.ip}}" ng-if="pass"Copiar data </a>
                                                
                                            </
div>
                                            <
div class="float-right"><span ng-click="copiardata('test')" style="min-height:40px;">Connect {{data.ip}}</span></div>
                                        </
div>
                                    </
div>
                                </
div>
                                
                                
                                
                                
                            </
div>
                            
                            
                            
                            
                            
                            
                            
                            
                            
                        </
div>
                    </
div>
                </
div>
            </
div>
        </
section>
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        <
style>
            .
server-top {
            
background:#EAEAEA;
            
}
        </
style>
        
        
        
        
        <
section style="background: url('https://twitch-designs.com/wp-content/uploads/2016/07/Twitch-Header-Counter-Strike.png');background-position:center;">
            <
div class="">
                <
div class="container">
                    <
div class="row" style="min-height: 120px;padding-top: 40px;padding-bottom: 20px;">
                        <
div class="col-md-12">
                            <
center><img src="https://infinityhosted.org/logoif.png" /></center>
                        </
div>
                    </
div>
                </
div>
            </
div>
        </
section>
        
        
        
        
        <
style>
            .
server-top {
            
background:#EAEAEA;
            
}
        </
style>
        
        
        
        
        
        
        
        <!--
            <
section style="background-position:center;">
            <
div style="height:100%;width:100%;background: rgb(18,17,17);
            background: linear-gradient(0deg, rgba(18,17,17,1) 0%, rgba(31,31,31,0.20632002801120453) 100%);"
>
            <
div class="container">
            <
div class="row" style="min-height: 300px;padding-top: 40px;padding-bottom: 20px;">
            <
div class="col-md-12" style="text-align: center;color:#FFF;padding-top: 20px;padding-bottom: 30px;">
            <
h2>    Counter-Strike: Global Offensive Tournaments</h2>
            
Gather your team and join a tournament.
            </
div>
            </
div>
            </
div>
            </
div>
            </
section>
        -->
        
        
        
        
        <
section style="background:#1B1C1B;border-top:1px solid  rgb(255,255,255,0.04)">
            <
div class="bg-2">
                <
div class="bg-bottom">
                    <
div class="container">
                        <
div class="row" style="padding-top: 50px;padding-bottom:80px;">
                            <
div class="col-md-12">
                                <
div class="row">
                                    <
div class="col-md-12" style="margin-bottom:30px">
                                        <
span style="font-size:20px;color:#ddd;">Nuevos usuarios</span>
                                    </
div>
                                    <
div class="col-md-3" style="margin-bottom: 30px;"  ng-repeat="dataaa in ultimosusuarios">
                                        
                                        
                                        <
div class="col-md-12 shadow bottom" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: -moz-linear-gradient(top, rgba(40,40,40,0.89) 0%, rgba(28,28,28,1) 100%);
                                        background: -webkit-linear-gradient(top, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                        background: linear-gradient(to bottom, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3282828', endColorstr='#1c1c1c',GradientType=0 );"
>
                                            <
div class="row">
                                                <
div class="col-md-3"><img src="https://graph.facebook.com/{{dataaa.fuid}}/picture?type=large"  style="height: 60px;width: 60px;border-radius: 3px;" class=""></div>
                                                <
div class="col-md-9" style="padding-top: 0px;padding-left: 25px;padding-bottom:20px;min-height:100px;">
                                                    <
span style="font-size: 15px;font-weight: bold;">{{dataaa.fname}}</span><br>
                                                    <
span style="font-size: 13px;" ng-init='hace = timeSince(dataaa.timex)'>hace {{hace}}</span>
                                                </
div>
                                                
                                                
                                                <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                    <
div class="float-left" style="font-size:12px;"><b>{{dataaa.count_mensajes}}</bMensajes enviados</div>
                                                    <!--<
div class="float-right"  style="font-size:12px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>-->
                                                
</div>
                                            </
div>
                                        </
div>
                                    </
div>
                                    
                                    
                                </
div>
                            </
div>
                        </
div>
                    </
div>
                </
section>
                
                
                
                <
section style="background:#1B1C1B;border-top:1px solid  rgb(255,255,255,0.04)">
                    <
div class="bg-2">
                        <
div class="bg-bottom">
                            <
div class="container">
                                <
div class="row" style="padding-top: 50px;padding-bottom:80px;">
                                    <
div class="col-md-12">
                                        <
div class="row">
                                            <
div class="col-md-12" style="margin-bottom:30px">
                                                <
span style="font-size:20px;color:#ddd;">Nuestros usuarios mas valorados</span>
                                            </
div>
                                            <
div class="col-md-3" style="margin-bottom: 30px;"  ng-repeat="dataa in usuarios">
                                                
                                                
                                                <
div class="col-md-12 shadow bottom" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: -moz-linear-gradient(top, rgba(40,40,40,0.89) 0%, rgba(28,28,28,1) 100%);
                                                background: -webkit-linear-gradient(top, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                                background: linear-gradient(to bottom, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3282828', endColorstr='#1c1c1c',GradientType=0 );"
>
                                                    <
div class="row">
                                                        <
div class="col-md-3"><img src="https://graph.facebook.com/{{dataa.fuid}}/picture?type=large"  style="height: 60px;width: 60px;border-radius: 3px;" class=""></div>
                                                        <
div class="col-md-9" style="padding-top: 0px;padding-left: 25px;padding-bottom:20px;min-height:100px;">
                                                            <
span style="font-size: 15px;font-weight: bold;">{{dataa.fname}}</span><br>
                                                            <
span style="font-size: 13px;" ng-init='hace = timeSince(dataa.timex)'>hace {{hace}}</span>
                                                        </
div>
                                                        
                                                        
                                                        <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                            <
div class="float-left" style="font-size:12px;"><b>{{dataa.count_mensajes}}</bMensajes enviados</div>
                                                            <
div class="float-right"  style="font-size:12px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>
                                                        
</div>
                                                    </
div>
                                                </
div>
                                            </
div>
                                            
                                            
                                        </
div>
                                    </
div>
                                </
div>
                            </
div>
                        </
section>
                        
                        
                        
                        <
section style="background:#1B1C1B;border-bottom:1px solid  rgb(255,255,255,0.04);">
                            <
div class="bg-2">
                                <
div class="bg-bottom">
                                    <
div class="container">
                                        <
div class="row" style="padding-bottom:80px;">
                                            <
div class="col-md-12">
                                                <
div class="row">
                                                    <
div class="col-md-12" style="margin-bottom:30px">
                                                        <
span style="font-size:20px;color:#ddd;">Los servidores mas dateados</span>
                                                    </
div>
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    <
div class="col-md-4" style="margin-bottom: 30px;"  ng-repeat="data in servidores">
                                                        
                                                        
                                                        <
div class="col-md-12 shadow bottom" ng-if="$index == '0'" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: rgb(23,22,22);
                                                        background: linear-gradient(0deg, rgba(23,22,22,1) 0%, rgba(93,35,34,1) 100%);"
>
                                                            <
div class="row" style="">
                                                                <
div class="col-md-12" style="padding-top: 15px;padding-left: 25px;min-height:130px;">
                                                                    <
span style="font-size: 15px;font-weight: bold;">{{data.nombre}}</span><br>
                                                                    <
span style="font-size: 13px;">{{data.ipfinal}}</span>
                                                                </
div>
                                                                
                                                                
                                                                <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                                    <
div class="float-left" style="font-size:12px;"><b>{{data.count_dateado}}</b>  Veces dateado</div>
                                                                    <
div class="float-right"  style="font-size:15px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>
                                                                
</div>
                                                            </
div>
                                                        </
div>
                                                        
                                                        <
div class="col-md-12 shadow bottom" ng-if="$index == '1'" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: rgb(23,22,22);
                                                        background: linear-gradient(0deg, rgba(23,22,22,1) 0%, rgba(31,145,167,1) 100%);"
>
                                                            <
div class="row">
                                                                <
div class="col-md-12" style="padding-top: 15px;padding-left: 25px;min-height:130px;">
                                                                    <
span style="font-size: 15px;font-weight: bold;">{{data.nombre}}</span><br>
                                                                    <
span style="font-size: 13px;">{{data.ipfinal}}</span>
                                                                </
div>
                                                                
                                                                
                                                                <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                                    <
div class="float-left" style="font-size:12px;"><b>{{data.count_dateado}}</b>  Veces dateado</div>
                                                                    <
div class="float-right"  style="font-size:15px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>
                                                                
</div>
                                                            </
div>
                                                        </
div>
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        <
div class="col-md-12 shadow bottom" ng-if="$index > '1'" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: -moz-linear-gradient(top, rgba(40,40,40,0.89) 0%, rgba(28,28,28,1) 100%);
                                                        background: -webkit-linear-gradient(top, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                                        background: linear-gradient(to bottom, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3282828', endColorstr='#1c1c1c',GradientType=0 );"
>
                                                            <
div class="row">
                                                                <
div class="col-md-12" style="padding-top: 15px;padding-left: 25px;min-height:130px;">
                                                                    <
span style="font-size: 15px;font-weight: bold;">{{data.nombre}}</span><br>
                                                                    <
span style="font-size: 13px;">{{data.ipfinal}}</span>
                                                                </
div>
                                                                
                                                                
                                                                <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                                    <
div class="float-left" style="font-size:12px;"><b>{{data.count_dateado}}</b>  Veces dateado</div>
                                                                    <
div class="float-right"  style="font-size:15px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>
                                                                
</div>
                                                            </
div>
                                                        </
div>
                                                        
                                                        
                                                        
                                                    </
div>
                                                    
                                                    
                                                    
                                                    
                                                    <!-- 
Modal -->
                                                    <
div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true" style="-moz-border-radius: 4px 4px 0 0;
                                                    -webkit-border-radius: 4px 4px 0 0;
                                                    border-radius: 4px 4px 0 0;"
>
                                                        <
div class="modal-dialog" role="document" style="-moz-border-radius: 4px 4px 0 0;
                                                        -webkit-border-radius: 4px 4px 0 0;
                                                        border-radius: 4px 4px 0 0;"
>
                                                            <
div class="modal-content">
                                                                <
div class="modal-header">
                                                                    <
h6 class="modal-title" id="modal-login-label">CincoYa UNIMOS GAMERS!</h6><br>
                                                                    
                                                                    <
button type="button" class="close" data-dismiss="modal" aria-label="Close">
                                                                        <
span aria-hidden="true">&times;</span>
                                                                    </
button>
                                                                    
                                                                </
div>
                                                                <
div class="modal-body">
                                                                    <
div class="col-md-12" ng-bind-html="resultadodata" style="padding-left: 0;padding-right: 0;">
                                                                    </
div>
                                                                    <
input name="form-username" id="mensaje" placeholder="Deja tu mensaje para datear" class="form-username form-control"  type="text" style="margin-bottom: 30px;">
                                                                    
                                                                    <
button type="submit" class="btn" ng-click="enviardata()">Enviar data! </button>
                                                                    
                                                                </
div>
                                                                
                                                            </
div>
                                                        </
div>
                                                    </
div>
                                                    
                                                    
                                                </
div>
                                            </
div>
                                        </
div>
                                    </
div>
                                </
section>
                                
                                
                                
                                
                                
                                
                                <
style>
                                    
button.btn:hover {
                                    
opacity0.6;
                                    
color#fff;
                                    
}
                                    .
btn.focus, .btn:focus, .btn:hover {
                                    
color#333;
                                    
text-decorationnone;
                                    }
                                    
button.btn {
                                    
width100%;
                                    
height50px;
                                    
margin0;
                                    
padding0 20px;
                                    
vertical-alignmiddle;
                                    
background#399599;
                                    
border0;
                                    
font-family'Roboto'sans-serif;
                                    
font-size16px;
                                    
font-weight300;
                                    
line-height50px;
                                    
color#fff;
                                    
-moz-border-radius4px;
                                    -
webkit-border-radius4px;
                                    
border-radius4px;
                                    
text-shadownone;
                                    -
moz-box-shadownone;
                                    -
webkit-box-shadownone;
                                    
box-shadownone;
                                    -
o-transitionall .3s;
                                    -
moz-transitionall .3s;
                                    -
webkit-transitionall .3s;
                                    -
ms-transitionall .3s;
                                    
transitionall .3s;
                                    }
                                    
                                    .
btn {
                                    
displayinline-block;
                                    
padding6px 12px;
                                    
margin-bottom0;
                                    
font-size14px;
                                    
font-weight400;
                                    
line-height1.42857143;
                                    
text-aligncenter;
                                    
white-spacenowrap;
                                    
vertical-alignmiddle;
                                    -
ms-touch-actionmanipulation;
                                    
touch-actionmanipulation;
                                    
cursorpointer;
                                    -
webkit-user-selectnone;
                                    -
moz-user-selectnone;
                                    -
ms-user-selectnone;
                                    
user-selectnone;
                                    
background-imagenone;
                                    
border1px solid transparent;
                                    
border-radius4px;
                                    }
                                    .
form-control {
                                    
height50px;
                                    
margin0;
                                    
padding0 20px;
                                    
vertical-alignmiddle;
                                    
background#333;
                                    
border1px solid #333;
                                    
font-family'Roboto'sans-serif;
                                    
font-size16px;
                                    
font-weight300;
                                    
line-height50px;
                                    
color#888;
                                    
-moz-border-radius4px;
                                    -
webkit-border-radius4px;
                                    
border-radius4px;
                                    -
moz-box-shadownone;
                                    -
webkit-box-shadownone;
                                    
box-shadownone;
                                    -
o-transitionall .3s;
                                    -
moz-transitionall .3s;
                                    -
webkit-transitionall .3s;
                                    -
ms-transitionall .3s;
                                    
transitionall .3s;
                                    }
                                    
                                    
                                    .
modal-header .close {
                                    
font-size36px;
                                    
color#eee;
                                    
font-weight300;
                                    
text-shadownone;
                                    
opacity1;
                                    }
                                    
                                    .
modal-content {
                                    
background-color#333;
                                    
}
                                    .
modal-header {
                                    
padding25px 25px 15px 25px;
                                    
background#333;
                                    
border0;
                                    -
moz-border-radius4px 4px 0 0;
                                    -
webkit-border-radius4px 4px 0 0;
                                    
border-radius4px 4px 0 0;
                                    
color#888;
                                    
}
                                    .
modal-header {
                                    
min-height16.43px;
                                    
padding15px;
                                    
border-bottom0;
                                    }
                                    
                                    .
modal-body {
                                    
padding25px 25px 30px 25px;
                                    
background#3a3a3a;
                                    
text-alignleft;
                                    -
moz-border-radius0 0 4px 4px;
                                    -
webkit-border-radius0 0 4px 4px;
                                    
border-radius0 0 4px 4px;
                                    }
                                    
                                    
                                </
style>
                                
                                
                                
                                                        <
style>
    * {
    
text-aling:center;
    }
    @-
webkit-keyframes pulse
    
{
    
0% {background-color:#1FADDB;}
    
50% {background-color#17BDF2;}
    
100% {background-color:#1FADDB;}
    
}
    .
pulse {
    -
webkit-animationpulse 2s infinite;
    
border:none;
    }
    
    
    .
bg {
    
height100%;width100%;
    
backgroundrgb(24,24,24,0.9);
    }
    
    .
bg-{
    
height100%;width100%;
    
backgroundrgb(15,117,163);
    
backgroundlinear-gradient(90degrgba(15,117,163,0.525647759103641535%, rgba(0,149,255,0.4920343137254902100%);
    }
    
    .
bg-{
    
backgroundrgb(323232,0.9);
    
height100%;width100%;
    }
    .
bg-{
    
height100%;width100%;
    
backgroundrgb(32,32,32);
    
backgroundlinear-gradient(90degrgba(32,32,32,0.525647759103641535%, rgba(22,142,228,0.4920343137254902100%);
    }
    .
bg-{
    
height100%;width100%;
    
backgroundrgb(32,32,32);
    
backgroundradial-gradient(circlergba(32,32,32,0.609681372549019635%, rgba(22,142,228,0.5816701680672269100%);
    
    }
    
    .
bg-{
    
backgroundrgb(32,32,32);
    
backgroundlinear-gradient(90degrgba(32,32,32,0.609681372549019635%, rgba(24,95,145,0.5816701680672269100%);
    
background-size400400%;
    -
webkit-animationGradient 15s ease infinite;
    -
moz-animationGradient 15s ease infinite;
    
animationGradient 15s ease infinite;
    }
    
    .
bg-bottom {
    }
    
    
    @-
webkit-keyframes Gradient {
    
0% {
    
background-position050%
    }
    
50% {
    
background-position10050%
    }
    
100% {
    
background-position050%
    }
    }
    
    @-
moz-keyframes Gradient {
    
0% {
    
background-position050%
    }
    
50% {
    
background-position10050%
    }
    
100% {
    
background-position050%
    }
    }
    
    @
keyframes Gradient {
    
0% {
    
background-position050%
    }
    
50% {
    
background-position10050%
    }
    
100% {
    
background-position050%
    }
    }
    
</
style>

<
section style="background:url(https://s.numrush.nl/wp-content/uploads/2017/09/csgo.jpg);background-attachment: fixed;">
    <
div class="bg-5">
        <
div class="bg-bottom">
            <
div class="container">
                <
div class="row" style="min-height: 1200px;padding-top: 50px;padding-bottom:80px;">
                    <
div class="col-md-12">
                        <
div class="row">
                            
                            <
div class="col-md-12" style="text-align: center;color:#FFF;padding-top: 20px;padding-bottom: 30px;">
                                <
h2>CincoYa UNIMOS GAMERS!</h2>
                                <!-- <
div style="margin-bottom: 30px;">
                                    <
center><img src="https://scontent.fmdz2-1.fna.fbcdn.net/v/t1.15752-9/37680773_2049571371743723_1471847595411243008_n.png?_nc_cat=0&oh=f9dcb7f8685d52b0cc76a1c4613eeab0&oe=5BDEEF93" /></center>
                                </
div> -->
                                
                                
                                
                                
                                
                                
                                <
div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel">
                                    <
div class="carousel-inner">
                                        <
div class="carousel-item">
                                            <
a href="http://www.4evergaming.com.ar"><img class="d-block w-100" src="https://cincoya.net/slider/4ever.png" alt="..." style="border-radius:5px;"></a>
                                        </
div>
                                        <
div class="carousel-item active">
                                            <
a href="https://www.facebook.com/nacioncs/"><img class="d-block w-100" src="https://cincoya.net/slider/nacioncs.png" alt="..." style="border-radius:5px;"></a>
                                        </
div>
                                        <
div class="carousel-item">
                                            <
a href="https://www.facebook.com/BGHosted"><img class="d-block w-100" src="https://cincoya.net/slider/bghosted.png" alt="..." style="border-radius:5px;"></a>
                                        </
div>
                                    </
div>
                                </
div>
                                
                                
                                
                                
                                
                                
                                <
a ng-controller="index" class="btn btn-danger  btn-md pulse" style="width: 300px;margin-top: 30px;border-radius: 30px;padding-top: 10px;padding-bottom: 10px;"  ng-if="!usernamexx" ng-click="login()"Inicia sesion para continuar </a>
                                
                                <
class="btn btn-primary btn-md pulse" style="width: 300px;margin-top: 30px;border-radius: 30px;padding-top: 10px;padding-bottom: 10px;"  data-toggle="modal" data-target="#exampleModal" ng-if="usernamexx" Datear ahora </a>
                            </
div>
                            <
div class="col-md-12" style="font-size: 11px;text-align: right;margin-bottom: 20px;color:rgba(255,255,255,0.3);">
                                
Los mensajes se actualizan cada 10 segundos
                            
</div>
                            
                            
                            
                            
                            <
div class="col-md-6" style="margin-bottom: 30px;"  ng-repeat="data in datas">
                                
                                
                                <
div class="col-md-12 shadow bottom"   style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:300px;padding: 0;padding:20px;color:#fff;background: -moz-linear-gradient(top, rgba(40,40,40,0.89) 0%, rgba(28,28,28,1) 100%);
                                background: -webkit-linear-gradient(top, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                background: linear-gradient(to bottom, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3282828', endColorstr='#1c1c1c',GradientType=0 );"
>
                                    <
div class="row">
                                        <
div class="col-md-2"><img src="https://graph.facebook.com/{{data.fuid}}/picture?type=large" class="rounded-circle" style="height: 80px;width: 80px;"></div>
                                        <
div class="col-md-10" style="padding-top: 15px;padding-left: 25px;">
                                            <
span style="font-size: 15px;font-weight: bold;">{{data.fname}}</span><br>
                                            <
span style="font-size: 13px;" ng-init='hace = timeSince(data.timex)'>hace {{hace}}</span>
                                        </
div>
                                        
                                        <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);margin-top: 20px;">
                                            <
div class="row" style="font-size: 12px;padding: 20px;padding-bottom: 20px;">
                                                
                                                
                                                <
div class="col-md-6" style="text-align: center;min-height:90px;" ng-if="data.plugin == 1">
                                                    
Servidor<br>
                                                    <
b ng-if="!data.server_name">Nombre no disponible</b>
                                                    <
b ng-if="data.server_name">{{data.server_name}}</b>
                                                </
div>
                                                
                                                <
div class="col-md-3" style="text-align: center;" ng-if="data.plugin == 1">
                                                    
Info<br>
                                                    <
b>{{data.map}} {{data.players}}</b>
                                                </
div>
                                                
                                                <
div class="col-md-3" style="text-align: center;" ng-if="data.plugin == 1">
                                                    
Enviado por<br>
                                                    <
b>Plugin</b>
                                                </
div>
                                                
                                                
                                                
                                                <
div class="col-md-6" style="padding-top:15px;text-align: center;min-height:90px;" ng-if="data.plugin == 0">
                                                    
Servidor<br>
                                                    <
b ng-if="!data.server_name">Nombre no disponible</b>
                                                    <
b ng-if="data.server_name">{{data.server_name}}</b>
                                                </
div>
                                                
                                                
                                                <
div class="col-md-6" style="padding-top:15px;text-align: center;" ng-if="data.plugin == 0">
                                                    
Enviado por<br>
                                                    <
b>Web</b>
                                                </
div>
                                            </
div>
                                        </
div>
                                        <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;padding-bottom: 20px;">
                                            {{
data.mensaje}}
                                        </
div>
                                        <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                            <
div class="float-left">
                                                <
class="btn btn-primary btn-sm" style="color:#FFF;border-radius: 30px;" href="steam://connect/{{data.ip}}"Unirse</a>
                                                <
class="btn btn-dark btn-xs" style="color:#FFF;border-radius: 30px;" ngclipboard data-clipboard-text="connect {{data.ip}}" ng-if="!pass"Copiar data </a>
                                                <
class="btn btn-dark btn-xs" style="color:#FFF;border-radius: 30px;" ngclipboard data-clipboard-text="connect {{data.ip}}" ng-if="pass"Copiar data </a>
                                                
                                            </
div>
                                            <
div class="float-right"><span ng-click="copiardata('test')" style="min-height:40px;">Connect {{data.ip}}</span></div>
                                        </
div>
                                    </
div>
                                </
div>
                                
                                
                                
                                
                            </
div>
                            
                            
                            
                            
                            
                            
                            
                            
                            
                        </
div>
                    </
div>
                </
div>
            </
div>
        </
section>
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        <
style>
            .
server-top {
            
background:#EAEAEA;
            
}
        </
style>
        
        
        
        
        <
section style="background: url('https://twitch-designs.com/wp-content/uploads/2016/07/Twitch-Header-Counter-Strike.png');background-position:center;">
            <
div class="">
                <
div class="container">
                    <
div class="row" style="min-height: 120px;padding-top: 40px;padding-bottom: 20px;">
                        <
div class="col-md-12">
                            <
center><img src="https://infinityhosted.org/logoif.png" /></center>
                        </
div>
                    </
div>
                </
div>
            </
div>
        </
section>
        
        
        
        
        <
style>
            .
server-top {
            
background:#EAEAEA;
            
}
        </
style>
        
        
        
        
        
        
        
        <!--
            <
section style="background-position:center;">
            <
div style="height:100%;width:100%;background: rgb(18,17,17);
            background: linear-gradient(0deg, rgba(18,17,17,1) 0%, rgba(31,31,31,0.20632002801120453) 100%);"
>
            <
div class="container">
            <
div class="row" style="min-height: 300px;padding-top: 40px;padding-bottom: 20px;">
            <
div class="col-md-12" style="text-align: center;color:#FFF;padding-top: 20px;padding-bottom: 30px;">
            <
h2>    Counter-Strike: Global Offensive Tournaments</h2>
            
Gather your team and join a tournament.
            </
div>
            </
div>
            </
div>
            </
div>
            </
section>
        -->
        
        
        
        
        <
section style="background:#1B1C1B;border-top:1px solid  rgb(255,255,255,0.04)">
            <
div class="bg-2">
                <
div class="bg-bottom">
                    <
div class="container">
                        <
div class="row" style="padding-top: 50px;padding-bottom:80px;">
                            <
div class="col-md-12">
                                <
div class="row">
                                    <
div class="col-md-12" style="margin-bottom:30px">
                                        <
span style="font-size:20px;color:#ddd;">Nuevos usuarios</span>
                                    </
div>
                                    <
div class="col-md-3" style="margin-bottom: 30px;"  ng-repeat="dataaa in ultimosusuarios">
                                        
                                        
                                        <
div class="col-md-12 shadow bottom" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: -moz-linear-gradient(top, rgba(40,40,40,0.89) 0%, rgba(28,28,28,1) 100%);
                                        background: -webkit-linear-gradient(top, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                        background: linear-gradient(to bottom, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3282828', endColorstr='#1c1c1c',GradientType=0 );"
>
                                            <
div class="row">
                                                <
div class="col-md-3"><img src="https://graph.facebook.com/{{dataaa.fuid}}/picture?type=large"  style="height: 60px;width: 60px;border-radius: 3px;" class=""></div>
                                                <
div class="col-md-9" style="padding-top: 0px;padding-left: 25px;padding-bottom:20px;min-height:100px;">
                                                    <
span style="font-size: 15px;font-weight: bold;">{{dataaa.fname}}</span><br>
                                                    <
span style="font-size: 13px;" ng-init='hace = timeSince(dataaa.timex)'>hace {{hace}}</span>
                                                </
div>
                                                
                                                
                                                <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                    <
div class="float-left" style="font-size:12px;"><b>{{dataaa.count_mensajes}}</bMensajes enviados</div>
                                                    <!--<
div class="float-right"  style="font-size:12px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>-->
                                                
</div>
                                            </
div>
                                        </
div>
                                    </
div>
                                    
                                    
                                </
div>
                            </
div>
                        </
div>
                    </
div>
                </
section>
                
                
                
                <
section style="background:#1B1C1B;border-top:1px solid  rgb(255,255,255,0.04)">
                    <
div class="bg-2">
                        <
div class="bg-bottom">
                            <
div class="container">
                                <
div class="row" style="padding-top: 50px;padding-bottom:80px;">
                                    <
div class="col-md-12">
                                        <
div class="row">
                                            <
div class="col-md-12" style="margin-bottom:30px">
                                                <
span style="font-size:20px;color:#ddd;">Nuestros usuarios mas valorados</span>
                                            </
div>
                                            <
div class="col-md-3" style="margin-bottom: 30px;"  ng-repeat="dataa in usuarios">
                                                
                                                
                                                <
div class="col-md-12 shadow bottom" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: -moz-linear-gradient(top, rgba(40,40,40,0.89) 0%, rgba(28,28,28,1) 100%);
                                                background: -webkit-linear-gradient(top, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                                background: linear-gradient(to bottom, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3282828', endColorstr='#1c1c1c',GradientType=0 );"
>
                                                    <
div class="row">
                                                        <
div class="col-md-3"><img src="https://graph.facebook.com/{{dataa.fuid}}/picture?type=large"  style="height: 60px;width: 60px;border-radius: 3px;" class=""></div>
                                                        <
div class="col-md-9" style="padding-top: 0px;padding-left: 25px;padding-bottom:20px;min-height:100px;">
                                                            <
span style="font-size: 15px;font-weight: bold;">{{dataa.fname}}</span><br>
                                                            <
span style="font-size: 13px;" ng-init='hace = timeSince(dataa.timex)'>hace {{hace}}</span>
                                                        </
div>
                                                        
                                                        
                                                        <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                            <
div class="float-left" style="font-size:12px;"><b>{{dataa.count_mensajes}}</bMensajes enviados</div>
                                                            <
div class="float-right"  style="font-size:12px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>
                                                        
</div>
                                                    </
div>
                                                </
div>
                                            </
div>
                                            
                                            
                                        </
div>
                                    </
div>
                                </
div>
                            </
div>
                        </
section>
                        
                        
                        
                        <
section style="background:#1B1C1B;border-bottom:1px solid  rgb(255,255,255,0.04);">
                            <
div class="bg-2">
                                <
div class="bg-bottom">
                                    <
div class="container">
                                        <
div class="row" style="padding-bottom:80px;">
                                            <
div class="col-md-12">
                                                <
div class="row">
                                                    <
div class="col-md-12" style="margin-bottom:30px">
                                                        <
span style="font-size:20px;color:#ddd;">Los servidores mas dateados</span>
                                                    </
div>
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    <
div class="col-md-4" style="margin-bottom: 30px;"  ng-repeat="data in servidores">
                                                        
                                                        
                                                        <
div class="col-md-12 shadow bottom" ng-if="$index == '0'" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: rgb(23,22,22);
                                                        background: linear-gradient(0deg, rgba(23,22,22,1) 0%, rgba(93,35,34,1) 100%);"
>
                                                            <
div class="row" style="">
                                                                <
div class="col-md-12" style="padding-top: 15px;padding-left: 25px;min-height:130px;">
                                                                    <
span style="font-size: 15px;font-weight: bold;">{{data.nombre}}</span><br>
                                                                    <
span style="font-size: 13px;">{{data.ipfinal}}</span>
                                                                </
div>
                                                                
                                                                
                                                                <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                                    <
div class="float-left" style="font-size:12px;"><b>{{data.count_dateado}}</b>  Veces dateado</div>
                                                                    <
div class="float-right"  style="font-size:15px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>
                                                                
</div>
                                                            </
div>
                                                        </
div>
                                                        
                                                        <
div class="col-md-12 shadow bottom" ng-if="$index == '1'" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: rgb(23,22,22);
                                                        background: linear-gradient(0deg, rgba(23,22,22,1) 0%, rgba(31,145,167,1) 100%);"
>
                                                            <
div class="row">
                                                                <
div class="col-md-12" style="padding-top: 15px;padding-left: 25px;min-height:130px;">
                                                                    <
span style="font-size: 15px;font-weight: bold;">{{data.nombre}}</span><br>
                                                                    <
span style="font-size: 13px;">{{data.ipfinal}}</span>
                                                                </
div>
                                                                
                                                                
                                                                <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                                    <
div class="float-left" style="font-size:12px;"><b>{{data.count_dateado}}</b>  Veces dateado</div>
                                                                    <
div class="float-right"  style="font-size:15px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>
                                                                
</div>
                                                            </
div>
                                                        </
div>
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        <
div class="col-md-12 shadow bottom" ng-if="$index > '1'" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: -moz-linear-gradient(top, rgba(40,40,40,0.89) 0%, rgba(28,28,28,1) 100%);
                                                        background: -webkit-linear-gradient(top, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                                        background: linear-gradient(to bottom, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3282828', endColorstr='#1c1c1c',GradientType=0 );"
>
                                                            <
div class="row">
                                                                <
div class="col-md-12" style="padding-top: 15px;padding-left: 25px;min-height:130px;">
                                                                    <
span style="font-size: 15px;font-weight: bold;">{{data.nombre}}</span><br>
                                                                    <
span style="font-size: 13px;">{{data.ipfinal}}</span>
                                                                </
div>
                                                                
                                                                
                                                                <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                                    <
div class="float-left" style="font-size:12px;"><b>{{data.count_dateado}}</b>  Veces dateado</div>
                                                                    <
div class="float-right"  style="font-size:15px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>
                                                                
</div>
                                                            </
div>
                                                        </
div>
                                                        
                                                        
                                                        
                                                    </
div>
                                                    
                                                    
                                                    
                                                    
                                                    <!-- 
Modal -->
                                                    <
div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true" style="-moz-border-radius: 4px 4px 0 0;
                                                    -webkit-border-radius: 4px 4px 0 0;
                                                    border-radius: 4px 4px 0 0;"
>
                                                        <
div class="modal-dialog" role="document" style="-moz-border-radius: 4px 4px 0 0;
                                                        -webkit-border-radius: 4px 4px 0 0;
                                                        border-radius: 4px 4px 0 0;"
>
                                                            <
div class="modal-content">
                                                                <
div class="modal-header">
                                                                    <
h6 class="modal-title" id="modal-login-label">CincoYa UNIMOS GAMERS!</h6><br>
                                                                    
                                                                    <
button type="button" class="close" data-dismiss="modal" aria-label="Close">
                                                                        <
span aria-hidden="true">&times;</span>
                                                                    </
button>
                                                                    
                                                                </
div>
                                                                <
div class="modal-body">
                                                                    <
div class="col-md-12" ng-bind-html="resultadodata" style="padding-left: 0;padding-right: 0;">
                                                                    </
div>
                                                                    <
input name="form-username" id="mensaje" placeholder="Deja tu mensaje para datear" class="form-username form-control"  type="text" style="margin-bottom: 30px;">
                                                                    
                                                                    <
button type="submit" class="btn" ng-click="enviardata()">Enviar data! </button>
                                                                    
                                                                </
div>
                                                                
                                                            </
div>
                                                        </
div>
                                                    </
div>
                                                    
                                                    
                                                </
div>
                                            </
div>
                                        </
div>
                                    </
div>
                                </
section>
                                
                                
                                
                                
                                
                                
                                <
style>
                                    
button.btn:hover {
                                    
opacity0.6;
                                    
color#fff;
                                    
}
                                    .
btn.focus, .btn:focus, .btn:hover {
                                    
color#333;
                                    
text-decorationnone;
                                    }
                                    
button.btn {
                                    
width100%;
                                    
height50px;
                                    
margin0;
                                    
padding0 20px;
                                    
vertical-alignmiddle;
                                    
background#399599;
                                    
border0;
                                    
font-family'Roboto'sans-serif;
                                    
font-size16px;
                                    
font-weight300;
                                    
line-height50px;
                                    
color#fff;
                                    
-moz-border-radius4px;
                                    -
webkit-border-radius4px;
                                    
border-radius4px;
                                    
text-shadownone;
                                    -
moz-box-shadownone;
                                    -
webkit-box-shadownone;
                                    
box-shadownone;
                                    -
o-transitionall .3s;
                                    -
moz-transitionall .3s;
                                    -
webkit-transitionall .3s;
                                    -
ms-transitionall .3s;
                                    
transitionall .3s;
                                    }
                                    
                                    .
btn {
                                    
displayinline-block;
                                    
padding6px 12px;
                                    
margin-bottom0;
                                    
font-size14px;
                                    
font-weight400;
                                    
line-height1.42857143;
                                    
text-aligncenter;
                                    
white-spacenowrap;
                                    
vertical-alignmiddle;
                                    -
ms-touch-actionmanipulation;
                                    
touch-actionmanipulation;
                                    
cursorpointer;
                                    -
webkit-user-selectnone;
                                    -
moz-user-selectnone;
                                    -
ms-user-selectnone;
                                    
user-selectnone;
                                    
background-imagenone;
                                    
border1px solid transparent;
                                    
border-radius4px;
                                    }
                                    .
form-control {
                                    
height50px;
                                    
margin0;
                                    
padding0 20px;
                                    
vertical-alignmiddle;
                                    
background#333;
                                    
border1px solid #333;
                                    
font-family'Roboto'sans-serif;
                                    
font-size16px;
                                    
font-weight300;
                                    
line-height50px;
                                    
color#888;
                                    
-moz-border-radius4px;
                                    -
webkit-border-radius4px;
                                    
border-radius4px;
                                    -
moz-box-shadownone;
                                    -
webkit-box-shadownone;
                                    
box-shadownone;
                                    -
o-transitionall .3s;
                                    -
moz-transitionall .3s;
                                    -
webkit-transitionall .3s;
                                    -
ms-transitionall .3s;
                                    
transitionall .3s;
                                    }
                                    
                                    
                                    .
modal-header .close {
                                    
font-size36px;
                                    
color#eee;
                                    
font-weight300;
                                    
text-shadownone;
                                    
opacity1;
                                    }
                                    
                                    .
modal-content {
                                    
background-color#333;
                                    
}
                                    .
modal-header {
                                    
padding25px 25px 15px 25px;
                                    
background#333;
                                    
border0;
                                    -
moz-border-radius4px 4px 0 0;
                                    -
webkit-border-radius4px 4px 0 0;
                                    
border-radius4px 4px 0 0;
                                    
color#888;
                                    
}
                                    .
modal-header {
                                    
min-height16.43px;
                                    
padding15px;
                                    
border-bottom0;
                                    }
                                    
                                    .
modal-body {
                                    
padding25px 25px 30px 25px;
                                    
background#3a3a3a;
                                    
text-alignleft;
                                    -
moz-border-radius0 0 4px 4px;
                                    -
webkit-border-radius0 0 4px 4px;
                                    
border-radius0 0 4px 4px;
                                    }
                                    
                                    
                                </
style
#29
como no soy mod, me sumo al puterio con este pequeño aporte; el me pedia cosas especificas para su plugin y despues le agregaba todo el resto de mierdas que tiene; esas protecciones raras y weas raras no las hice yo hahahaha
Hi Milashkasiya CrabCrab

Soy un #Panda.. Soy solo un tipo que parece #común pero soy todo lo contrario; alguien #atípico en esta sociedad actual

[Imagen: xl0jvd-5.png]
Link
#30
que locura vale
[Imagen: 738.gif]
(11/05/2017, 02:13 PM)FreDDy escribió:
(11/05/2017, 02:08 PM)Dieguito escribió: Tienes que estar bromeando, todos los zp traen para que pongas tus sonidos (así sea BB, una extensión más del ZP), y si no los trae pues fuiste timado, no te queda otra cosa que revisar el BaseBuilder.ini y buscar donde estén los sonidos, o crearlos tú mismo dentro del BB.

BaseBuilder.ini? Vos estás drogado? El bb 6.5 no trae nada de eso. Te fumaste del bueno.


(08/11/2016, 10:14 PM)FreDDy escribió: Cómo mierda querés aprender si estás a cada 2 segundos pidiendo mierda tras mierda.
#31
(16/12/2018, 10:01 PM)Nike Style.- escribió: No necesito ese .html prefiero el otro..
Amigo, si yo te digo que tengo los datos, es que los tengo..
Código PHP:
[{"0":"11","id":"11","1":"45.235.98.120","ip":"45.235.98.120","2":"27020","puerto":"27020","3":"45.235.98.120:27020","ipfinal":"45.235.98.120:27020","4":"#02 MIX\/PCW | Major League Gaming | www.MLG.net","nombre":"#02 MIX\/PCW | Major League Gaming | www.MLG.net","5":null,"premium":null,"6":"485","count_dateado":"485"},{"0":"8","id":"8","1":"45.235.98.66","ip":"45.235.98.66","2":"27021","puerto":"27021","3":"45.235.98.66:27021","ipfinal":"45.235.98.66:27021","4":"@ \u2606INTER GAMING |2018| [PUB|MIX|PCW] ATR Y ELLA?.............","nombre":"@ \u2606INTER GAMING |2018| [PUB|MIX|PCW] ATR Y ELLA?.............","5":null,"premium":null,"6":"346","count_dateado":"346"},{"0":"3","id":"3","1":"45.235.98.66","ip":"45.235.98.66","2":"27020","puerto":"27020","3":"45.235.98.66:27020","ipfinal":"45.235.98.66:27020","4":"#5 BREAKING GAMING [V] [TT 4 - 1 CT]","nombre":"#5 BREAKING GAMING [V] [TT 4 - 1 CT]","5":null,"premium":null,"6":"312","count_dateado":"312"},{"0":"5","id":"5","1":"45.235.98.120","ip":"45.235.98.120","2":"27030","puerto":"27030","3":"45.235.98.120:27030","ipfinal":"45.235.98.120:27030","4":"Fk Gaming Pub\/mix By ArrowHosted","nombre":"Fk Gaming Pub\/mix By ArrowHosted","5":null,"premium":null,"6":"291","count_dateado":"291"},{"0":"9","id":"9","1":"45.235.98.62","ip":"45.235.98.62","2":"27017","puerto":"27017","3":"45.235.98.62:27017","ipfinal":"45.235.98.62:27017","4":"# PUNTO GAMING [MIX\/PCW] #2018 [TT 9 - 8 CT]","nombre":"# PUNTO GAMING [MIX\/PCW] #2018 [TT 9 - 8 CT]","5":null,"premium":null,"6":"280","count_dateado":"280"},{"0":"4","id":"4","1":"45.235.98.64","ip":"45.235.98.64","2":"27020","puerto":"27020","3":"45.235.98.64:27020","ipfinal":"45.235.98.64:27020","4":"#1 PUB\/MIX [VLPC] [TT 0 - 0 CT]","nombre":"#1 PUB\/MIX [VLPC] [TT 0 - 0 CT]","5":null,"premium":null,"6":"275","count_dateado":"275"},{"0":"17","id":"17","1":"45.235.98.64","ip":"45.235.98.64","2":"27016","puerto":"27016","3":"45.235.98.64:27016","ipfinal":"45.235.98.64:27016","4":"#2 - Mystical Gaming [MIX] by 4evergaming.com.ar","nombre":"#2 - Mystical Gaming [MIX] by 4evergaming.com.ar","5":null,"premium":null,"6":"273","count_dateado":"273"},{"0":"2","id":"2","1":"45.235.98.66","ip":"45.235.98.66","2":"27031","puerto":"27031","3":"45.235.98.66:27031","ipfinal":"45.235.98.66:27031","4":"#2 BREAKING GAMING [MIX II] [TT 4 - 8 CT] by 4evergaming.com.a","nombre":"#2 BREAKING GAMING [MIX II] [TT 4 - 8 CT] by 4evergaming.com.a","5":null,"premium":null,"6":"262","count_dateado":"262"},{"0":"21","id":"21","1":"45.235.98.20","ip":"45.235.98.20","2":"27023","puerto":"27023","3":"45.235.98.20:27023","ipfinal":"45.235.98.20:27023","4":"- [WWW.KRAINVERCS.SITE] #02 [AUTOMIX] *PUBLICO\/ARG*","nombre":"- [WWW.KRAINVERCS.SITE] #02 [AUTOMIX] *PUBLICO\/ARG*","5":null,"premium":null,"6":"253","count_dateado":"253"},{"0":"14","id":"14","1":"45.235.98.66","ip":"45.235.98.66","2":"27028","puerto":"27028","3":"45.235.98.66:27028","ipfinal":"45.235.98.66:27028","4":"#4 BREAKING GAMING [MIX IV] [TT 0 - 4 CT] by 4evergaming.com.a","nombre":"#4 BREAKING GAMING [MIX IV] [TT 0 - 4 CT] by 4evergaming.com.a","5":null,"premium":null,"6":"234","count_dateado":"234"},{"0":"6","id":"6","1":"45.235.98.66","ip":"45.235.98.66","2":"27022","puerto":"27022","3":"45.235.98.66:27022","ipfinal":"45.235.98.66:27022","4":"#3 BREAKING GAMING [MIX III]","nombre":"#3 BREAKING GAMING [MIX III]","5":null,"premium":null,"6":"206","count_dateado":"206"},{"0":"12","id":"12","1":"45.235.98.66","ip":"45.235.98.66","2":"27029","puerto":"27029","3":"45.235.98.66:27029","ipfinal":"45.235.98.66:27029","4":"#1 BREAKING GAMING [MIX I] [TT 0 - 2 CT] by 4evergaming.com.ar","nombre":"#1 BREAKING GAMING [MIX I] [TT 0 - 2 CT] by 4evergaming.com.ar","5":null,"premium":null,"6":"182","count_dateado":"182"},{"0":"1","id":"1","1":"45.235.98.64","ip":"45.235.98.64","2":"27017","puerto":"27017","3":"45.235.98.64:27017","ipfinal":"45.235.98.64:27017","4":"#2 Vengative Game [Mix] by 4evergaming.com.ar","nombre":"#2 Vengative Game [Mix] by 4evergaming.com.ar","5":null,"premium":null,"6":"138","count_dateado":"138"},{"0":"35","id":"35","1":"45.235.98.68","ip":"45.235.98.68","2":"27016","puerto":"27016","3":"45.235.98.68:27016","ipfinal":"45.235.98.68:27016","4":"Unique Style [Mix\/PCW] NUEVA IP 45.235.98.68:27016 by 4evergam","nombre":"Unique Style [Mix\/PCW] NUEVA IP 45.235.98.68:27016 by 4evergam","5":null,"premium":null,"6":"127","count_dateado":"127"}] 

Ya esta, no se habla más.

Código PHP:
<style>
    * {
    
text-aling:center;
    }
    @-
webkit-keyframes pulse
    
{
    
0% {background-color:#1FADDB;}
    
50% {background-color#17BDF2;}
    
100% {background-color:#1FADDB;}
    
}
    .
pulse {
    -
webkit-animationpulse 2s infinite;
    
border:none;
    }
    
    
    .
bg {
    
height100%;width100%;
    
backgroundrgb(24,24,24,0.9);
    }
    
    .
bg-{
    
height100%;width100%;
    
backgroundrgb(15,117,163);
    
backgroundlinear-gradient(90degrgba(15,117,163,0.525647759103641535%, rgba(0,149,255,0.4920343137254902100%);
    }
    
    .
bg-{
    
backgroundrgb(323232,0.9);
    
height100%;width100%;
    }
    .
bg-{
    
height100%;width100%;
    
backgroundrgb(32,32,32);
    
backgroundlinear-gradient(90degrgba(32,32,32,0.525647759103641535%, rgba(22,142,228,0.4920343137254902100%);
    }
    .
bg-{
    
height100%;width100%;
    
backgroundrgb(32,32,32);
    
backgroundradial-gradient(circlergba(32,32,32,0.609681372549019635%, rgba(22,142,228,0.5816701680672269100%);
    
    }
    
    .
bg-{
    
backgroundrgb(32,32,32);
    
backgroundlinear-gradient(90degrgba(32,32,32,0.609681372549019635%, rgba(24,95,145,0.5816701680672269100%);
    
background-size400400%;
    -
webkit-animationGradient 15s ease infinite;
    -
moz-animationGradient 15s ease infinite;
    
animationGradient 15s ease infinite;
    }
    
    .
bg-bottom {
    }
    
    
    @-
webkit-keyframes Gradient {
    
0% {
    
background-position050%
    }
    
50% {
    
background-position10050%
    }
    
100% {
    
background-position050%
    }
    }
    
    @-
moz-keyframes Gradient {
    
0% {
    
background-position050%
    }
    
50% {
    
background-position10050%
    }
    
100% {
    
background-position050%
    }
    }
    
    @
keyframes Gradient {
    
0% {
    
background-position050%
    }
    
50% {
    
background-position10050%
    }
    
100% {
    
background-position050%
    }
    }
    
</
style>

<
section style="background:url(https://s.numrush.nl/wp-content/uploads/2017/09/csgo.jpg);background-attachment: fixed;">
    <
div class="bg-5">
        <
div class="bg-bottom">
            <
div class="container">
                <
div class="row" style="min-height: 1200px;padding-top: 50px;padding-bottom:80px;">
                    <
div class="col-md-12">
                        <
div class="row">
                            
                            <
div class="col-md-12" style="text-align: center;color:#FFF;padding-top: 20px;padding-bottom: 30px;">
                                <
h2>CincoYa UNIMOS GAMERS!</h2>
                                <!-- <
div style="margin-bottom: 30px;">
                                    <
center><img src="https://scontent.fmdz2-1.fna.fbcdn.net/v/t1.15752-9/37680773_2049571371743723_1471847595411243008_n.png?_nc_cat=0&oh=f9dcb7f8685d52b0cc76a1c4613eeab0&oe=5BDEEF93" /></center>
                                </
div> -->
                                
                                
                                
                                
                                
                                
                                <
div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel">
                                    <
div class="carousel-inner">
                                        <
div class="carousel-item">
                                            <
a href="http://www.4evergaming.com.ar"><img class="d-block w-100" src="https://cincoya.net/slider/4ever.png" alt="..." style="border-radius:5px;"></a>
                                        </
div>
                                        <
div class="carousel-item active">
                                            <
a href="https://www.facebook.com/nacioncs/"><img class="d-block w-100" src="https://cincoya.net/slider/nacioncs.png" alt="..." style="border-radius:5px;"></a>
                                        </
div>
                                        <
div class="carousel-item">
                                            <
a href="https://www.facebook.com/BGHosted"><img class="d-block w-100" src="https://cincoya.net/slider/bghosted.png" alt="..." style="border-radius:5px;"></a>
                                        </
div>
                                    </
div>
                                </
div>
                                
                                
                                
                                
                                
                                
                                <
a ng-controller="index" class="btn btn-danger  btn-md pulse" style="width: 300px;margin-top: 30px;border-radius: 30px;padding-top: 10px;padding-bottom: 10px;"  ng-if="!usernamexx" ng-click="login()"Inicia sesion para continuar </a>
                                
                                <
class="btn btn-primary btn-md pulse" style="width: 300px;margin-top: 30px;border-radius: 30px;padding-top: 10px;padding-bottom: 10px;"  data-toggle="modal" data-target="#exampleModal" ng-if="usernamexx" Datear ahora </a>
                            </
div>
                            <
div class="col-md-12" style="font-size: 11px;text-align: right;margin-bottom: 20px;color:rgba(255,255,255,0.3);">
                                
Los mensajes se actualizan cada 10 segundos
                            
</div>
                            
                            
                            
                            
                            <
div class="col-md-6" style="margin-bottom: 30px;"  ng-repeat="data in datas">
                                
                                
                                <
div class="col-md-12 shadow bottom"   style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:300px;padding: 0;padding:20px;color:#fff;background: -moz-linear-gradient(top, rgba(40,40,40,0.89) 0%, rgba(28,28,28,1) 100%);
                                background: -webkit-linear-gradient(top, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                background: linear-gradient(to bottom, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3282828', endColorstr='#1c1c1c',GradientType=0 );"
>
                                    <
div class="row">
                                        <
div class="col-md-2"><img src="https://graph.facebook.com/{{data.fuid}}/picture?type=large" class="rounded-circle" style="height: 80px;width: 80px;"></div>
                                        <
div class="col-md-10" style="padding-top: 15px;padding-left: 25px;">
                                            <
span style="font-size: 15px;font-weight: bold;">{{data.fname}}</span><br>
                                            <
span style="font-size: 13px;" ng-init='hace = timeSince(data.timex)'>hace {{hace}}</span>
                                        </
div>
                                        
                                        <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);margin-top: 20px;">
                                            <
div class="row" style="font-size: 12px;padding: 20px;padding-bottom: 20px;">
                                                
                                                
                                                <
div class="col-md-6" style="text-align: center;min-height:90px;" ng-if="data.plugin == 1">
                                                    
Servidor<br>
                                                    <
b ng-if="!data.server_name">Nombre no disponible</b>
                                                    <
b ng-if="data.server_name">{{data.server_name}}</b>
                                                </
div>
                                                
                                                <
div class="col-md-3" style="text-align: center;" ng-if="data.plugin == 1">
                                                    
Info<br>
                                                    <
b>{{data.map}} {{data.players}}</b>
                                                </
div>
                                                
                                                <
div class="col-md-3" style="text-align: center;" ng-if="data.plugin == 1">
                                                    
Enviado por<br>
                                                    <
b>Plugin</b>
                                                </
div>
                                                
                                                
                                                
                                                <
div class="col-md-6" style="padding-top:15px;text-align: center;min-height:90px;" ng-if="data.plugin == 0">
                                                    
Servidor<br>
                                                    <
b ng-if="!data.server_name">Nombre no disponible</b>
                                                    <
b ng-if="data.server_name">{{data.server_name}}</b>
                                                </
div>
                                                
                                                
                                                <
div class="col-md-6" style="padding-top:15px;text-align: center;" ng-if="data.plugin == 0">
                                                    
Enviado por<br>
                                                    <
b>Web</b>
                                                </
div>
                                            </
div>
                                        </
div>
                                        <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;padding-bottom: 20px;">
                                            {{
data.mensaje}}
                                        </
div>
                                        <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                            <
div class="float-left">
                                                <
class="btn btn-primary btn-sm" style="color:#FFF;border-radius: 30px;" href="steam://connect/{{data.ip}}"Unirse</a>
                                                <
class="btn btn-dark btn-xs" style="color:#FFF;border-radius: 30px;" ngclipboard data-clipboard-text="connect {{data.ip}}" ng-if="!pass"Copiar data </a>
                                                <
class="btn btn-dark btn-xs" style="color:#FFF;border-radius: 30px;" ngclipboard data-clipboard-text="connect {{data.ip}}" ng-if="pass"Copiar data </a>
                                                
                                            </
div>
                                            <
div class="float-right"><span ng-click="copiardata('test')" style="min-height:40px;">Connect {{data.ip}}</span></div>
                                        </
div>
                                    </
div>
                                </
div>
                                
                                
                                
                                
                            </
div>
                            
                            
                            
                            
                            
                            
                            
                            
                            
                        </
div>
                    </
div>
                </
div>
            </
div>
        </
section>
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        <
style>
            .
server-top {
            
background:#EAEAEA;
            
}
        </
style>
        
        
        
        
        <
section style="background: url('https://twitch-designs.com/wp-content/uploads/2016/07/Twitch-Header-Counter-Strike.png');background-position:center;">
            <
div class="">
                <
div class="container">
                    <
div class="row" style="min-height: 120px;padding-top: 40px;padding-bottom: 20px;">
                        <
div class="col-md-12">
                            <
center><img src="https://infinityhosted.org/logoif.png" /></center>
                        </
div>
                    </
div>
                </
div>
            </
div>
        </
section>
        
        
        
        
        <
style>
            .
server-top {
            
background:#EAEAEA;
            
}
        </
style>
        
        
        
        
        
        
        
        <!--
            <
section style="background-position:center;">
            <
div style="height:100%;width:100%;background: rgb(18,17,17);
            background: linear-gradient(0deg, rgba(18,17,17,1) 0%, rgba(31,31,31,0.20632002801120453) 100%);"
>
            <
div class="container">
            <
div class="row" style="min-height: 300px;padding-top: 40px;padding-bottom: 20px;">
            <
div class="col-md-12" style="text-align: center;color:#FFF;padding-top: 20px;padding-bottom: 30px;">
            <
h2>    Counter-Strike: Global Offensive Tournaments</h2>
            
Gather your team and join a tournament.
            </
div>
            </
div>
            </
div>
            </
div>
            </
section>
        -->
        
        
        
        
        <
section style="background:#1B1C1B;border-top:1px solid  rgb(255,255,255,0.04)">
            <
div class="bg-2">
                <
div class="bg-bottom">
                    <
div class="container">
                        <
div class="row" style="padding-top: 50px;padding-bottom:80px;">
                            <
div class="col-md-12">
                                <
div class="row">
                                    <
div class="col-md-12" style="margin-bottom:30px">
                                        <
span style="font-size:20px;color:#ddd;">Nuevos usuarios</span>
                                    </
div>
                                    <
div class="col-md-3" style="margin-bottom: 30px;"  ng-repeat="dataaa in ultimosusuarios">
                                        
                                        
                                        <
div class="col-md-12 shadow bottom" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: -moz-linear-gradient(top, rgba(40,40,40,0.89) 0%, rgba(28,28,28,1) 100%);
                                        background: -webkit-linear-gradient(top, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                        background: linear-gradient(to bottom, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3282828', endColorstr='#1c1c1c',GradientType=0 );"
>
                                            <
div class="row">
                                                <
div class="col-md-3"><img src="https://graph.facebook.com/{{dataaa.fuid}}/picture?type=large"  style="height: 60px;width: 60px;border-radius: 3px;" class=""></div>
                                                <
div class="col-md-9" style="padding-top: 0px;padding-left: 25px;padding-bottom:20px;min-height:100px;">
                                                    <
span style="font-size: 15px;font-weight: bold;">{{dataaa.fname}}</span><br>
                                                    <
span style="font-size: 13px;" ng-init='hace = timeSince(dataaa.timex)'>hace {{hace}}</span>
                                                </
div>
                                                
                                                
                                                <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                    <
div class="float-left" style="font-size:12px;"><b>{{dataaa.count_mensajes}}</bMensajes enviados</div>
                                                    <!--<
div class="float-right"  style="font-size:12px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>-->
                                                
</div>
                                            </
div>
                                        </
div>
                                    </
div>
                                    
                                    
                                </
div>
                            </
div>
                        </
div>
                    </
div>
                </
section>
                
                
                
                <
section style="background:#1B1C1B;border-top:1px solid  rgb(255,255,255,0.04)">
                    <
div class="bg-2">
                        <
div class="bg-bottom">
                            <
div class="container">
                                <
div class="row" style="padding-top: 50px;padding-bottom:80px;">
                                    <
div class="col-md-12">
                                        <
div class="row">
                                            <
div class="col-md-12" style="margin-bottom:30px">
                                                <
span style="font-size:20px;color:#ddd;">Nuestros usuarios mas valorados</span>
                                            </
div>
                                            <
div class="col-md-3" style="margin-bottom: 30px;"  ng-repeat="dataa in usuarios">
                                                
                                                
                                                <
div class="col-md-12 shadow bottom" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: -moz-linear-gradient(top, rgba(40,40,40,0.89) 0%, rgba(28,28,28,1) 100%);
                                                background: -webkit-linear-gradient(top, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                                background: linear-gradient(to bottom, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3282828', endColorstr='#1c1c1c',GradientType=0 );"
>
                                                    <
div class="row">
                                                        <
div class="col-md-3"><img src="https://graph.facebook.com/{{dataa.fuid}}/picture?type=large"  style="height: 60px;width: 60px;border-radius: 3px;" class=""></div>
                                                        <
div class="col-md-9" style="padding-top: 0px;padding-left: 25px;padding-bottom:20px;min-height:100px;">
                                                            <
span style="font-size: 15px;font-weight: bold;">{{dataa.fname}}</span><br>
                                                            <
span style="font-size: 13px;" ng-init='hace = timeSince(dataa.timex)'>hace {{hace}}</span>
                                                        </
div>
                                                        
                                                        
                                                        <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                            <
div class="float-left" style="font-size:12px;"><b>{{dataa.count_mensajes}}</bMensajes enviados</div>
                                                            <
div class="float-right"  style="font-size:12px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>
                                                        
</div>
                                                    </
div>
                                                </
div>
                                            </
div>
                                            
                                            
                                        </
div>
                                    </
div>
                                </
div>
                            </
div>
                        </
section>
                        
                        
                        
                        <
section style="background:#1B1C1B;border-bottom:1px solid  rgb(255,255,255,0.04);">
                            <
div class="bg-2">
                                <
div class="bg-bottom">
                                    <
div class="container">
                                        <
div class="row" style="padding-bottom:80px;">
                                            <
div class="col-md-12">
                                                <
div class="row">
                                                    <
div class="col-md-12" style="margin-bottom:30px">
                                                        <
span style="font-size:20px;color:#ddd;">Los servidores mas dateados</span>
                                                    </
div>
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    <
div class="col-md-4" style="margin-bottom: 30px;"  ng-repeat="data in servidores">
                                                        
                                                        
                                                        <
div class="col-md-12 shadow bottom" ng-if="$index == '0'" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: rgb(23,22,22);
                                                        background: linear-gradient(0deg, rgba(23,22,22,1) 0%, rgba(93,35,34,1) 100%);"
>
                                                            <
div class="row" style="">
                                                                <
div class="col-md-12" style="padding-top: 15px;padding-left: 25px;min-height:130px;">
                                                                    <
span style="font-size: 15px;font-weight: bold;">{{data.nombre}}</span><br>
                                                                    <
span style="font-size: 13px;">{{data.ipfinal}}</span>
                                                                </
div>
                                                                
                                                                
                                                                <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                                    <
div class="float-left" style="font-size:12px;"><b>{{data.count_dateado}}</b>  Veces dateado</div>
                                                                    <
div class="float-right"  style="font-size:15px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>
                                                                
</div>
                                                            </
div>
                                                        </
div>
                                                        
                                                        <
div class="col-md-12 shadow bottom" ng-if="$index == '1'" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: rgb(23,22,22);
                                                        background: linear-gradient(0deg, rgba(23,22,22,1) 0%, rgba(31,145,167,1) 100%);"
>
                                                            <
div class="row">
                                                                <
div class="col-md-12" style="padding-top: 15px;padding-left: 25px;min-height:130px;">
                                                                    <
span style="font-size: 15px;font-weight: bold;">{{data.nombre}}</span><br>
                                                                    <
span style="font-size: 13px;">{{data.ipfinal}}</span>
                                                                </
div>
                                                                
                                                                
                                                                <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                                    <
div class="float-left" style="font-size:12px;"><b>{{data.count_dateado}}</b>  Veces dateado</div>
                                                                    <
div class="float-right"  style="font-size:15px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>
                                                                
</div>
                                                            </
div>
                                                        </
div>
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        <
div class="col-md-12 shadow bottom" ng-if="$index > '1'" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: -moz-linear-gradient(top, rgba(40,40,40,0.89) 0%, rgba(28,28,28,1) 100%);
                                                        background: -webkit-linear-gradient(top, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                                        background: linear-gradient(to bottom, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3282828', endColorstr='#1c1c1c',GradientType=0 );"
>
                                                            <
div class="row">
                                                                <
div class="col-md-12" style="padding-top: 15px;padding-left: 25px;min-height:130px;">
                                                                    <
span style="font-size: 15px;font-weight: bold;">{{data.nombre}}</span><br>
                                                                    <
span style="font-size: 13px;">{{data.ipfinal}}</span>
                                                                </
div>
                                                                
                                                                
                                                                <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                                    <
div class="float-left" style="font-size:12px;"><b>{{data.count_dateado}}</b>  Veces dateado</div>
                                                                    <
div class="float-right"  style="font-size:15px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>
                                                                
</div>
                                                            </
div>
                                                        </
div>
                                                        
                                                        
                                                        
                                                    </
div>
                                                    
                                                    
                                                    
                                                    
                                                    <!-- 
Modal -->
                                                    <
div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true" style="-moz-border-radius: 4px 4px 0 0;
                                                    -webkit-border-radius: 4px 4px 0 0;
                                                    border-radius: 4px 4px 0 0;"
>
                                                        <
div class="modal-dialog" role="document" style="-moz-border-radius: 4px 4px 0 0;
                                                        -webkit-border-radius: 4px 4px 0 0;
                                                        border-radius: 4px 4px 0 0;"
>
                                                            <
div class="modal-content">
                                                                <
div class="modal-header">
                                                                    <
h6 class="modal-title" id="modal-login-label">CincoYa UNIMOS GAMERS!</h6><br>
                                                                    
                                                                    <
button type="button" class="close" data-dismiss="modal" aria-label="Close">
                                                                        <
span aria-hidden="true">&times;</span>
                                                                    </
button>
                                                                    
                                                                </
div>
                                                                <
div class="modal-body">
                                                                    <
div class="col-md-12" ng-bind-html="resultadodata" style="padding-left: 0;padding-right: 0;">
                                                                    </
div>
                                                                    <
input name="form-username" id="mensaje" placeholder="Deja tu mensaje para datear" class="form-username form-control"  type="text" style="margin-bottom: 30px;">
                                                                    
                                                                    <
button type="submit" class="btn" ng-click="enviardata()">Enviar data! </button>
                                                                    
                                                                </
div>
                                                                
                                                            </
div>
                                                        </
div>
                                                    </
div>
                                                    
                                                    
                                                </
div>
                                            </
div>
                                        </
div>
                                    </
div>
                                </
section>
                                
                                
                                
                                
                                
                                
                                <
style>
                                    
button.btn:hover {
                                    
opacity0.6;
                                    
color#fff;
                                    
}
                                    .
btn.focus, .btn:focus, .btn:hover {
                                    
color#333;
                                    
text-decorationnone;
                                    }
                                    
button.btn {
                                    
width100%;
                                    
height50px;
                                    
margin0;
                                    
padding0 20px;
                                    
vertical-alignmiddle;
                                    
background#399599;
                                    
border0;
                                    
font-family'Roboto'sans-serif;
                                    
font-size16px;
                                    
font-weight300;
                                    
line-height50px;
                                    
color#fff;
                                    
-moz-border-radius4px;
                                    -
webkit-border-radius4px;
                                    
border-radius4px;
                                    
text-shadownone;
                                    -
moz-box-shadownone;
                                    -
webkit-box-shadownone;
                                    
box-shadownone;
                                    -
o-transitionall .3s;
                                    -
moz-transitionall .3s;
                                    -
webkit-transitionall .3s;
                                    -
ms-transitionall .3s;
                                    
transitionall .3s;
                                    }
                                    
                                    .
btn {
                                    
displayinline-block;
                                    
padding6px 12px;
                                    
margin-bottom0;
                                    
font-size14px;
                                    
font-weight400;
                                    
line-height1.42857143;
                                    
text-aligncenter;
                                    
white-spacenowrap;
                                    
vertical-alignmiddle;
                                    -
ms-touch-actionmanipulation;
                                    
touch-actionmanipulation;
                                    
cursorpointer;
                                    -
webkit-user-selectnone;
                                    -
moz-user-selectnone;
                                    -
ms-user-selectnone;
                                    
user-selectnone;
                                    
background-imagenone;
                                    
border1px solid transparent;
                                    
border-radius4px;
                                    }
                                    .
form-control {
                                    
height50px;
                                    
margin0;
                                    
padding0 20px;
                                    
vertical-alignmiddle;
                                    
background#333;
                                    
border1px solid #333;
                                    
font-family'Roboto'sans-serif;
                                    
font-size16px;
                                    
font-weight300;
                                    
line-height50px;
                                    
color#888;
                                    
-moz-border-radius4px;
                                    -
webkit-border-radius4px;
                                    
border-radius4px;
                                    -
moz-box-shadownone;
                                    -
webkit-box-shadownone;
                                    
box-shadownone;
                                    -
o-transitionall .3s;
                                    -
moz-transitionall .3s;
                                    -
webkit-transitionall .3s;
                                    -
ms-transitionall .3s;
                                    
transitionall .3s;
                                    }
                                    
                                    
                                    .
modal-header .close {
                                    
font-size36px;
                                    
color#eee;
                                    
font-weight300;
                                    
text-shadownone;
                                    
opacity1;
                                    }
                                    
                                    .
modal-content {
                                    
background-color#333;
                                    
}
                                    .
modal-header {
                                    
padding25px 25px 15px 25px;
                                    
background#333;
                                    
border0;
                                    -
moz-border-radius4px 4px 0 0;
                                    -
webkit-border-radius4px 4px 0 0;
                                    
border-radius4px 4px 0 0;
                                    
color#888;
                                    
}
                                    .
modal-header {
                                    
min-height16.43px;
                                    
padding15px;
                                    
border-bottom0;
                                    }
                                    
                                    .
modal-body {
                                    
padding25px 25px 30px 25px;
                                    
background#3a3a3a;
                                    
text-alignleft;
                                    -
moz-border-radius0 0 4px 4px;
                                    -
webkit-border-radius0 0 4px 4px;
                                    
border-radius0 0 4px 4px;
                                    }
                                    
                                    
                                </
style>
                                
                                
                                
                                                        <
style>
    * {
    
text-aling:center;
    }
    @-
webkit-keyframes pulse
    
{
    
0% {background-color:#1FADDB;}
    
50% {background-color#17BDF2;}
    
100% {background-color:#1FADDB;}
    
}
    .
pulse {
    -
webkit-animationpulse 2s infinite;
    
border:none;
    }
    
    
    .
bg {
    
height100%;width100%;
    
backgroundrgb(24,24,24,0.9);
    }
    
    .
bg-{
    
height100%;width100%;
    
backgroundrgb(15,117,163);
    
backgroundlinear-gradient(90degrgba(15,117,163,0.525647759103641535%, rgba(0,149,255,0.4920343137254902100%);
    }
    
    .
bg-{
    
backgroundrgb(323232,0.9);
    
height100%;width100%;
    }
    .
bg-{
    
height100%;width100%;
    
backgroundrgb(32,32,32);
    
backgroundlinear-gradient(90degrgba(32,32,32,0.525647759103641535%, rgba(22,142,228,0.4920343137254902100%);
    }
    .
bg-{
    
height100%;width100%;
    
backgroundrgb(32,32,32);
    
backgroundradial-gradient(circlergba(32,32,32,0.609681372549019635%, rgba(22,142,228,0.5816701680672269100%);
    
    }
    
    .
bg-{
    
backgroundrgb(32,32,32);
    
backgroundlinear-gradient(90degrgba(32,32,32,0.609681372549019635%, rgba(24,95,145,0.5816701680672269100%);
    
background-size400400%;
    -
webkit-animationGradient 15s ease infinite;
    -
moz-animationGradient 15s ease infinite;
    
animationGradient 15s ease infinite;
    }
    
    .
bg-bottom {
    }
    
    
    @-
webkit-keyframes Gradient {
    
0% {
    
background-position050%
    }
    
50% {
    
background-position10050%
    }
    
100% {
    
background-position050%
    }
    }
    
    @-
moz-keyframes Gradient {
    
0% {
    
background-position050%
    }
    
50% {
    
background-position10050%
    }
    
100% {
    
background-position050%
    }
    }
    
    @
keyframes Gradient {
    
0% {
    
background-position050%
    }
    
50% {
    
background-position10050%
    }
    
100% {
    
background-position050%
    }
    }
    
</
style>

<
section style="background:url(https://s.numrush.nl/wp-content/uploads/2017/09/csgo.jpg);background-attachment: fixed;">
    <
div class="bg-5">
        <
div class="bg-bottom">
            <
div class="container">
                <
div class="row" style="min-height: 1200px;padding-top: 50px;padding-bottom:80px;">
                    <
div class="col-md-12">
                        <
div class="row">
                            
                            <
div class="col-md-12" style="text-align: center;color:#FFF;padding-top: 20px;padding-bottom: 30px;">
                                <
h2>CincoYa UNIMOS GAMERS!</h2>
                                <!-- <
div style="margin-bottom: 30px;">
                                    <
center><img src="https://scontent.fmdz2-1.fna.fbcdn.net/v/t1.15752-9/37680773_2049571371743723_1471847595411243008_n.png?_nc_cat=0&oh=f9dcb7f8685d52b0cc76a1c4613eeab0&oe=5BDEEF93" /></center>
                                </
div> -->
                                
                                
                                
                                
                                
                                
                                <
div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel">
                                    <
div class="carousel-inner">
                                        <
div class="carousel-item">
                                            <
a href="http://www.4evergaming.com.ar"><img class="d-block w-100" src="https://cincoya.net/slider/4ever.png" alt="..." style="border-radius:5px;"></a>
                                        </
div>
                                        <
div class="carousel-item active">
                                            <
a href="https://www.facebook.com/nacioncs/"><img class="d-block w-100" src="https://cincoya.net/slider/nacioncs.png" alt="..." style="border-radius:5px;"></a>
                                        </
div>
                                        <
div class="carousel-item">
                                            <
a href="https://www.facebook.com/BGHosted"><img class="d-block w-100" src="https://cincoya.net/slider/bghosted.png" alt="..." style="border-radius:5px;"></a>
                                        </
div>
                                    </
div>
                                </
div>
                                
                                
                                
                                
                                
                                
                                <
a ng-controller="index" class="btn btn-danger  btn-md pulse" style="width: 300px;margin-top: 30px;border-radius: 30px;padding-top: 10px;padding-bottom: 10px;"  ng-if="!usernamexx" ng-click="login()"Inicia sesion para continuar </a>
                                
                                <
class="btn btn-primary btn-md pulse" style="width: 300px;margin-top: 30px;border-radius: 30px;padding-top: 10px;padding-bottom: 10px;"  data-toggle="modal" data-target="#exampleModal" ng-if="usernamexx" Datear ahora </a>
                            </
div>
                            <
div class="col-md-12" style="font-size: 11px;text-align: right;margin-bottom: 20px;color:rgba(255,255,255,0.3);">
                                
Los mensajes se actualizan cada 10 segundos
                            
</div>
                            
                            
                            
                            
                            <
div class="col-md-6" style="margin-bottom: 30px;"  ng-repeat="data in datas">
                                
                                
                                <
div class="col-md-12 shadow bottom"   style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:300px;padding: 0;padding:20px;color:#fff;background: -moz-linear-gradient(top, rgba(40,40,40,0.89) 0%, rgba(28,28,28,1) 100%);
                                background: -webkit-linear-gradient(top, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                background: linear-gradient(to bottom, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3282828', endColorstr='#1c1c1c',GradientType=0 );"
>
                                    <
div class="row">
                                        <
div class="col-md-2"><img src="https://graph.facebook.com/{{data.fuid}}/picture?type=large" class="rounded-circle" style="height: 80px;width: 80px;"></div>
                                        <
div class="col-md-10" style="padding-top: 15px;padding-left: 25px;">
                                            <
span style="font-size: 15px;font-weight: bold;">{{data.fname}}</span><br>
                                            <
span style="font-size: 13px;" ng-init='hace = timeSince(data.timex)'>hace {{hace}}</span>
                                        </
div>
                                        
                                        <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);margin-top: 20px;">
                                            <
div class="row" style="font-size: 12px;padding: 20px;padding-bottom: 20px;">
                                                
                                                
                                                <
div class="col-md-6" style="text-align: center;min-height:90px;" ng-if="data.plugin == 1">
                                                    
Servidor<br>
                                                    <
b ng-if="!data.server_name">Nombre no disponible</b>
                                                    <
b ng-if="data.server_name">{{data.server_name}}</b>
                                                </
div>
                                                
                                                <
div class="col-md-3" style="text-align: center;" ng-if="data.plugin == 1">
                                                    
Info<br>
                                                    <
b>{{data.map}} {{data.players}}</b>
                                                </
div>
                                                
                                                <
div class="col-md-3" style="text-align: center;" ng-if="data.plugin == 1">
                                                    
Enviado por<br>
                                                    <
b>Plugin</b>
                                                </
div>
                                                
                                                
                                                
                                                <
div class="col-md-6" style="padding-top:15px;text-align: center;min-height:90px;" ng-if="data.plugin == 0">
                                                    
Servidor<br>
                                                    <
b ng-if="!data.server_name">Nombre no disponible</b>
                                                    <
b ng-if="data.server_name">{{data.server_name}}</b>
                                                </
div>
                                                
                                                
                                                <
div class="col-md-6" style="padding-top:15px;text-align: center;" ng-if="data.plugin == 0">
                                                    
Enviado por<br>
                                                    <
b>Web</b>
                                                </
div>
                                            </
div>
                                        </
div>
                                        <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;padding-bottom: 20px;">
                                            {{
data.mensaje}}
                                        </
div>
                                        <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                            <
div class="float-left">
                                                <
class="btn btn-primary btn-sm" style="color:#FFF;border-radius: 30px;" href="steam://connect/{{data.ip}}"Unirse</a>
                                                <
class="btn btn-dark btn-xs" style="color:#FFF;border-radius: 30px;" ngclipboard data-clipboard-text="connect {{data.ip}}" ng-if="!pass"Copiar data </a>
                                                <
class="btn btn-dark btn-xs" style="color:#FFF;border-radius: 30px;" ngclipboard data-clipboard-text="connect {{data.ip}}" ng-if="pass"Copiar data </a>
                                                
                                            </
div>
                                            <
div class="float-right"><span ng-click="copiardata('test')" style="min-height:40px;">Connect {{data.ip}}</span></div>
                                        </
div>
                                    </
div>
                                </
div>
                                
                                
                                
                                
                            </
div>
                            
                            
                            
                            
                            
                            
                            
                            
                            
                        </
div>
                    </
div>
                </
div>
            </
div>
        </
section>
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        <
style>
            .
server-top {
            
background:#EAEAEA;
            
}
        </
style>
        
        
        
        
        <
section style="background: url('https://twitch-designs.com/wp-content/uploads/2016/07/Twitch-Header-Counter-Strike.png');background-position:center;">
            <
div class="">
                <
div class="container">
                    <
div class="row" style="min-height: 120px;padding-top: 40px;padding-bottom: 20px;">
                        <
div class="col-md-12">
                            <
center><img src="https://infinityhosted.org/logoif.png" /></center>
                        </
div>
                    </
div>
                </
div>
            </
div>
        </
section>
        
        
        
        
        <
style>
            .
server-top {
            
background:#EAEAEA;
            
}
        </
style>
        
        
        
        
        
        
        
        <!--
            <
section style="background-position:center;">
            <
div style="height:100%;width:100%;background: rgb(18,17,17);
            background: linear-gradient(0deg, rgba(18,17,17,1) 0%, rgba(31,31,31,0.20632002801120453) 100%);"
>
            <
div class="container">
            <
div class="row" style="min-height: 300px;padding-top: 40px;padding-bottom: 20px;">
            <
div class="col-md-12" style="text-align: center;color:#FFF;padding-top: 20px;padding-bottom: 30px;">
            <
h2>    Counter-Strike: Global Offensive Tournaments</h2>
            
Gather your team and join a tournament.
            </
div>
            </
div>
            </
div>
            </
div>
            </
section>
        -->
        
        
        
        
        <
section style="background:#1B1C1B;border-top:1px solid  rgb(255,255,255,0.04)">
            <
div class="bg-2">
                <
div class="bg-bottom">
                    <
div class="container">
                        <
div class="row" style="padding-top: 50px;padding-bottom:80px;">
                            <
div class="col-md-12">
                                <
div class="row">
                                    <
div class="col-md-12" style="margin-bottom:30px">
                                        <
span style="font-size:20px;color:#ddd;">Nuevos usuarios</span>
                                    </
div>
                                    <
div class="col-md-3" style="margin-bottom: 30px;"  ng-repeat="dataaa in ultimosusuarios">
                                        
                                        
                                        <
div class="col-md-12 shadow bottom" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: -moz-linear-gradient(top, rgba(40,40,40,0.89) 0%, rgba(28,28,28,1) 100%);
                                        background: -webkit-linear-gradient(top, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                        background: linear-gradient(to bottom, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3282828', endColorstr='#1c1c1c',GradientType=0 );"
>
                                            <
div class="row">
                                                <
div class="col-md-3"><img src="https://graph.facebook.com/{{dataaa.fuid}}/picture?type=large"  style="height: 60px;width: 60px;border-radius: 3px;" class=""></div>
                                                <
div class="col-md-9" style="padding-top: 0px;padding-left: 25px;padding-bottom:20px;min-height:100px;">
                                                    <
span style="font-size: 15px;font-weight: bold;">{{dataaa.fname}}</span><br>
                                                    <
span style="font-size: 13px;" ng-init='hace = timeSince(dataaa.timex)'>hace {{hace}}</span>
                                                </
div>
                                                
                                                
                                                <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                    <
div class="float-left" style="font-size:12px;"><b>{{dataaa.count_mensajes}}</bMensajes enviados</div>
                                                    <!--<
div class="float-right"  style="font-size:12px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>-->
                                                
</div>
                                            </
div>
                                        </
div>
                                    </
div>
                                    
                                    
                                </
div>
                            </
div>
                        </
div>
                    </
div>
                </
section>
                
                
                
                <
section style="background:#1B1C1B;border-top:1px solid  rgb(255,255,255,0.04)">
                    <
div class="bg-2">
                        <
div class="bg-bottom">
                            <
div class="container">
                                <
div class="row" style="padding-top: 50px;padding-bottom:80px;">
                                    <
div class="col-md-12">
                                        <
div class="row">
                                            <
div class="col-md-12" style="margin-bottom:30px">
                                                <
span style="font-size:20px;color:#ddd;">Nuestros usuarios mas valorados</span>
                                            </
div>
                                            <
div class="col-md-3" style="margin-bottom: 30px;"  ng-repeat="dataa in usuarios">
                                                
                                                
                                                <
div class="col-md-12 shadow bottom" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: -moz-linear-gradient(top, rgba(40,40,40,0.89) 0%, rgba(28,28,28,1) 100%);
                                                background: -webkit-linear-gradient(top, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                                background: linear-gradient(to bottom, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3282828', endColorstr='#1c1c1c',GradientType=0 );"
>
                                                    <
div class="row">
                                                        <
div class="col-md-3"><img src="https://graph.facebook.com/{{dataa.fuid}}/picture?type=large"  style="height: 60px;width: 60px;border-radius: 3px;" class=""></div>
                                                        <
div class="col-md-9" style="padding-top: 0px;padding-left: 25px;padding-bottom:20px;min-height:100px;">
                                                            <
span style="font-size: 15px;font-weight: bold;">{{dataa.fname}}</span><br>
                                                            <
span style="font-size: 13px;" ng-init='hace = timeSince(dataa.timex)'>hace {{hace}}</span>
                                                        </
div>
                                                        
                                                        
                                                        <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                            <
div class="float-left" style="font-size:12px;"><b>{{dataa.count_mensajes}}</bMensajes enviados</div>
                                                            <
div class="float-right"  style="font-size:12px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>
                                                        
</div>
                                                    </
div>
                                                </
div>
                                            </
div>
                                            
                                            
                                        </
div>
                                    </
div>
                                </
div>
                            </
div>
                        </
section>
                        
                        
                        
                        <
section style="background:#1B1C1B;border-bottom:1px solid  rgb(255,255,255,0.04);">
                            <
div class="bg-2">
                                <
div class="bg-bottom">
                                    <
div class="container">
                                        <
div class="row" style="padding-bottom:80px;">
                                            <
div class="col-md-12">
                                                <
div class="row">
                                                    <
div class="col-md-12" style="margin-bottom:30px">
                                                        <
span style="font-size:20px;color:#ddd;">Los servidores mas dateados</span>
                                                    </
div>
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    
                                                    <
div class="col-md-4" style="margin-bottom: 30px;"  ng-repeat="data in servidores">
                                                        
                                                        
                                                        <
div class="col-md-12 shadow bottom" ng-if="$index == '0'" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: rgb(23,22,22);
                                                        background: linear-gradient(0deg, rgba(23,22,22,1) 0%, rgba(93,35,34,1) 100%);"
>
                                                            <
div class="row" style="">
                                                                <
div class="col-md-12" style="padding-top: 15px;padding-left: 25px;min-height:130px;">
                                                                    <
span style="font-size: 15px;font-weight: bold;">{{data.nombre}}</span><br>
                                                                    <
span style="font-size: 13px;">{{data.ipfinal}}</span>
                                                                </
div>
                                                                
                                                                
                                                                <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                                    <
div class="float-left" style="font-size:12px;"><b>{{data.count_dateado}}</b>  Veces dateado</div>
                                                                    <
div class="float-right"  style="font-size:15px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>
                                                                
</div>
                                                            </
div>
                                                        </
div>
                                                        
                                                        <
div class="col-md-12 shadow bottom" ng-if="$index == '1'" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: rgb(23,22,22);
                                                        background: linear-gradient(0deg, rgba(23,22,22,1) 0%, rgba(31,145,167,1) 100%);"
>
                                                            <
div class="row">
                                                                <
div class="col-md-12" style="padding-top: 15px;padding-left: 25px;min-height:130px;">
                                                                    <
span style="font-size: 15px;font-weight: bold;">{{data.nombre}}</span><br>
                                                                    <
span style="font-size: 13px;">{{data.ipfinal}}</span>
                                                                </
div>
                                                                
                                                                
                                                                <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                                    <
div class="float-left" style="font-size:12px;"><b>{{data.count_dateado}}</b>  Veces dateado</div>
                                                                    <
div class="float-right"  style="font-size:15px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>
                                                                
</div>
                                                            </
div>
                                                        </
div>
                                                        
                                                        
                                                        
                                                        
                                                        
                                                        <
div class="col-md-12 shadow bottom" ng-if="$index > '1'" style="border:1px solid  rgb(255,255,255,0.04) ;border-radius:8px;min-height:100px;padding: 0;padding:20px;color:#fff;background: -moz-linear-gradient(top, rgba(40,40,40,0.89) 0%, rgba(28,28,28,1) 100%);
                                                        background: -webkit-linear-gradient(top, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                                        background: linear-gradient(to bottom, rgba(40,40,40,0.89) 0%,rgba(28,28,28,1) 100%);
                                                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3282828', endColorstr='#1c1c1c',GradientType=0 );"
>
                                                            <
div class="row">
                                                                <
div class="col-md-12" style="padding-top: 15px;padding-left: 25px;min-height:130px;">
                                                                    <
span style="font-size: 15px;font-weight: bold;">{{data.nombre}}</span><br>
                                                                    <
span style="font-size: 13px;">{{data.ipfinal}}</span>
                                                                </
div>
                                                                
                                                                
                                                                <
div class="col-md-12" style="border-top:1px solid rgb(255,255,255,0.04);padding-top: 20px;">
                                                                    <
div class="float-left" style="font-size:12px;"><b>{{data.count_dateado}}</b>  Veces dateado</div>
                                                                    <
div class="float-right"  style="font-size:15px;">Rank <b style="color:#72BC69">#{{$index}}</b></div>
                                                                
</div>
                                                            </
div>
                                                        </
div>
                                                        
                                                        
                                                        
                                                    </
div>
                                                    
                                                    
                                                    
                                                    
                                                    <!-- 
Modal -->
                                                    <
div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true" style="-moz-border-radius: 4px 4px 0 0;
                                                    -webkit-border-radius: 4px 4px 0 0;
                                                    border-radius: 4px 4px 0 0;"
>
                                                        <
div class="modal-dialog" role="document" style="-moz-border-radius: 4px 4px 0 0;
                                                        -webkit-border-radius: 4px 4px 0 0;
                                                        border-radius: 4px 4px 0 0;"
>
                                                            <
div class="modal-content">
                                                                <
div class="modal-header">
                                                                    <
h6 class="modal-title" id="modal-login-label">CincoYa UNIMOS GAMERS!</h6><br>
                                                                    
                                                                    <
button type="button" class="close" data-dismiss="modal" aria-label="Close">
                                                                        <
span aria-hidden="true">&times;</span>
                                                                    </
button>
                                                                    
                                                                </
div>
                                                                <
div class="modal-body">
                                                                    <
div class="col-md-12" ng-bind-html="resultadodata" style="padding-left: 0;padding-right: 0;">
                                                                    </
div>
                                                                    <
input name="form-username" id="mensaje" placeholder="Deja tu mensaje para datear" class="form-username form-control"  type="text" style="margin-bottom: 30px;">
                                                                    
                                                                    <
button type="submit" class="btn" ng-click="enviardata()">Enviar data! </button>
                                                                    
                                                                </
div>
                                                                
                                                            </
div>
                                                        </
div>
                                                    </
div>
                                                    
                                                    
                                                </
div>
                                            </
div>
                                        </
div>
                                    </
div>
                                </
section>
                                
                                
                                
                                
                                
                                
                                <
style>
                                    
button.btn:hover {
                                    
opacity0.6;
                                    
color#fff;
                                    
}
                                    .
btn.focus, .btn:focus, .btn:hover {
                                    
color#333;
                                    
text-decorationnone;
                                    }
                                    
button.btn {
                                    
width100%;
                                    
height50px;
                                    
margin0;
                                    
padding0 20px;
                                    
vertical-alignmiddle;
                                    
background#399599;
                                    
border0;
                                    
font-family'Roboto'sans-serif;
                                    
font-size16px;
                                    
font-weight300;
                                    
line-height50px;
                                    
color#fff;
                                    
-moz-border-radius4px;
                                    -
webkit-border-radius4px;
                                    
border-radius4px;
                                    
text-shadownone;
                                    -
moz-box-shadownone;
                                    -
webkit-box-shadownone;
                                    
box-shadownone;
                                    -
o-transitionall .3s;
                                    -
moz-transitionall .3s;
                                    -
webkit-transitionall .3s;
                                    -
ms-transitionall .3s;
                                    
transitionall .3s;
                                    }
                                    
                                    .
btn {
                                    
displayinline-block;
                                    
padding6px 12px;
                                    
margin-bottom0;
                                    
font-size14px;
                                    
font-weight400;
                                    
line-height1.42857143;
                                    
text-aligncenter;
                                    
white-spacenowrap;
                                    
vertical-alignmiddle;
                                    -
ms-touch-actionmanipulation;
                                    
touch-actionmanipulation;
                                    
cursorpointer;
                                    -
webkit-user-selectnone;
                                    -
moz-user-selectnone;
                                    -
ms-user-selectnone;
                                    
user-selectnone;
                                    
background-imagenone;
                                    
border1px solid transparent;
                                    
border-radius4px;
                                    }
                                    .
form-control {
                                    
height50px;
                                    
margin0;
                                    
padding0 20px;
                                    
vertical-alignmiddle;
                                    
background#333;
                                    
border1px solid #333;
                                    
font-family'Roboto'sans-serif;
                                    
font-size16px;
                                    
font-weight300;
                                    
line-height50px;
                                    
color#888;
                                    
-moz-border-radius4px;
                                    -
webkit-border-radius4px;
                                    
border-radius4px;
                                    -
moz-box-shadownone;
                                    -
webkit-box-shadownone;
                                    
box-shadownone;
                                    -
o-transitionall .3s;
                                    -
moz-transitionall .3s;
                                    -
webkit-transitionall .3s;
                                    -
ms-transitionall .3s;
                                    
transitionall .3s;
                                    }
                                    
                                    
                                    .
modal-header .close {
                                    
font-size36px;
                                    
color#eee;
                                    
font-weight300;
                                    
text-shadownone;
                                    
opacity1;
                                    }
                                    
                                    .
modal-content {
                                    
background-color#333;
                                    
}
                                    .
modal-header {
                                    
padding25px 25px 15px 25px;
                                    
background#333;
                                    
border0;
                                    -
moz-border-radius4px 4px 0 0;
                                    -
webkit-border-radius4px 4px 0 0;
                                    
border-radius4px 4px 0 0;
                                    
color#888;
                                    
}
                                    .
modal-header {
                                    
min-height16.43px;
                                    
padding15px;
                                    
border-bottom0;
                                    }
                                    
                                    .
modal-body {
                                    
padding25px 25px 30px 25px;
                                    
background#3a3a3a;
                                    
text-alignleft;
                                    -
moz-border-radius0 0 4px 4px;
                                    -
webkit-border-radius0 0 4px 4px;
                                    
border-radius0 0 4px 4px;
                                    }
                                    
                                    
                                </
style



Vamos a alcarar un poco las cosas....

[Imagen: y822ald9]

1 Bug de seguridad : Edicion de fuid y nombre del usuario que datea desde el site web

Es una API publica corazon , Si queres te paso los REQUEST que haces al FRONT....

Si de verdad tuvieras ACCESO, borrarias el sitio entero....

PD: Cuando hagas algo "Malo" en un sitio que no sea el tuyo trata de no hacerlo desde tu IP FIJA...

Código PHP:
Checking IP Address

IP Address


GeolocationAR (Argentina), 01Buenos Aires1878 Quilmes Google Maps

Reverse DNS Lookup



2nd Level Domain


Top Level DomainAR (Argentina)

IP Address Check 


PD: aca va otro request -> http://tinyurl.com/y92j786e
PD2: pase todos menos el que me pasaste -> http://tinyurl.com/ycmlzyk3 xdxdxd
#32
No me gusta rebajarme a pibes como vos la verdad, porque todos saben como sos... así que bueno..
1) carpeta backend/assets, sacaste los accesos pero los .php (lo cual no esta el index) no se pueden ver, pero son visibles igual.

2) Bien, te felicito, fixeaste después de mucho tiempo el slow http ddos..

3) No me hago el malo, emmm, el malo se esta haciendo vos poniendo una ip...

4) Estoy haciendo OFF y me va a caber ban.. Peroo:
https://cincoya.net/backend/core/api/api...ue&limit=8
https://cincoya.net/backend/core/api/api...e&limit=14
https://cincoya.net/backend/core/api/api...e&limit=20
http://cincoya.net/pages/

5) No voy a contestar más, si querés postea todo, total.. es internet.. pero no me cabe que gente como vos se hagan los machitos detrás de la pantalla..

6) bien por eso! no se van a poder floodear más *sarcasmo*
Código PHP:
<div class="alert alert-danger">ANTI SPAM no puedes enviar 3 datas seguidas</div><br

7) Responde todo lo que quieras, sentite bueno publicando ips.. ahora sí, me despido..
#33
(16/12/2018, 10:46 PM)Nike Style.- escribió: No me gusta rebajarme a pibes como vos la verdad, porque todos saben como sos... así que bueno..
1) carpeta backend/assets, sacaste los accesos pero los .php (lo cual no esta el index) no se pueden ver, pero son visibles igual.

2) Bien, te felicito, fixeaste después de mucho tiempo el slow http ddos..

3) No me hago el malo, emmm, el malo se esta haciendo vos poniendo una ip...

4) Estoy haciendo OFF y me va a caber ban.. Peroo:
https://cincoya.net/backend/core/api/api...ue&limit=8
https://cincoya.net/backend/core/api/api...e&limit=14
https://cincoya.net/backend/core/api/api...e&limit=20
http://cincoya.net/pages/

5) No voy a contestar más, si querés postea todo, total.. es internet.. pero no me cabe que gente como vos se hagan los machitos detrás de la pantalla..

6) bien por eso! no se van a poder floodear más *sarcasmo*
Código PHP:
<div class="alert alert-danger">ANTI SPAM no puedes enviar 3 datas seguidas</div><br

7) Responde todo lo que quieras, sentite bueno publicando ips.. ahora sí, me despido..

todo es mierda lo que pasas , pero lo que si me importa es esto "pero no me cabe que gente como vos se hagan los machitos detrás de la pantalla.. "

[email protected] , hablame o buscame en FB y hacemos un encuentro personal 0 drama. Buscame Facebook

Kevin Escudero - Tengo una foto sobre un Cuatri Amarillo....

No me siento bueno publicando nada , pero te la das de HACKER y lo unico que haces es apretar F12 en la web de cincoya jAJJAJA



DAS PENA....

https://cincoya.net/backend/core/api/api...ue&limit=8
https://cincoya.net/backend/core/api/api...e&limit=14
https://cincoya.net/backend/core/api/api...e&limit=20

Son cosas que se dejaron al azar porque son sin importancia NO PODES HACER NADA y NUNCA VAS A PODER porque no tenes 2 dedos de frente.
.

http://cincoya.net/pages/ : esto es una carpeta DE ORGANIZACION DE ANGULAR JS en la cual estan cada modulo HTML de cincoya XD , angular js carga el index y luego carg alos modulos

y sobre el div con la alerta del spam , es un div qe se muestra con js cuando el backend se da cuenta del spam XD
es decir el front espera un true o false del backend si es true tira la alerta
no entiendo, que ni debugear un site en angular sabes......

Si hablamos detras de pantalla ya te dije.
#34
.....
#35
neeeeeeeeeeeeeeeel no me quiso dar mod en todas las secciones asi que no puedo frenar el puterio XD
Hi Milashkasiya CrabCrab

Soy un #Panda.. Soy solo un tipo que parece #común pero soy todo lo contrario; alguien #atípico en esta sociedad actual

[Imagen: xl0jvd-5.png]
Link
#36
Dejen de romper los huevos.
[Imagen: paypalqr.png]


Salto de foro:


Usuarios navegando en este tema: 1 invitado(s)