This file contains 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
//Função para unfollow no Instagram | |
//Criado por Mateus feat Gabriel modafoquers! | |
setInterval(Unfollow, 1000); | |
function Unfollow() { | |
var followingBox = document.querySelectorAll("a[href='/thefuckskull/following/']"); | |
followingBox[0].click(); | |
setTimeout(function(){ | |
var following = document.querySelectorAll("._aj7mu._r4e4p._95tat._o0442"); | |
for (var i = 0; i < following.length; i++){ |
This file contains 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
$(document).ready(function(){ | |
$("#submitBtn").click(function(){ | |
form = $(".formSend"); | |
var data = new FormData(); | |
var file_data = $('input[type="file"]')[0].files; // for multiple files | |
for(var i = 0;i<file_data.length;i++){ | |
data.append("file_"+i, file_data[i]); | |
} | |
var other_data = $(form).serializeArray(); |
This file contains 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
public function insert(){ | |
if($this->input->post()){ | |
try{ | |
$error = array(); | |
if(!$this->input->post('artist_slug')){ | |
$error[] = "Slug undefined"; | |
} | |
This file contains 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
SELECT | |
b.nome, | |
CONCAT('55',IF(LENGTH((REPLACE((REPLACE((REPLACE(REPLACE(REPLACE((CONCAT(c1.ddd, c1.fone)),'_',''),' ',''),'(','')),')','')),'-','')))=11 AND SUBSTR((((REPLACE((REPLACE((REPLACE(REPLACE(REPLACE((CONCAT(c1.ddd, c1.fone)),'_',''),' ',''),'(','')),')','')),'-','')))), 3, 1) = '9', | |
(REPLACE((REPLACE((REPLACE(REPLACE(REPLACE((CONCAT(c1.ddd, c1.fone)),'_',''),' ',''),'(','')),')','')),'-','')), | |
( | |
IF(LENGTH((REPLACE((REPLACE((REPLACE(REPLACE(REPLACE((CONCAT(c2.ddd, c1.fone)),'_',''),' ',''),'(','')),')','')),'-','')))=11 AND SUBSTR((((REPLACE((REPLACE((REPLACE(REPLACE(REPLACE(c2.fone,'_',''),' ',''),'(','')),')','')),'-','')))), 3, 1) = '9', | |
(REPLACE((REPLACE((REPLACE(REPLACE(REPLACE((CONCAT(c2.ddd, c1.fone)),'_',''),' ',''),'(','')),')','')),'-','')), | |
IF(LENGTH((REPLACE((REPLACE((REPLACE(REPLACE(REPLACE((CONCAT(c1.ddd, c1.fone)),'_',''),' ',''),'(','')),')','')),'-','')))=10 AND ( | |
SUBSTR((( | |
(RE |
This file contains 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
<doctype html> | |
<html lang="pt-br"> | |
<head> | |
<title>Index</title> | |
<meta charset="UTF-8"/> | |
<link href="https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | |
<script | |
src="https://code.jquery.com/jquery-1.12.4.min.js" | |
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" |
This file contains 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 | |
use Illuminate\Support\Facades\Schema; | |
use Illuminate\Database\Schema\Blueprint; | |
use Illuminate\Database\Migrations\Migration; | |
use Illuminate\Database\Eloquent\SoftDeletes; | |
class CreatePelicula extends Migration | |
{ |
This file contains 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 | |
use Illuminate\Support\Facades\Schema; | |
use Illuminate\Database\Schema\Blueprint; | |
use Illuminate\Database\Migrations\Migration; | |
use Illuminate\Database\Eloquent\SoftDeletes; | |
class CreatePeliculaCategoria extends Migration | |
{ | |
use SoftDeletes; |
This file contains 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 | |
use Illuminate\Support\Facades\Schema; | |
use Illuminate\Database\Schema\Blueprint; | |
use Illuminate\Database\Migrations\Migration; | |
class AddImagenTableUsers extends Migration | |
{ | |
/** | |
* Run the migrations. |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<!-- Required meta tags--> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<meta name="description" content="au theme template"> | |
<meta name="author" content="Hau Nguyen"> | |
<meta name="keywords" content="au theme template"> |
OlderNewer