Jump to content

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


Recommended Posts

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

 

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

  • 5 years later...

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...