[ASK]Script

05/05/2014 07:04 kelvz002#1
#solved, thanks :D
05/05/2014 16:27 moooootie25#2
a daily reward for all players online and offline?
05/06/2014 01:38 PenguinJoe#3
Load your php code into a source level debugger and debug it. You will find out in about 10 seconds what is wrong with it.

(hint)

is
<?php
$serverName = "test\SQLEXPRESS"; <----- THAT
$UID = "sa";
$PASS ="test123";
?>
your SQL server hostname?
05/07/2014 20:23 asmodeus812#4
Quote:
Originally Posted by PenguinJoe View Post
Load your php code into a source level debugger and debug it. You will find out in about 10 seconds what is wrong with it.

(hint)

is
<?php
$serverName = "test\SQLEXPRESS"; <----- THAT
$UID = "sa";
$PASS ="test123";
?>
your SQL server hostname?
THAT ^
Come on ! It is fucking obvious , that "test\SQLEXPRESS" is wrong , change it and you should be fine!
05/08/2014 05:04 kelvz002#5
Quote:
Originally Posted by asmodeus812 View Post
THAT ^
Come on ! It is fucking obvious , that "test\SQLEXPRESS" is wrong , change it and you should be fine!
its ok now, I intentionally change "test\SQLEXPRESS" with fake one :) thanks for the answer :D
05/09/2014 15:10 IncognitoOne#6
Wouldn't giving rewards to offline players or online even influence people to just spam accounts and just benefit off getting such rewards in abundance ?
05/09/2014 18:29 kelvz002#7
Quote:
Originally Posted by IncognitoOne View Post
Wouldn't giving rewards to offline players or online even influence people to just spam accounts and just benefit off getting such rewards in abundance ?

maybe for some server, but at my case i only gave items which i have set as Event item so creating new character or account made useless cuz they wont get what they want :)

(sorry for bad english)