Jump to content
  • 0

re paidia xreiazomai help gia enan srvr p ksekinisa na kano


Question

Posted

ekana kanonika to startserver kai to login server

meta eftiaksa to l2 ini

meta anoiksa ta ports

kai telos mpika l2

m anoikse kanonika tin selida alla dn me evaze mesa

telos ekleisa teleiws to firewall alla pali dn egine tpt  :(

kserete ti mporo na kano gia na me valei??

Recommended Posts

  • 0
Posted

# This is the server configuration file. Here you can set up the connection for your server.

# Usually you have to change the ExternalHostname option to

# - 127.0.0.1 (if you want to play alone / testing purpose)

# - LAN IP* (if you want to play from another computer in the network)

# - WAN IP** (if you want to play with friends over internet)

# - Questions? => http://l2jserver.com

#

# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"

# **= If you want to get you WAN IP, visit http://www.whatismyip.com

# ===================================================================================================

 

# ================================================================

# General server setting !!! REQUIRED to configure to everyone !!!

# ================================================================

 

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

ExternalHostname = l2krini.no-ip.biz

 

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname

InternalHostname = 192.168.1.9

 

# Bind ip of the LoginServer, use * to bind on all available IPs

LoginserverHostname = *

LoginserverPort = 2106

# How many times you can provide an invalid account/pass before the IP gets banned

LoginTryBeforeBan = 10

# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)

LoginBlockAfterBan = 600

GMMinLevel = 100

 

# The address on which login will listen for GameServers, use * to bind on all available IPs

LoginHostname = *

 

# The port on which login will listen for GameServers

LoginPort = 9014

 

# If set to true any GameServer can register on your login's free slots

AcceptNewGameServer = False

 

# If false, the licence (after the login) will not be shown

# It is highly recomended for Account Seciurity to leave this option as defalut (True)

ShowLicence = True

 

# Database info

Driver=com.mysql.jdbc.Driver

#Driver=org.hsqldb.jdbcDriver

#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

URL=jdbc:mysql://localhost/l2jdb

#URL=jdbc:hsqldb:hsql://localhost/l2jdb

#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=

Login = root

Password =

MaximumDbConnections = 10

 

# Useable values: "true" - "false", use this option to choose whether accounts will be created

# automatically or not.

AutoCreateAccounts = True

 

# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)

IpUpdateTime = 15

 

 

# ==============================================================

# Test server setting, shoudnt be touched in online game server

# ==============================================================

 

Debug = False

Assert = False

Developer = False

 

# Enforce GG Authorization from client

# Login server will kick client if client bypassed GameGuard authentication

ForceGGAuth = False

 

#FloodProtection. time in ms

EnableFloodProtection = True

FastConnectionLimit = 15

NormalConnectionTime = 700

FastConnectionTime = 350

MaxConnectionPerIP = 50

login config

  • 0
Posted

# This is the server configuration file. Here you can set up the connection for your server.

# Usually you have to change the ExternalHostname option to

# - 127.0.0.1 (if you want to play alone / testing purpose)

# - LAN IP* (if you want to play from another computer in the network)

# - WAN IP** (if you want to play with friends over internet)

# - Questions? => http:\\l2dot.info\forum\

#

# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"

# **= If you want to get you WAN IP, visit http://www.whatismyip.com

# ===================================================================================================

 

# ================================================================

# General server setting !!! REQUIRED to configure to everyone !!!

# ================================================================

 

# Bind ip of the gameserver, use * to bind on all available IPs

GameserverHostname = *

GameserverPort = 7777

 

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

# If this ip is resolvable by Login just leave *

ExternalHostname = l2krini.no-ip.biz

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname

# If this ip is resolvable by Login just leave *

InternalHostname = *

 

# The Loginserver host and port

LoginPort = 9014

LoginHost = 127.0.0.1

 

# This is the server id that the gameserver will request (i.e. 1 is Bartz)

RequestServerID = 1

# If set to true, the login will give an other id to the server  if the requested id is allready reserved

AcceptAlternateID = True

 

# Database info

Driver=com.mysql.jdbc.Driver

#Driver=org.hsqldb.jdbcDriver

#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

URL=jdbc:mysql://localhost/l2jdb

#URL=jdbc:hsqldb:hsql://localhost/l2jdb

#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=

Login = root

Password =

MaximumDbConnections = 100

 

# Datapack root directory, defaults to current directory from which the server is started

# DatapackRoot = C:/Work/tmp/DataPack

 

# Define character name template

# Example to use only : CnameTemplate=[A-Z][a-z]{3,3}[A-Za-z0-9]*

# will allow names with first capital letter, next three small letters,

# and any (capital or not) letter or number, like ZbigN1eW

# Most rational to have CnameTemplate=[A-Z][a-z]*

# meaning names only of letters with first one capital, like Zbigniew

# Default .* - any namy of any symbols

CnameTemplate = .*

PetNameTemplate = .*

 

# Maximum number of chars per account - Default 7 (0 = unlimited [7 is the client limit])

CharMaxNumber = 7

 

# Define how many players are allowed to play simultaneously on your server.

MaximumOnlineUsers = 1000

 

 

# Minimum and maximum protocol revision that server allow to connect.

# You must keep MinProtocolRevision <= MaxProtocolRevision.

MinProtocolRevision = 740

MaxProtocolRevision = 746

 

#====================================================

# L2Dot                              #

# EXTRA fuctions                                  #

# before you set them up ready carefully the info  #

# Thanks Dimis4   #

#====================================================   

# Activate Protection for unknownPacket flooding 

PacketProtection = False

# How much unknown packets before punishment. 

# If the player send more than 5 unknownPackets per second, the player get punished. 

UnknownPacketsBeforeBan = 5

# Punishments 

# 1 - broadcast warning to gms only 

# 2 - kick player (default) 

# 3 - kick & ban player (Accesslevel -100) 

UnknownPacketsPunishment = 2

 

server config

 

na kses exo kanei account sto no-ip kai gia host exo valei l2krini.no-1p.biz

  • 0
Posted

# This is the server configuration file. Here you can set up the connection for your server.

# Usually you have to change the ExternalHostname option to

# - 127.0.0.1 (if you want to play alone / testing purpose)

# - LAN IP* (if you want to play from another computer in the network)

# - WAN IP** (if you want to play with friends over internet)

# - Questions? => http:\\l2dot.info\forum\

#

# * = If you want to get your LAN IP, simply choose "Start" => "Run..." then type "cmd" => "ipconfig"

# **= If you want to get you WAN IP, visit http://www.whatismyip.com

# ===================================================================================================

 

# ================================================================

# General server setting !!! REQUIRED to configure to everyone !!!

# ================================================================

 

# Bind ip of the gameserver, use * to bind on all available IPs

GameserverHostname = *

GameserverPort = 7777

 

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

# If this ip is resolvable by Login just leave *

ExternalHostname = l2krini.no-ip.biz

 

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname

# If this ip is resolvable by Login just leave *

InternalHostname = 192.168.1.9

 

# The Loginserver host and port

LoginPort = 9014

LoginHost = 127.0.0.1

 

# This is the server id that the gameserver will request (i.e. 1 is Bartz)

RequestServerID = 1

# If set to true, the login will give an other id to the server  if the requested id is allready reserved

AcceptAlternateID = True

 

# Database info

Driver=com.mysql.jdbc.Driver

#Driver=org.hsqldb.jdbcDriver

#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver

URL=jdbc:mysql://localhost/l2jdb

#URL=jdbc:hsqldb:hsql://localhost/l2jdb

#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=

Login = root

Password =

MaximumDbConnections = 100

 

# Datapack root directory, defaults to current directory from which the server is started

# DatapackRoot = C:/Work/tmp/DataPack

 

# Define character name template

# Example to use only : CnameTemplate=[A-Z][a-z]{3,3}[A-Za-z0-9]*

# will allow names with first capital letter, next three small letters,

# and any (capital or not) letter or number, like ZbigN1eW

# Most rational to have CnameTemplate=[A-Z][a-z]*

# meaning names only of letters with first one capital, like Zbigniew

# Default .* - any namy of any symbols

CnameTemplate = .*

PetNameTemplate = .*

 

# Maximum number of chars per account - Default 7 (0 = unlimited [7 is the client limit])

CharMaxNumber = 7

 

# Define how many players are allowed to play simultaneously on your server.

MaximumOnlineUsers = 1000

 

 

# Minimum and maximum protocol revision that server allow to connect.

# You must keep MinProtocolRevision <= MaxProtocolRevision.

MinProtocolRevision = 740

MaxProtocolRevision = 746

 

#====================================================

# L2Dot                              #

# EXTRA fuctions                                  #

# before you set them up ready carefully the info  #

# Thanks Dimis4   #

#====================================================   

# Activate Protection for unknownPacket flooding 

PacketProtection = False

# How much unknown packets before punishment. 

# If the player send more than 5 unknownPackets per second, the player get punished. 

UnknownPacketsBeforeBan = 5

# Punishments 

# 1 - broadcast warning to gms only 

# 2 - kick player (default) 

# 3 - kick & ban player (Accesslevel -100) 

UnknownPacketsPunishment = 2

 

server config

 

na kses exo kanei account sto no-ip kai gia host exo valei l2krini.no-1p.biz

 

sto login dn ixes vali international etc opos ta exw pano na ta valis

  • 0
Posted

re c pali m anoigei to login page alla dn ginetai tpt pare kai to l2.ini file m mipos ekana edw kanena la8os

 

Protocol=unreal

ProtocolDescription=Unreal Protocol

Name=Player

Map=Index.unr

LocalMap=Entry.unr

Host=

Portal=

MapExt=unr

EXEName=l2.exe

SaveExt=usa

Port=7777

Class=LineageWarrior.MFighter

ServerAddr=l2krini.no-ip.biz

IsL2NetLogin=True

IsL2Console=True

IsL2Seamless=True

IsL2Projector=True

ISL2Mark=2

ForceAspectRatio=False

AspectRatio=1.334

IsDefaultShaodw=False

IsUnderWaterEffect=False

IsUseCommand=True

L2VersionCheck=false

IsL2MemLog=False

L2ThreadFilter=1

L2TestServer=false

EnablePurgeLevel=True

SharedSky=True

L2MaxPawnResourceLoad=1.0

L2UseKeyCrypt=false

L2UseReplayManager=true

EnableSecondWindow=true

IsUseXMLUI=True

 

[L2WaterEffect]

ColorReference=(A=180,R=38,G=56,B=64,RR=150)

EffectResolution=512

 

[LanguageSet]

Language=0

 

[FontSet]

;Font=L2Font.Japan

;Glyph=Japan.gly

Font=L2Font.gulim

Glyph=gulim.gly

 

[CharacterDisplay]

Name=true

Dist=1000

 

[ClippingRange]

PawnMax=3.0

PawnMin=1.5

AntiPortal=1.5

Terrain=8.0

StaticMesh=4.0

Projector=0.2

StaticMeshLod=5.0

Pawn=2.0

Actor=4.0

 

[AutoLogOn]

IsL2AutoLogOn=Ture

L2ID=zodiac

L2Passwd=zodiac

L2Slot=7

 

[FirstRun]

FirstRun=2110

 

[Engine.Engine]

RenderDevice=D3DDrv.D3DRenderDevice

;RenderDevice=Engine.NullRenderDevice

;RenderDevice=OpenGLDrv.OpenGLRenderDevice

AudioDevice=ALAudio.ALAudioSubsystem

;AudioDevice=XboxAudio.XboxAudioSubsystem

NetworkDevice=IpDrv.TcpNetDriver

DemoRecordingDevice=Engine.DemoRecDriver

Console=Engine.Console

DefaultPlayerMenu=UDebugMenu.UDebugRootWindow

Language=int

GameEngine=Engine.GameEngine

EditorEngine=Editor.EditorEngine

GUIController=Engine.BaseGUIController

;DefaultGame=WarfareGame.WarfareTeamGame

;DefaultServerGame=WarfareGame.WarfareTeamGame

DefaultGame=Engine.GameInfo

DefaultServerGame=Engine.GameInfo

ViewportManager=WinDrv.WindowsClient

;ViewportManager=XboxDrv.XboxClient

;ViewportManager=SDLDrv.SDLClient

Render=Render.Render

Input=Engine.Input

Canvas=Engine.Canvas

DefaultPlayerController=Engine.LineagePlayerController

L2NetHandler=Engine.NetHandler

L2Console=NWindow.ConsoleWnd

L2Font=NWindow.L2Font

 

[Core.System]

PurgeCacheDays=30

SavePath=../Save

CachePath=../Cache

CacheExt=.uxx

Paths=../System/*.u

Paths=../StaticMeshes/*.usx

Paths=../Textures/*.utx

Paths=../Sounds/*.uax

Paths=../Voice/*.uax

Paths=../Maps/*.unr

;Paths=../Music/*.umx

Paths=../Animations/*.ukx

Paths=../SysTextures/*.utx

Paths=../Animations/*.usk

Paths=../Saves/*.uvx

Suppress=DevLoad

Suppress=DevSave

Suppress=DevNetTraffic

Suppress=DevGarbage

Suppress=DevKill

Suppress=DevReplace

Suppress=DevCompile

Suppress=DevBind

Suppress=DevBsp

 

[Engine.GameEngine]

CacheSizeMegs=32

UseSound=True

;ServerActors=IpDrv.UdpBeacon

;ServerActors=IpServer.UdpServerQuery

;ServerActors=IpServer.UdpServerUplink MasterServerAddress=unreal.epicgames.com MasterServerPort=27900

;ServerActors=UWeb.WebServer

ServerPackages=AmbientCreatures

;ServerPackages=WarEffects

;ServerPackages=Decorations

ServerPackages=GamePlay

ServerPackages=UnrealGame

;ServerPackages=WarfareGame

;ServerPackages=WarClassLight

;ServerPackages=WarClassHeavy

;ServerPackages=WarClassMisc

;ServerPackages=Pickups

 

[WinDrv.WindowsClient]

WindowedViewportX=1024

WindowedViewportY=768

FullscreenViewportX=1024

FullscreenViewportY=768

MenuViewportX=800

MenuViewportY=600

Brightness=0.500000

Contrast=0.500000

Gamma=1.000000

UseJoystick=True

CaptureMouse=True

StartupFullscreen=False

UseWindowFrame=True

ScreenFlashes=True

NoLighting=False

MinDesiredFrameRate=35.000000

Decals=True

Coronas=True

DecoLayers=True

Projectors=True

NoDynamicLights=False

ReportDynamicUploads=False

TextureDetailInterface=Higher

TextureDetailTerrain=Higher

TextureDetailWeaponSkin=Higher

TextureDetailPlayerSkin=Higher

TextureDetailWorld=Higher

TextureDetailRenderMap=Higher

TextureDetailLightmap=Higher

NoFractalAnim=False

ScaleHUDX=0.0

 

[sDLDrv.SDLClient]

WindowedViewportX=640

WindowedViewportY=480

FullscreenViewportX=800

FullscreenViewportY=600

MenuViewportX=640

MenuViewportY=480

Brightness=0.500000

Contrast=0.500000

Gamma=1.000000

UseJoystick=True

JoystickNumber=0

IgnoreHat=False

JoystickHatNumber=0

CaptureMouse=True

StartupFullscreen=False

ScreenFlashes=True

NoLighting=False

MinDesiredFrameRate=35.000000

Decals=True

Coronas=True

DecoLayers=True

Projectors=True

NoDynamicLights=False

ReportDynamicUploads=False

TextureDetailInterface=Normal

TextureDetailTerrain=Normal

TextureDetailWeaponSkin=Normal

TextureDetailPlayerSkin=Normal

TextureDetailWorld=Normal

TextureDetailRenderMap=Normal

TextureDetailLightmap=UltraHigh

NoFractalAnim=False

 

[Engine.Player]

ConfiguredInternetSpeed=10000

ConfiguredLanSpeed=20000

 

[ALAudio.ALAudioSubsystem]

UseEAX=False

Use3DSound=False

UseDefaultDriver=False

CompatibilityMode=False

UsePrecache=True

ReverseStereo=false

Channels=32

MusicVolume=0.100000

AmbientVolume=1.0

SoundVolume=1.000000

DopplerFactor=1.0

Rolloff=0.5

TimeBetweenHWUpdates=15

DisablePitch=False

LowQualitySound=False

 

[ipDrv.TcpNetDriver]

AllowDownloads=True

ConnectionTimeout=15.0

InitialConnectTimeout=500.0

AckTimeout=1.0

KeepAliveTime=0.2

MaxClientRate=20000

SimLatency=0

RelevantTimeout=5.0

SpawnPrioritySeconds=1.0

ServerTravelPause=4.0

NetServerMaxTickRate=20

LanServerMaxTickRate=35

DownloadManagers=IpDrv.HTTPDownload

DownloadManagers=Engine.ChannelDownload

 

[ipDrv.HTTPDownload]

RedirectToURL=

ProxyServerHost=

ProxyServerPort=3128

UseCompression=True

 

[Engine.DemoRecDriver]

DemoSpectatorClass=Warriors.CHSpectator

MaxClientRate=25000

ConnectionTimeout=15.0

InitialConnectTimeout=500.0

AckTimeout=1.0

KeepAliveTime=1.0

SimLatency=0

RelevantTimeout=5.0

SpawnPrioritySeconds=1.0

ServerTravelPause=4.0

NetServerMaxTickRate=60

LanServerMaxTickRate=60

 

[Engine.GameReplicationInfo]

ServerName=Another Unreal Server

ShortName=Unreal Server

 

[ipDrv.TcpipConnection]

SimPacketLoss=0

SimLatency=0

 

[ipServer.UdpServerQuery]

GameName=ut

 

[ipDrv.UdpBeacon]

DoBeacon=True

BeaconTime=0.50

BeaconTimeout=5.0

BeaconProduct=ut

 

[XboxDrv.XboxClient]

TextureDetail=Medium

SkinDetail=Medium

LightmapDetail=High

TextureMinLOD=6

TextureMaxLOD=9

Brightness=0.8

Contrast=0.7

Gamma=0.8

NoFractalAnim=True

 

[XBoxAudio.XBoxAudioSubsystem]

ReverseStereo=False

Channels=32

MusicVolume=1.0

SoundVolume=1.0

AmbientFactor=1.0

UsePrecache=True

 

[D3DDrv.D3DRenderDevice]

DetailTextures=True

HighDetailActors=True

SuperHighDetailActors=True

UsePrecaching=True

UseTrilinear=True

AdapterNumber=-1

ReduceMouseLag=True

UseTripleBuffering=False

UseHardwareTL=True

UseHardwareVS=True

UseCubemaps=True

DesiredRefreshRate=60

UseCompressedLightmaps=True

UseStencil=False

Use16bit=False

Use16bitTextures=False

MaxPixelShaderVersion=255

UseVSync=False

LevelOfAnisotropy=1

DetailTexMipBias=0.8

DefaultTexMipBias=-0.5

UseNPatches=False

TesselationFactor=1.0

CheckForOverflow=False

 

[OpenGLDrv.OpenGLRenderDevice]

DetailTextures=True

HighDetailActors=True

SuperHighDetailActors=True

UsePrecaching=True

UseCompressedLightmaps=True

UseTrilinear=True

UseStencil=False

MaxTextureUnits=8

VARSize=32

ReduceMouseLag=False

 

[Engine.NullRenderDevice]

DetailTextures=True

HighDetailActors=True

SuperHighDetailActors=True

UsePrecaching=True

UseCompressedLightmaps=True

UseStencil=False

 

[Editor.EditorEngine]

UseSound=True

CacheSizeMegs=32

GridEnabled=True

SnapVertices=False

SnapDistance=10.000000

GridSize=(X=16.000000,Y=16.000000,Z=16.000000)

RotGridEnabled=True

RotGridSize=(Pitch=1024,Yaw=1024,Roll=1024)

GameCommandLine=-log

FovAngleDegrees=90.000000

GodMode=True

AutoSave=True

AutoSaveTimeMinutes=5

AutoSaveIndex=6

UseAxisIndicator=True

MatineeCurveDetail=0.1

LoadEntirePackageWhenSaving=0

EditPackages=Core

EditPackages=Engine

EditPackages=Fire

EditPackages=Editor

EditPackages=UWindow

EditPackages=UnrealEd

EditPackages=IpDrv

EditPackages=GamePlay

EditPackages=LineageEffect

EditPackages=LineageWarrior

EditPackages=LineageNpc

EditPackages=LineageNpc2

EditPackages=LineageNpcEv

EditPackages=LineageMonster

EditPackages=LineageMonster2

EditPackages=LineageMonster3

EditPackages=LineageVehicle

EditPackages=LineageDeco

EditPackages=LineageCreature

EditPackages=UDebugMenu

EditPackages=NWindow

;EditPackages=WarEffects

;EditPackages=Decorations

;EditPackages=WarfareGame

;EditPackages=IHVDemoContent

;EditPackages=Pickups

;EditPackages=WarClassLight

;EditPackages=WarClassHeavy

;EditPackages=WarClassMisc

;EditPackages=AmbientCreatures

;EditPackages=Vehicles

;EditPackages=UPreview

 

[uMenu.UnrealConsole]

RootWindow=UMenu.UMenuRootWindow

UWindowKey=IK_Esc

ShowDesktop=True

 

[uMenu.UMenuMenuBar]

ShowHelp=True

GameUMenuDefault=UTMenu.UTGameMenu

MultiplayerUMenuDefault=UTMenu.UTMultiplayerMenu

OptionsUMenuDefault=UTMenu.UTOptionsMenu

 

[Engine.GameInfo]

bLowGore=False

bVeryLowGore=False

 

[uWeb.WebServer]

;Applications[0]=UTServerAdmin.UTServerAdmin

;ApplicationPaths[0]=/ServerAdmin

;Applications[1]=UTServerAdmin.UTImageServer

;ApplicationPaths[1]=/images

DefaultApplication=0

bEnabled=False

 

[Engine.LevelInfo]

PhysicsDetailLevel=PDL_Medium

 

[Engine.Console]

ConsoleKey=9

 

[WindowPositions]

GameLog=(X=0,Y=0,XL=512,YL=256)

  • 0
Posted

file ama prospa8eis na mpis apo to pc pou kratietai o server...sto l2.ini 8a baleis auto " 127.0.0.1 " ,

alliws an 8es na mpis apo allo pc 8a baleis " no-ip "..!! elpizw na me katalabes :)

  • 0
Posted

swstos o tritor kai egw eixa to idio prob... oi aloi mporoun na mpoun alla esy den mporeis den ftene ta configs alla to client sou kai 98 % to system mono kai ono sto pc sou vale sto l2 ini to 127.0.0.1 stous alous pou trha mpeneis tha dineis to system me to no-ip

  • 0
Posted

stile m to msn sou sto pm na sta kanw me teaqmviewer.

episis elenxe ta parakato.

no-ip duc anixto.internal ip alazi kathe  merikes meres na tin emenxis.sto patch sou bale 127.0.0.1,stus alus tin no-ip,ta paorts sou na ine

80,7777,2014,9014.Kai oti pires kala to backup.

Guest
This topic is now closed to further replies.


  • Posts

    • SOCNET — is a universal service combining a digital goods store, an SMM panel, and a Telegram bot for purchasing Telegram Stars; here you will find TikTok, Instagram, Reddit, Twitter, Telegram, Facebook, LinkedIn, WhatsApp, SnapChat, YouTube, Google, Discord accounts, emails (Outlook, Hotmail, Gmail, Rambler, Firstmail, and others), access to ChatGPT 5, gift cards, and premium subscriptions to many services — all at the best prices! We are currently actively looking for new suppliers for various product categories, which include: Priority list of positions: — Snapchat old and new accounts | With snapscores | Geo: Europe/USA | Full access via email/phone number — Reddit old accounts (brute or cracked origin, self-regs) with post and comment karma from 100 up to 100,000+ | Full access with email 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 attached 2FA password) — Facebook old accounts (2010-2023) | Full email access (possibly with attached 2FA password) | With friends or without friends | Geo: Europe/USA/Asia — Threads accounts | Full email access (possibly with attached 2FA password) — TikTok/Facebook/Google ADS Agency advertising accounts We are also open to considering other product categories from you, feel free to contact us through the details listed below in this thread! ⚡ Terms of cooperation: ⚡ 1. You prepare a preliminary description of your product 2. We publish your product in our online store and Telegram bots (in both Russian and English). 3. After the product is sold in our stores, we transfer the funds to you by any convenient method within 24 hours from the moment of sale (any cryptocurrency, PayPal, Payeer, TG Stars, and other methods)   ‼ If you have doubts about working with us or are afraid to send the product first, we agree to work through an escrow service of a trusted provider, or you can simply check out the huge base of reviews about our services in this Google document (reviews from our website, Telegram bot, and other platforms where our products are listed). Document ⭐ We invite you to COOPERATE and EARN with us ⭐ Do you want to sell your product or service in our stores and earn money? Become our partner or propose mutually beneficial cooperation? Become our wholesale client and receive the best conditions and discounts? You can contact us through the CONTACTS listed in this thread. We build a reliable partnership network in all areas of online business. We are ready to participate in joint content creation, giveaways, and events! If you work in digital, traffic, accounts, or media and other fields — let’s discuss possible cooperation. We value quality, transparency, and growth. If this resonates with you — write to us, we are open to dialogue! Our current list of partners ⭐ Our contacts ⭐ ➡ Telegram ➡ WhatsApp ➡ Email: solomonbog@socnet.store ➡ Discord: socnet_support ⭐ Our online store ⭐ SOCNET.STORE ⭐ Our Telegram bot for purchasing Telegram Stars ⭐ SOCNET.CC ⭐ Our SMM Panel for social media promotion ⭐ SOCNET.PRO ⭐ Telegram shop ⭐ SOCNET.SHOP   ✅ News resources ➡ Telegram channel ➡ Discord server ➡ WhatsApp channel
    • SOCNET — is a universal service combining a digital goods store, an SMM panel, and a Telegram bot for purchasing Telegram Stars; here you will find TikTok, Instagram, Reddit, Twitter, Telegram, Facebook, LinkedIn, WhatsApp, SnapChat, YouTube, Google, Discord accounts, emails (Outlook, Hotmail, Gmail, Rambler, Firstmail, and others), access to ChatGPT 5, gift cards, and premium subscriptions to many services — all at the best prices! We are currently actively looking for new suppliers for various product categories, which include: Priority list of positions: — Snapchat old and new accounts | With snapscores | Geo: Europe/USA | Full access via email/phone number — Reddit old accounts (brute or cracked origin, self-regs) with post and comment karma from 100 up to 100,000+ | Full access with email 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 attached 2FA password) — Facebook old accounts (2010-2023) | Full email access (possibly with attached 2FA password) | With friends or without friends | Geo: Europe/USA/Asia — Threads accounts | Full email access (possibly with attached 2FA password) — TikTok/Facebook/Google ADS Agency advertising accounts We are also open to considering other product categories from you, feel free to contact us through the details listed below in this thread! ⚡ Terms of cooperation: ⚡ 1. You prepare a preliminary description of your product 2. We publish your product in our online store and Telegram bots (in both Russian and English). 3. After the product is sold in our stores, we transfer the funds to you by any convenient method within 24 hours from the moment of sale (any cryptocurrency, PayPal, Payeer, TG Stars, and other methods)   ‼ If you have doubts about working with us or are afraid to send the product first, we agree to work through an escrow service of a trusted provider, or you can simply check out the huge base of reviews about our services in this Google document (reviews from our website, Telegram bot, and other platforms where our products are listed). Document ⭐ We invite you to COOPERATE and EARN with us ⭐ Do you want to sell your product or service in our stores and earn money? Become our partner or propose mutually beneficial cooperation? Become our wholesale client and receive the best conditions and discounts? You can contact us through the CONTACTS listed in this thread. We build a reliable partnership network in all areas of online business. We are ready to participate in joint content creation, giveaways, and events! If you work in digital, traffic, accounts, or media and other fields — let’s discuss possible cooperation. We value quality, transparency, and growth. If this resonates with you — write to us, we are open to dialogue! Our current list of partners ⭐ Our contacts ⭐ ➡ Telegram ➡ WhatsApp ➡ Email: solomonbog@socnet.store ➡ Discord: socnet_support ⭐ Our online store ⭐ SOCNET.STORE ⭐ Our Telegram bot for purchasing Telegram Stars ⭐ SOCNET.CC ⭐ Our SMM Panel for social media promotion ⭐ SOCNET.PRO ⭐ Telegram shop ⭐ SOCNET.SHOP   ✅ News resources ➡ Telegram channel ➡ Discord server ➡ WhatsApp channel
    • sell adena, items, account 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 THE BEST PRICES IN THE WORLD OF LINEAGE 2
    • Can you reupload system patch?
    • he was my customer many years ago, i setup his acp and some statistics on his website, plus some security it is big difference than "friend"   its more dissapointment than hate, take example acis, how many years still development. PS: you know i was selling websites and i still sell donate panels for l2 servers right?
  • 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