[RELEASE]Web Pack ( MSSQL / ODBC )

03/28/2009 06:46 PapaHarni#1
Hello guys.

Here my little Web Script Pack as MSSQL and ODBC version.

I hope , i have found now all bugs and errors and its work.

In the Packs are the follow scripts :
register.php <--- Register Accounts
ranking.php <--- List characters , order by Level and Exp , list only non GMs
guild.php <--- List all guilds . order by members count and list all guild members
playeronline.php <--- list all player Online characters , list only non GMs

account.bak <--- Fixed Account Database.
README.txt <--- little install help



Please report it.

Friendly Greets
PapaHarni alias Nicky
03/28/2009 07:39 LeQuebecoisqc#2
You should also make the default character database [DEV] char not showing on your playerranking script ;) just a small details xD keep the good work !
03/28/2009 12:39 PapaHarni#3
Quote:
Originally Posted by LeQuebecoisqc View Post
You should also make the default character database [DEV] char not showing on your playerranking script ;) just a small details xD keep the good work !
All can do it self to add [DEV] and [OPR] and and and....

Its Easy , search this :

PHP Code:
if(!preg_match("/[[GM]]/i",$row1[0])) { 
and edit it to
PHP Code:
if(!preg_match("/[[GM]]/i",$row1[0]) && !preg_match("/[[DEV]]/i",$row1[0]) && !preg_match("/[[OPR]]/i",$row1[0])) { 
Or edit the [GM],[DEV] and [OPR] to this what u need or add more with "&& !preg_match("/[Blub]/i",$row1[0])"
04/29/2009 05:17 str8killa#4
not working
04/30/2009 13:22 PapaHarni#5
Quote:
Originally Posted by str8killa View Post
not working
Work , but you dont have activate/installed odbc / mssql function on your server *loser* Dont tell a big dhit here children
04/30/2009 13:50 Hyperdude#6
I use the MSSQL version and it works fine. Only the account registration doesn't work. But doesn't matter it was only for testing, i'll do my own scripts.
Thanks PapaHarni
04/30/2009 16:47 str8killa#7
Quote:
Originally Posted by PapaHarni View Post
Work , but you dont have activate/installed odbc / mssql function on your server *loser* Dont tell a big dhit here children
how do i get the function i cant fine it
04/30/2009 19:10 bellydaniel#8
if you feel that you're a pro then go to your pro forum, c mon give some help not wasting to much time for arguing, maybe u will die soon or tommorrow. then what u feel for helping people here, c'mon. peace.
05/01/2009 18:46 Hyperdude#9
The problems you have has nothing to do with the files from PapaHarni. The problem you have has to do with your php/apache configuration. The easiest way to get a working webserver is to use XAMPP.

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...] (I prefer to download the installer)
[Only registered and activated users can see links. Click Here To Register...]

On the upper side of the website you can choose the language you prefer.