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

    • just with this extender that I have shared it is not possible to start with c4 client, you have to make some changes to the extender and it works with c4 client perfectly. regarding the updates in this last revision   🔹dll is not packaged with vmprotect   New custom zone types have been added: 🔹 NO_NOBLESS begin MinX=84638 MaxX=92616 MinY=-87170 MaxY=-82018 MinZ=-6000 MaxZ=0 Type=NO_NOBLESS KickOutPos=83007/148057/-3464 end   ▶️ This zone checks if the character is noble. If it does not meet the condition, it will be automatically kicked to the indicated position (KickOutPos). 🔹 CUSTOM_SPAWN_ZONE begin MinX=77275 MaxX=85704 MinY=10122 MaxY=18066 MinZ=-8000 MaxZ=5000 Type=CUSTOM_SPAWN_ZONE OutPos=83007/148057/-3464 Spawns={{82984/18066/-5256}};{{79275/15147/-5248}};{{82922/14263/-5256}};{{83704/10122/-5288}} end ▶️ This zone allows characters, upon death, to respawn with full buff, CP, HP and MP if they press “Fixed”. They will only be able to revive in one of the positions defined in Spawns. 🔧 Both zones are fully configurable from territorydata.txt
    • Could you tell me what changed in this update?   more one question: Is it possible to log in through the c4 client instead of interlude? That would be great  
    • ➡ Discount for your purchase: JULY2025 (11% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • ➡ Discount for your purchase: JULY2025 (11% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: 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