Jump to content

[Share]Collection of Scripts + addons For your PvPGN server + SVN compile


Recommended Posts

Posted

Some of the scripts , addons dont have description . I will post them as I found them.

 

Tested----------------------------------------------------------------------------------------------------------------------------

 

Keres/Acid Loader - Necessary for playing on PvPGN Servers in Warcraft 3 The Frozen Throne / Reign of Chaos. http://w3l.info.tm/?p=3

 

For Warcraft 1.22 and beyond: (Thanks Keres!)

Mirror - http://depositfiles.com/files/9by6sh7rz

Mirror - http://uploaded.to/?id=treqbe

 

For Warcraft versions 1.18-1.21 only: (Thanks Acid!)

Mirror - http://ciudad.latinol.com//dmod/Warcraft_III_Roc_FT_PvPGN_Loader_v1.2_by_Acid_.rar

Mirror - ftp://203.123.69.202/games/pvpgn/Warcraft_III_Roc_%26_FT_PvPGN_Loader_v1.2_by_Acid!.rar

 

 

Battle.net Gateway Editors . They edit the gateways of warcraft III with them a player is able to connect.

 

Windows

Mirror - http://www.icyhell.net/2008/05/06/blizzard-battlenet-gateway-editor-v3010702/

Mirror - http://www.fileden.com/files/2007/3/15/888414/PvPGN/BNetGatewayEditor.zip

 

Windows, #2

Mirror - http://www.fileden.com/files/2007/3/15/888414/PvPGN/BNetEditor.zip

Mirror - http://www.gamesperu.com/component/option,com_remository/Itemid,26/func,startdown/id,12/

 

 

Server Status Script by U-238 - Displays whether server is online or offline, and also displays the users, games and channels currently online on a webpage. http://pvpgn-phputils.sourceforge.net/

 

1.1 Source (All Platforms)

Official - http://www.fileden.com/files/2007/3/15/888414/PvPGN/pvpgn-status-1.1.zip

Mirror - http://ciudad.latinol.com//pvpgnfiles/pvpgn-status-1.1.zip

Mirror - http://www.fileden.com/files/2007/3/15/888414/PvPGN/pvpgn-status-1.1.zip

 

Web Registration System by U-238 . The players can create account like battle.net expale : open warcraft III >Battle.net>Create New account . With this script the players can make accounts from the website. You need to edit

bnetd.conf where there is a sting in there about allowing account creation, change that line.

http://pvpgn-phputils.sourceforge.net/

 

PvPGN Web Registration System v0.2 beta - zip

Official - http://prdownloads.sourceforge.net/pvpgn-phputils/webregister-0.2beta.zip?download

Mirror - http://ciudad.latinol.com//pvpgnfiles/webregister-0.2beta.zip

Mirror - http://www.fileden.com/files/2007/3/15/888414/PvPGN/webregister-0.2beta.zip

 

 

Server Statistics http://pvpgn.spfree.net/downloads.php

 

2.4.5 Source (All Platforms) - zip

Official - http://pvpgn.spfree.net/pvpgn-stats-2.4.5.zip

Mirror - http://www.fileden.com/files/2007/3/15/888414/PvPGN/pvpgn-stats-2.4.5.zip

 

 

Web registration 0.4[/b]

 

Changelog 0.3 --> 0.4

-Fixed a problem that not saving username into database when none activation method selected (Thanks to DjH2o)

 

 

Here is the link: http://dotaworld.net/webregister0.4.rar

Mirror: http://rapidshare.com/files/155978454/webregister0.4.rar

Changelog 0.2beta --> 0.3

 

-Fixed "pvpgn.bnet" error

-Fixed not registering username issue

-Password must be at least 6 character now (you can change it in index.php)

 

Here is the link: http://dotaworld.net/webregister0.3.rar

Mirror: http://rapidshare.com/files/155978461/webregister0.3.rar

 

 

How to Setup:

 

1- Configure the config.php file for your system

 

2- install awaiting_activation.sql file to your mysql (must be in the same table with pvpgn table)

 

3- Define your admin password  (like  http://www.xxxxxxx.com/admin.php)

 

 

D2GS 1.12a

http://www.battlecn.net/bbs/read.php?tid=1072210 - by Marsgod. Thanks to Naki-BoT @ pvpgn.pl!

 

Build 1 (latest)

Mirror - hhttp://www.pvpgn.pl/d2gs/dl.php?f=D2GS-112a(1)

Mirror - http://www.fileden.com/files/2007/3/15/888414/D2GS-112a(1).rar

 

 

Latest versionchecks can be found on PvPGN CVS repository. To download latest versioncheck.conf go  http://cvs.berlios.de/cgi-bin/viewcvs.cgi/*checkout*/pvpgn/pvpgn/conf/versioncheck.conf

 

Thx desolator from PvPGN forum.

 

Now I am Searching For working users' scripts like web register 0.4

 

Posted

A step-by-step guide for building the SVN version of PvPGN using Visual Studio Professional

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

 

Requirements:

- CMake ( http://www.cmake.org/files/v2.4/cmake-2.4.7-win32-x86.exe or  http://www.cmake.org/files/v2.6/cmake-2.6.0-win32-x86.exe)

     (CMake 2.6.0 is required if you intend to use Visual Studio 2008 Professional)

- Visual Studio Professional (either Visual Studio 2005 Professional or Visual Studio 2008 Professional)

     (you can also use Visual C++ Express - but this will need additional

       tweaking that is beyond the scope of this guide.)

- either zlib for 32bit ( zlib lib http://www.winimage.com/zLibDll/zlib123dll.zip and dll AND zlib sources http://www.winimage.com/zLibDll/zlib123.zip )

    or zlib for 64bit ( zlib lib http://www.winimage.com/zLibDll/zlib123dllx64.zip and dll AND zlib sources http://www.winimage.com/zLibDll/zlib123.zip )

- PvPGN sources from SVN (in this example I have them extracted under D:/svn/pvpgn/ )

 

Optional:

- either MySQL for 32bit ( MySQL 5.0.45 http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-5.0.45-win32.zip/from/pick )

    or MySQL for 64bit  ( MySQL 5.0.51b 64bit http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-5.0.51b-winx64.zip/from/pick )

    (using the installer version will make thinks alot easier for you - trust me on this)

- PostgreSQL ( PostgreSQL 8.2.5 http://wwwmaster.postgresql.org/download/mirrors-ftp?file=%2Fbinary%2Fv8.2.5%2Fwin32%2Fpostgresql-8.2.5-1.zip )

    (same applies here - using this installer will make things alot easier for you)

- SQLite ( http://www.sqlite.org/sqlitedll-3_4_2.zip '>http://www.sqlite.org/sqlitedll-3_4_2.zip  http://www.sqlite.org/sqlitedll-3_4_2.zip)

    (needs some extra tweaking - but we'll leave that for later)

     

Step-by-step guide:

- install Visual Studio Professional (obviously not required when allread done)

- install CMake (same applies here)

- extract PvPGN sources from zip/tarball or get them via SVN

- create a folder called "zlib" inside you PvPGN base folder ( i.e. D:/svn/pvpgn/zlib/ )

- extract the following files from zlib123.zip into the "zlib" folder:

      zconf.h, zlib.h

- extract the following file from zlib123dll.zip (from with dll32 folder) into the "zlib" folder:

      zlibwapi.lib

- install MySQL if you intend to use it as a storage backend

      (either make complete installation or assure you have "Developer Components" - "C Include Files / Lib Files" installed)

- install PostgreSQL if you intend to use it as a storage backend

- SQLite stub - need some extra tweaking to be explained later (in version 2.0 of this guide)

- create a folder called "build" inside you PvPGN base folder ( i.e. D:/svn/pvpgn/build/ )

- fire up CMake (I'll use the GUI version for this guide - so you should use it, too)

- Where is the source code: D:\svn\pvpgn

- Where to build the binaries: D:\svn\pvpgn\build

- Now press the "Configure" button, select "Visual Studio 2005" as the build environment and wait a few seconds

- all the components should be found without any problems

- now enable optinal components if required ( WITH_MYSQL, WITH_PGSQL, WITH_SQLITE3 ) and "Configure" again

- again all the components should be found without any problems

- Press "OK"

- double-click on D:/svn/pvpgn/build/pvpgn.sln to fire up Visual Studio 2005

- build the "ALL_BUILD" target

- build the "INSTALL" target

- now you should find all the stuff (almost) ready under c:/Program Files/pvpgn/

- extract the following files from zlib123dll.zip (from with dll32 folder) into the "sbin" folder:

      zlibwapi.lib

- optionally get the following files from C:\Program Files\MySQL\MySQL Server 5.0\lib\opt\ and copy them into the "sbin" folder

      libmysql.dll

- optionally get the following files from C:\Program Files\PostgreSQL\8.2\bin\ and copy them into the "sbin" folder

      libpq.dll, libintl-2.dll, libiconv-2.dll, krb5_32.dll, comerr32.dll

- optionally extract the following files from sqlitedll-3_4_2.zip into the "sbin" folder:

      sqlite3.dll

- drink a beer and congratulate yourself for what you accomplished today

 

SVN: http://svn.berlios.de/

 

Credits : desolator for all scripts except web registation 0.4 and  pandaemonium for SVN from PvPGN forums .

I only collect them and write 2 descriptions..... I put them all in one topic , for not creating many topics...

  • 5 years later...
Posted (edited)

Hello

Sorry for the time, but can you re upload the web registration 0.4V to another site? I can't find it nowhere  :-\

 

Sorry again.

 

So much thanks, regards and merry christmas!

Edited by Clarin123

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

    • Dear clients, we strongly advise against holding funds in USDT due to an increase in mass freezes by the issuer. Any wallet can be locked without explanation if your coins happen to be in the wrong place at the wrong time. If you hold savings in USDT, swap them for something safer, such as XMR, BTC, ETH, or similar. When working with crypto, opt for decentralized coins that are technically impossible to freeze. Alternatively, after handling USDT, move your funds into safe assets. To protect your funds, we recommend using XMR, BTC, ETH.
    • Hello everyone, I am looking for a C4 Scions of Destiny (P656) Retail x1 L2OFF Server Pack + Source. My goal is not to launch a server immediately. I want to learn L2OFF server development in C++, understand the original C4 architecture, and eventually build my own project in the future. I have already tried to reach an agreement with a few members who offer C4 projects, but communication has been quite slow, so I decided to ask the community here as well. I'm specifically looking for a Retail x1 version, not a heavily customized x45 or PvP pack. Ideally, the package should include: Complete LoginServer Complete GameServer Source code SQL database AI / NPC scripts Geodata Visual Studio solution/project Everything required to compile, study, and run the server If anyone knows a trusted seller or can recommend a reliable P656 Retail x1 package, I would really appreciate your advice. I would also appreciate hearing from anyone who has purchased a Retail x1 package before and can share their experience. Thank you very much!
    • NEW SEASON OPENING - TODAY ! GRAND OPENING FROM - 10/07/2026, FRIDAY, 20:00 +3 GMT !
    • Elite Lineage II Development | Websites • Master Accounts • Custom Systems • Server Solutions Turn Your Lineage II Project Into a Professional Experience Hello everyone, My name is Frank, and for years I've been developing custom solutions for Lineage II private servers. My focus isn't simply creating attractive websites—it's building complete ecosystems that improve both the player experience and server management. Unlike generic web designers, I understand how Lineage II servers actually work. Every page and system is designed with real gameplay, server administration, and player retention in mind. Whether you're launching your first project or upgrading an established server, I can help you create something that looks and feels like a premium MMORPG. What I Can Build Modern Landing Pages Your landing page is the first impression players have of your server. I create high-end landing pages featuring: • Cinematic hero sections • Animated backgrounds • Countdown timers • Feature showcases • Grand Opening events • Server roadmap • Responsive mobile design • Fast loading and SEO-friendly structure No generic templates. Every landing page is built specifically for your project. Complete Master Account Systems One of my specialties is developing advanced account management panels that integrate naturally with your Lineage II server. Examples include: • Account Dashboard • Character Selection • Character Information • Character Statistics • Combat Power System • Achievement System • Character Mastery • Collections • Daily Rewards • Vote Rewards • Referral Systems • Lucky Wheel • Premium Account Management • Donation Store • Coin Wallet • VIP Services • PIN Protection • Password Management • Inventory Viewer • Warehouse Viewer • Rankings • Online Players • Server Statistics • Event Pages Everything is designed with both usability and visual quality in mind. Custom Web Systems Need something unique? I also develop completely custom features tailored to your server. Examples: • World Boss Event Pages • Raid Boss Tracker • Olympiad Rankings • Castle Siege Overview • Grand Boss Status • Event Management Panels • Daily Hunt Interfaces • Progression Systems • Collection Systems • Custom Shops • Clan Pages • Marketplace • Admin Panels If you have an idea, we can build it. Full Website Development I can create your complete server website, including: • Home • Downloads • News • Patch Notes • Server Information • Wiki • Rankings • Community Pages • Support Center • Knowledge Base • FAQ • Voting Pages • Donation Pages Designed to match your server's identity. Forum Integration Professional integration with community platforms. Examples: • XenForo • phpBB • Discord Integration • Custom Forum Themes • User Synchronization Server Experience Because I actively work with Lineage II servers, I understand much more than web development. Experience includes designing and implementing systems around: • Character progression • Achievement tracking • Collection systems • Daily Hunt mechanics • Lucky Wheel events • Premium services • Server economy • Custom reward systems • World Boss events • Event scheduling • Player dashboards • Administrative tools This allows me to design websites and panels that feel like a natural extension of your server instead of just another website. Technologies • PHP 8 • MySQL / MariaDB • HTML5 • CSS3 • JavaScript • AJAX • Responsive Design • API Integration • Linux Server Environment Why Choose Me? ✔ Years of Lineage II development experience ✔ I understand both the website and the game server ✔ Custom development—not copy-paste templates ✔ Modern UI & UX ✔ Mobile responsive ✔ Clean and optimized code ✔ Long-term support ✔ Fast communication ✔ Flexible solutions for every budget Portfolio Below you'll find examples of projects I've created, including custom landing pages, master account systems, dashboards, progression systems, and unique interfaces developed for real Lineage II servers.     Need Something Unique? Some of the most successful servers stand out because they offer features players haven't seen before. If you have an idea—even if it's only a rough concept—I can help transform it into a polished, fully functional system.     Contact Interested in working together? Feel free to send me a private message with your project details. I'll be happy to discuss your ideas and provide a free estimate. Let's build something your players will remember.     Discord:  https://discord.gg/qnmNkY6D3n
  • 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..