exw ton parakato kwdiko alla den kserw pws na ton kanw na doulevei. mporei kapios na mou pei pws? euxaristw.
index.php
<?php include ('top.php'); ?>
<?php
if (empty($_SESSION['user'])) {
echo "<i>Welcome, Guest.<br>You can use the login form below in order to vote for our server and get rewarded<br>Remember, you can only vote once a day AND YOU HAVE TO BE OFFLINE.</i><br><br>";
echo "<div id='loginform'><br><form action='' method='POST'>
<table>
<tr><td>Username: </td><td><input type='text' name='username'/></td></tr>
<tr><td>Password: </td><td><input type='password' name='password'/></td></tr>
<tr><td><input type='submit' name='submit' value='Login'/></td></tr>
</table>
</form><br></div>
";
}
else {
$user = $_SESSION['user'];
header ("Location: characters.php");
}
?>
<?php
if (isset($_POST['submit'])) {
$username = $_POST['username'];
$password = $_POST['password'];
$password = base64_encode( pack( "H*", sha1( utf8_encode( $password))));
$check = mysql_num_rows(mysql_query("SELECT * FROM accounts WHERE login='".$username."' AND password='".$password."'"));
if ($check != 0) {
$_SESSION['user'] = $username;
header ("Location: index.php");
}
else {
echo "<br><i>Wrong password and username combination.</i>";
}
}
?>
<?php include ('bottom.php') ?>
vote.php
<?php include ('connect.php');?>
<?php
$ip = $_SERVER['REMOTE_ADDR'];
$character = $_POST['charname'];
if ($srvrid != "") {
if ($character) {
$page = file_get_contents('http://l2ranksite.com/application.php?id=$srvrid&ip=$ip');
$check1 = explode("<div id='ip'>", $page);
$check1 = explode("</div>", $check1[1]);
$check1 = $check1[0];
if ($check1 == 1) {
$check2 = explode("<div id='serverid'>", $page);
$check2 = explode("</div>", $check2[1]);
$check2 = $check2[0];
if ($check2 == 1) {
//
if ($character && $itemid && $count) {
$check_one = mysql_num_rows(mysql_query("SELECT * FROM characters WHERE char_name='".$character."'"));
if ($check_one != 0) {
$check_two = mysql_num_rows(mysql_query("SELECT * FROM etcitem WHERE item_id='".$itemid."'"));
if ($check_two != 0) {
$row = mysql_fetch_assoc(mysql_query("SELECT * FROM characters WHERE char_name='".$character."'"));
$obj_id = $row[obj_Id];
mysql_query("INSERT INTO items VALUES ('".$obj_id."', '', '".$itemid."', '".$count."', '0', 'INVENTORY', '0', '0', '0', '0', '0', '-1')");
echo "<b>You have been rewarded.</b>";
}
else {
echo "<b>This item does not exist.</b>";
}
}
else {
echo "<b>This character does not exist.</b>";
}
}
//
}
else {
echo "Wrong server id.";
}
}
else {
echo "You have already voted.";
}
}
else {
echo "A problem is occured";
}
}
else {
echo "The server id is missing!";
}
?>
connect.php
<?php
$connect = mysql_connect("localhost", "root", "password");
mysql_select_db("l2jdb", $connect);
//servername
$srvrname = "l2jserver";
//your server id
// it is the name of the folder where your server is in our ranking list
$srvrid = "";
//reward
$itemid = ""
$count = "";
?>
<?php include ('top.php'); if (empty($_SESSION['user'])) { header ("Location: index.php"); } ?>
<?php
$query = mysql_query("SELECT * FROM characters WHERE account_name='".$_SESSION['user']."'");
if (mysql_num_rows($query) != 0) {
echo "<div id='loginform'><br><i>Characters:</i><br>";
while ($char = mysql_fetch_assoc($query)) {
echo "<a href='character.php?usr=$char[char_name]'>$char[char_name]</a><br>";
}
echo "<br></div>";
}
else
echo "<i>You don't have any characters. In order to create one, you have to login into the game. Go <a href='index.php'>Home</a>.</i>";
?>
<?php include ('bottom.php'); ?>
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
While I respect every other admin who launches a server, including L2Gold, I can proudly say that we’ve built a community where each season brings significant changes and numerous updates. We had anywhere from a few hundred players to nearly one thousand unique players (season 2).
The server has already been rebuilt three times on different client protocols, each time introducing something fresh to the table. L2Gold Essence against most other servers; you’ll notice the difference immediately: no lag, no odd movement bugs, the best geodata (which we’ve continually improved), high FPS during mass PvP, and overall smooth gameplay. Just a single in-game click makes the contrast clear compared to servers that still feel stuck in 2007 in terms of innovation. There were times when things went very wrong due to major code reworks, refactors, and the lack of proper testing, but everything was eventually resolved.
Not only that, but we’ve also attracted CPs and clans that had never played L2Gold before. That’s one of the main reasons why we reached a higher player count than any gold-style server when compared to the original one back in the days.
100~ videos playlist:
Gmail account pricing has been updated - just 12 cents each, with discounts available for bulk purchases.
Our new Telegram channel for news, discounts, and updates - https://t.me/exfanet
New Numbers Available for Rent!
We’ve added USA Unlimited 30-day and Unlimited 7-day numbers.
📩 With these numbers, you can receive an unlimited number of messages from various services convenient and reliable!
Website link — https://vibe-sms.net/
Our Telegram channel — https://t.me/vibe_sms
sell adena
l2rebon signature x1 - 1kk = 1 dollars
l2reborn x10 - 500kk = 4 dollars
E-Global x Lu4 - 1kk = 2 dollars
BOHPTS - x20-x500 TOP PRICE
DISCORD - GODDARDSHOP
TELEGRAM - MMOPROMO
Also on sale are Epic jewelry, Clothes at a very good price
Question
george199
exw ton parakato kwdiko alla den kserw pws na ton kanw na doulevei. mporei kapios na mou pei pws? euxaristw.
index.php
vote.php
connect.php
character.php
characters.php
top.php
bottom.php
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.