Skip to content

Tag: php

Usando with com return view o no to_route no Laravel 9+ e seus efeitos interessantes…

Tanto para enviar à view quanto para adicionar dados na session como flash, além de ->with(‘campo’, ‘valor’); podemos usar a sintaxe withCampo(‘valor’);. Ambos são equivalentes. Já o método ->withMensagemSucesso(‘Mensagem’); seria…

Leave a Comment

How to Solve unexpectedly Error 500 (Timeout) PHP + FastCGI + IIS 7 (Windows 7/8/10/2008/2012 server)

I could found some links that could help you. The problem is the activityTimeout of your cgi module. Increase fastCgi / PHP activityTimeout in IIS7…

Leave a Comment

Failed loading /usr/lib/php/modules/php_ioncube_loader_lin_5.1.so: /usr/lib/php/modules/php_ioncube_loader_lin_5.1.so: cannot restore segment prot after reloc: Permission denied

Depois de instalar tudo em seu servidor Centos (falo de ambiente lamp2 no centos), ao instalar o ioncube você percebe a mensagem de erro: Failed…

Leave a Comment

PmWiki

<?php /*     ————————————————————-     PmWiki <= 2.2.34 (pagelist) Remote PHP Code Injection Exploit     ————————————————————-          author……………: Egidio Romano aka EgiX     mail……………..: n0b0d13s[at]gmail[dot]com     software link……..: http://www.pmwiki.org/     affected…

Leave a Comment