Jump to content

Recommended Posts

Posted

ya su MXC

ipa na kanw share afto mias k dn to ida pouthena!

eine ena code pou pou opote kaneis log in sto game sou vgazi ena pm k su lei tin ip pou ixe kani las log!

 

Index: head-src/com/l2jServer/gameserver/network/clientpackets/EnterWorld.java

===================================================================

--- head-src/com/l2jServer/gameserver/network/clientpackets/EnterWorld.java  (revision 5085)

+++ head-src/com/l2jServer/gameserver/network/clientpackets/EnterWorld.java  (working copy)

@@ -98,6 +98,7 @@

import com.l2jServer.gameserver.thread.TaskPriority;

import com.l2jServer.gameserver.thread.ThreadPoolManager;

import com.l2jServer.gameserver.util.Util;

+import com.l2jServer.gameserver.model.entity.ProtectionIP;

 

/**

  * Enter World Packet Handler

@@ -443,6 +444,7 @@

      }

 

      RegionBBSManager.getInstance().changeCommunityBoard();

+      ProtectionIP.onEnterWorld(activeChar);

      CustomWorldHandler.getInstance().enterWorld(activeChar);

 

      if(TvT._savePlayers.contains(activeChar.getName()))

Index: head-src/com/l2jServer/loginserver/LoginController.java

===================================================================

--- head-src/com/l2jServer/loginserver/LoginController.java  (revision 5085)

+++ head-src/com/l2jServer/loginserver/LoginController.java  (working copy)

@@ -750,10 +750,9 @@

          {

            client.setAccessLevel(access);

            client.setLastServer(lastServer);

-            statement = con.prepareStatement("UPDATE accounts SET lastactive=?, lastIP=? WHERE login=?");

+            statement = con.prepareStatement("UPDATE accounts SET lastactive=? WHERE login=?");

            statement.setLong(1, System.currentTimeMillis());

-            statement.setString(2, address.getHostAddress());

-            statement.setString(3, user);

+            statement.setString(2, user);

            statement.execute();

            statement.close();

            statement = null;

 

META ftia3te ena neo java file "ProtectionIP.java" sto "gameserver.model.entity"

* the Free Software Foundation; either version 2, or (at your option)

* any later version.

*

* This program is distributed in the hope that it will be useful,

* but WITHOUT ANY WARRANTY; without even the implied warranty of

* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

* GNU General Public License for more details.

*

* You should have received a copy of the GNU General Public License

* along with this program; if not, write to the Free Software

* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA

* 02111-1307, USA.

*

* http://www.gnu.org/copyleft/gpl.html

*/

package com.l2jserver.gameserver.model.entity;

 

import java.sql.PreparedStatement;

import java.sql.ResultSet;

 

import com.l2jserver.util.database.L2DatabaseFactory;

import com.l2jserver.gameserver.network.clientpackets.Say2;

import com.l2jserver.gameserver.model.actor.instance.L2PcInstance;

import com.l2jserver.gameserver.network.serverpackets.CreatureSay;

 

/**

*

* @author  DaRkPoW3R

*/

public class ProtectionIP

{

  public static void onEnterWorld(L2PcInstance player)

  {

      String last = "";

      String curr = "";

      try

      {

        last = LastIP(player);

        curr = player.getClient().getConnection().getInetAddress().getHostAddress();

      }

      catch (Exception e)

      {

      }

 

      if (!last.equals(curr))

        player.sendPacket(new CreatureSay(1, Say2.PARTY, "SYSTEM", "Your last ip was: "+last+" and current: "+curr));

 

      UpdateLastIP(player, player.getAccountName());

  }

  public static String LastIP(L2PcInstance player)

  {

      String lastIp = "";

      java.sql.Connection con = null;

      try

      {

        ResultSet rset;

        con = L2DatabaseFactory.getInstance().getConnection();

        PreparedStatement statement = con.prepareStatement("SELECT * FROM `accounts` WHERE login = ?");

        statement.setString(1, player.getAccountName());

        rset = statement.executeQuery();

            while(rset.next())

            {

              lastIp = rset.getString("lastIP");

            }

      }

      catch(Exception e)

      {

        e.printStackTrace();

      }

      finally

      {

        try

        {

            con.close();

        }

        catch(Exception e)

        {

            e.printStackTrace();

        }

      }

      return lastIp;

  }

 

  public static void UpdateLastIP(L2PcInstance player ,String user)

  {

      String address = player.getClient().getConnection().getInetAddress().getHostAddress();

      java.sql.Connection con = null;

      try

      {

        con = L2DatabaseFactory.getInstance().getConnection();

        PreparedStatement statement = con.prepareStatement("UPDATE accounts SET lastIP=? WHERE login=?");

        statement.setString(1, address);

        statement.setString(2, user);

        statement.execute();

        statement.close();

      }

      catch(Exception e)

      {

        e.printStackTrace();

      }

      finally

      {

        try

        {

            con.close();

        }

        catch(Exception e)

        {

            e.printStackTrace();

        }

      }

  }

Posted

Gredits ~> xAddytzu

Sugnwmh File pou 8a sto po alla auto p kaneis einai spam.. apo oti vlepeis to exei pei hdh kapios... k autos einai egw prwtos


Pos na min to eides re file afou logika apo edw 8a to exeis parei :S

ELEOS RE -.-"

Meta 2os autos

@author  xAddytzu not you.

Kai erxese ecu 3os ... :/

Posted

Sugnwmh File pou 8a sto po alla auto p kaneis einai spam.. apo oti vlepeis to exei pei hdh kapios... k autos einai egw prwtos


Meta 2os autosKai erxese ecu 3os ... :/

ela vre pontie ksekola aston pedi na kani kamia doula mpori na min to prosekse

as kani kamia doulia arki na min vgali kalous sta xeria tou ap to pliktrologio...

sinexise file mou ke as tou na ksirizounte.....

Posted

na ke tetartos...

epomenoooosssss ??

Φαντασού να έπαιρναν μία δική σου δουλειά και να λέγανε πως είναι δικό τους.

Όπως θα το έπαιρνες, έτσι θα το πάρει και αυτός που έκανε τον κώδικα.

 

Εμένα δε με πειράζει που έχει ξαναγίνει Share, αρκεί να το έλεγε.

Posted

Φαντασού να έπαιρναν μία δική σου δουλειά και να λέγανε πως είναι δικό τους.

Όπως θα το έπαιρνες, έτσι θα το πάρει και αυτός που έκανε τον κώδικα.

 

Εμένα δε με πειράζει που έχει ξαναγίνει Share, αρκεί να το έλεγε.

simfono eprepe na dosi credit... pianou ine to share

Posted

ka8e mera mpenoun sto mxc 1000+ atoma ! Ean erxotane se auto to topic o ka8e enas kai elege pos to topic exei ksana ginei kai pws ta credits dn einai dika tou ! ZHTW POU  KAHMAKE !

 

anyway ! Dn se euxaristw pou to moirasthkes mazi mas ,gt exei ksana ginei share pio palia !

Kai pio sigekrimena apo to xAddytzu

Guest
This topic is now closed to further replies.


  • Posts

    • There is a ready-made option and the possibility to work according to "Wishlist"
    • Contact me, Discord: xbaus
    • WTB GRACIA FINAL INTERFACE
    • Dear partners! At the moment we are in great need of the following positions: — Snapchat old and new accounts | With snapscores | Geo: Europe/USA | Full access via email/phone number — Reddit old (brute or hacked origin, self-registered) accounts with post and comment karma from 100 to 100,000+ | Full email access included — LinkedIn old accounts with real connections | Geo: Europe/USA | Full email access + active 2FA password — Instagram old accounts (2010–2023) | Full email access (possibly with active 2FA password) — Facebook old accounts (2010–2023) | Full email access (possibly with active 2FA password) | With friends or without friends | Geo: Europe/USA/Asia — Threads accounts | Full email access (possibly with active 2FA password) — TikTok/Facebook/Google ADS Agency advertising accounts — Email accounts: mail.ru, yahoo.com, gazeta.pl, gmx.ch / gmx.de / gmx.net (BUT NOT gmx.com) — Google ADS Manual Farm accounts (verified via email and phone number) | GEO: USA/Europe, mostly USA. — WhatsApp OLD Accounts — Twitter accounts with followers and posts (old accounts) Contact us via the details below. We will be glad to cooperate! We are also ready to consider other partnership and collaboration options. Active links to our projects: Digital goods store (Website): Go to Store Telegram bot: Go to – convenient access to the store via the Telegram messenger. Virtual numbers service: Go to Telegram bot for purchasing Telegram Stars: Go to – fast and profitable purchase of Stars in Telegram. SMM Panel: Go to – promotion of your social media accounts. Contacts and support: ➡ Telegram: https://t.me/socnet_support ➡ WhatsApp: https://wa.me/79051904467 ➡ Discord: socnet_support ➡ ✉ Email: solomonbog@socnet.store
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock