This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Do not remove this line or mod_rewrite rules and search engine friendly URLs will stop working | |
RewriteBase / | |
Options +FollowSymLinks | |
# Quitar el www del nombre de dominio | |
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteBase / | |
RewriteCond %{HTTP_HOST} ^www\.maag\.xyz$ [NC] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#wpadminbar { | |
direction: ltr; | |
color: #ccc; | |
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; | |
height: 0px; | |
position: fixed; | |
top: 0; | |
left: 0; | |
width: 100%; | |
min-width: 600px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-high -novid -console -freq 75 -refresh 75 -tickrate 128 +cl_forcepreload 1 +rate 999999 +cl_updaterate 128 +cl_cmdrate 128 | |
-noforcemaccel -noforcemparms -novid -freq 75 -refresh 75 -tickrate 128 -console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$archivo = "log.txt"; | |
$manejador = fopen($archivo,"a") or die("Imposible abrir el archivo\n"); | |
$ip = $_SERVER['REMOTE_ADDR']."\r\n"; | |
$fecha= date("r"); | |
fwrite($manejador,$ip); | |
fwrite($manejador,$fecha); | |
fclose($manejador); | |
?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Medalla | |
// @version 0.1 | |
// @description Nada | |
// @author Aryoamgames | |
// @match http://www.taringa.net/* | |
// @match https://www.taringa.net/* | |
// @grant none | |
// ==/UserScript== | |
/* jshint -W097 */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Taringa V6 Flat, Reedit By: Maag 3.0 | |
// @namespace http://userstyles.org | |
// @description Tema creado por Mattewcoccon reeditado por Maag | |
// @author maag | |
// @homepage https://userstyles.org/styles/119533 | |
// @run-at document-start | |
// @version 0.20160125205728 | |
// ==/UserScript== | |
(function() {var css = ""; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<title>bot</title> | |
<body background="/background.jpg"> | |
<body> | |
<TABLE WIDTH="100%" HEIGHT="100%"> | |
<TR> | |
<TD VALIGN="MIDDLE" ALIGN="CENTER"> | |
<font size=10 color="white"> | |
<?php | |
$url = 'http://www.taringa.net/ajax/mentions/user'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<title>bot</title> | |
<body background="/background.jpg"> | |
<body> | |
<TABLE WIDTH="100%" HEIGHT="100%"> | |
<TR> | |
<TD VALIGN="MIDDLE" ALIGN="CENTER"> | |
<font size=10 color="white"> | |
<?php | |
$url = 'http://www.taringa.net/ajax/mentions/user'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Recargar perfil | |
// @namespace Maag | |
// @version 0.4 | |
// @description recargar perfil | |
// @author Maag | |
// @match *://www.taringa.net/* | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Do not remove this line or mod_rewrite rules and search engine friendly URLs will stop working | |
RewriteBase / | |
Options +FollowSymLinks | |
RewriteEngine on | |
RewriteCond %{HTTP_HOST} ^maag.hol.es | |
RewriteRule ^ http://www.maag.hol.es%{REQUEST_URI} [L,R=301] | |
RewriteCond %{REQUEST_FILENAME} !-f |