Introduction
This tutorial will cover the basics of creating, deploying and using PHP based console applications. This will not provide you with language support (I will not be teaching PHP fundamentals). This is an intermediate level tutorial.
Console vs. Web
If you don't know, you can run PHP...
CEO
Thread
coding
console
console and web
interface with phpphp
tutorial
tutorial console
web interface
This is a continuation of the previous Laravel tutorial and will use the same project from the previous tutorial(s). If you have not been following along you may not get as much use out of this as other readers, meaning of course, user experience may vary. Also note that this is aimed at users...
Install composer
The following command will install the composer installer using curl.
curl -sO https://getcomposer.org/installer >installer
Next, create a directory named bin and then run the following command.
php installer --install-dir=bin --filename=composer
Now we can use the...
Laravel Tutorial 1: Intro to Routing06-02-2022, 11:22 PM #1
In the previous tutorial we installed Laravel and got it up and running. In this tutorial we will cover Routing in laravel. Don't forget to serve the application with php artisan serve when trying to visit the URL's.
What is Routing...
Değerli CriminalZ Üyeleri, herkese tekrardan selamlar.
Bugün ki üzerinde duracağımız konu .php uzantılı dosyaları nasıl açacağız. Dilerseniz pek fazla laf gevezeliği yapmadan konumuza göz atalım ve nasıl yapabileceğimizi öğrenelim.
.php uzantılı dosyalarını 2 türlü açabiliyoruz. FireFox eski...
METAVERSE
Thread
developer
developer forum
file
file php
king forum
phpphp dosya
This PHP validation class checks that if the T.C citizen number is valid.
Requirements
cURL or Soap Class
Minimum PHP 7.2
Usage
<?php
require "tckn.class.php";
$tckn = new TCKN;
$result = $tckn->tcknValidate("tckn", "name", "surname", "birth_year"); // Returns "true" if valid. Else...
Command Execution
exec - Returns last line of commands output
passthru - Passes commands output directly to the browser
system - Passes commands output directly to the browser and returns last line
shell_exec - Returns commands output
\`\` (backticks) - Same as...
Merhaba arkadaşlar
Sizlere çok karşılaştığım bir soruna buldugum çözümü anlatayacagım
Bir script begendiniz, filezilla yoluyla dosyaları site adresinize gönderdiniz
gerekli database kurulumunu yaptınız ve bir de neyle karşılaşıyorsunuz beyaz ekran hatası
Çözümü gayet basit cpanel...
n9ine
Thread
beyaz çözüm
çözüm
cpanel
cpanel çözüm
phpphp çözüm
php cpanel
Selamlar arkadaşlar kaynak koda eklemeniz halinde
istediğiniz mail adresine mail olarak loglar düşüyor
daha öncesinde warez script paylaşıp server kasarken kullanıyorduk işinize yarar diye paylaşıyorum.
<?php
$kime="[email protected]";
$baslik="CMZ SERVER AVCISI";
$POW3RZ_CR3W="Dosya Yolu ...
Merhaba, bugün sizler ile PHP kullanarak sızdığımız veya kendimize ait sunucuda komut çalıştırmayı göstereceğim.
html ile bir form yazdım gerisi kodlarda vardır.
bunu farklı amaçlar için kullanabilirsiniz misal c99 gibi shelller antivirusler tarafından algılanır amacınız sunucudaki php...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.