Jump to content

Recommended Posts

Posted

Hello guys. As my first tutorial i thought to share with you some of my php knowledges!

So here we go :).

basicly to create a PHP website we need a notepad , a notepad++ or a Dreamweaver (or any other programm you desire).

Just to know PHP well it's a language based on HTML and its tags. (mostly .. with some addons)

Some main reasons to start a PHP website are: It's protection, PHP websites can't have their source code viewed by the explorer or get riped (many times the Ripper** Programm is downloading the PHP files as HTML..). It's eassines.., easy to learn eassy to code.. like HTML.

 

Now to get started you need to open your editing programm.

Now for a basic knowledge PHP codes are usually placed in a

<?PHP  ?>

tag. Every word or code that gets typed in those tags  is considered as source code.

Now a basic code is this:

<?php $title = "Hello!"; ?>

Now if you type in a page.

<?php require 'configfile.php'; ?> <title><?php echo $title?></title>

it will type the text you typed in the php config file as page title.

hm.. what else.. all the other tags are exactly like HTML.

now if you want to get INTO PHP you need to learn some things.

something i took out: What You Type Is What You Get (WYTIWYG). PHP is mostly logic thing.

Now for example if you want to connect to a database you need a source code writen in PHP.

<?php 
$dbuser = "user";
$dbpass = "pass";
$dbhost = "localhost";
$dbname = "database";

$mysql_connect['$dbuser','$dbpass','$dbhost','$dbname'] or die(mysql_error);
?>

that's the code for a propper mysql database connection through PHP.

Now to type a text that will be seen somewhere in the website in the config file you will place the text in "..".

Every code you end MUST ALWAYS finish with a ";".

 

Hope i helped even a little :)

(Sorry if I posted a topic that was already posted by somebody else.. i didn't have the time to search :))

 

Best Regardz,

             Sinova™

  • 1 month later...
Posted

really nice guide man it really helped me

but please make a change ;)

at the mysql_connect

delete all the above

and keep the $mysql_connect

after the ; at the end

type

mysql_select_db("mydb") or die(mysql_error());

 

then it will look like this

 

<?php

$mysql_connect["localhost","root","password of mysql if have"] or die(mysql_error());

mysql_select_db("mydb") or die(mysql_error());

?>

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Anything that is not a kernel level anticheat is totally useless on todays market. You cannot properly prevent botting because, without kernel access, you cannot detect injected DLLs or inspect processes at the level required to stop them. It's good to see people contributing and trying different approaches, but in general, you won't be able to prevent bots from accessing and operating on your server with a usermode anticheat alone. There is a solution that I have not posted or shared with anyone that can fully prevent Adrenaline/Helper from being used on servers. However, I want to give it more time before discussing it publicly so I can see how people attempt to bypass anticheat systems. As I said, kernel level protection is the only thing that can effectively stop Adrenaline usage. When combined with HWID bans, TPM validation, and other hardware based checks, bypassing the protection becomes significantly harder.
    • Improved lucera2 fake appearance (SKINS) system with a more reliable equipment redraw, ensuring skin changes refresh properly in-game without requiring relog or manual armor re-equip. This fixes cases where the client could keep showing the previous armor model after changing appearance    
    • 🚀 IronLock Shield - Closed Beta Testing Hello everyone, We are currently looking for Lineage II Interlude server owners interested in participating in the closed beta phase of IronLock Shield. IronLock Shield is a security platform designed specifically for Interlude servers. Features include: ✓ Secure Launcher Architecture ✓ HWID-Based Licensing ✓ Anti-Debug Protection ✓ DLL Injection Detection ✓ Manual Map Detection ✓ Session Protection ✓ Replay Protection ✓ Runtime Integrity Verification ✓ Secure Update System Selected servers will receive 1 month of free access in exchange for testing and feedback. Website: https://ilshield.com If you are interested, feel free to send me a private message or contact me through Discord. Thank you.
    • GX-EXT Pack – 30% Discount Until Wednesday, June 17 Hello everyone, We are offering a special 30% discount on the GX-EXT Pack until Wednesday, June 17. GX-EXT is a complete extension pack for Lineage II servers, focused on performance, stability, gameplay improvements, custom systems, and server-side/client-side enhancements.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..