Registered Member #45
Joined Wed Jan 31 2007, 03:29AM
posts 5
i've read thru looking for how to fix this in other posts
i'm stumped still
server
win xp pro
php 5
msql 5
abyss webserver
very little knowledge on php and msql i can play with it and get things to run mostly, i run phpbb boards , phpnuke and a few other things on my server
********************
when in game the client says it has saved the stats then when i try to veiw them with hwacstats.php it just has a blank screen
installing went easy it created all the tables and such with no problems
i've tried switching
Change the following lines from:
$name = $currentcharacter;
$guid = $currentguid;
to this:
$name = $_POST['currentcharacter']
$guid = $_POST['currentguid']
when this is done it no long says it has saved to the upload.php
i've installed the php5 zip from later in that post
i have no monarch set or server set just left them blank
thanks in advance , just came back to game would like to get this going
Masked Jackal
Registered Member #45
Joined: Wed Jan 31 2007, 03:29AM
posts 5
i'm running out of my house i have a dyndns web address for the server
machine is xp pro with Abyss webserver x1, php 5 , mysql server 5 ,php admin "rarely use"
i normaly use MySQL Administrator for doing stuff with the database
i installed the hwac folder under my htdocs on the webserver
db name i used is ac , user name is acstats
when i look at the db in admin it shows up with
hwac_charstats and then lists all the tables under it
in game it says the char info was upload and saved to my hwac upload.php
it's probly something simple i'm missing , not sure if this is all you need
i'm still learning alot about this stuff , thanks again
i also changed back to this
$name = $currentcharacter;
$guid = $currentguid; the other way it wouldn't give a response from server [ Edited Wed Jan 31 2007, 01:13PM ] [ Edited Wed Jan 31 2007, 01:20PM ]
I am going to ask you to go a step further.
Can you post a link to the downloads of everything I would need to get that installed.
I ask, not because I am lazy (well my wife says I am),
I ask because I want to make sure I get the same thing that you are running and it will save me some time.
Edit.
Oh, Keep on learning..
I will help you where ever I can as long as time allows me to..
thanks again, i'm guessing it's going to be something with the DB but i have little to no knowledge of how this stuff works i just poke and hope most of the time
i know the php is working , and the db is there with the tables and that it can send to the server , it's just not keeping the data or putting it in the right spot. i played around till my head hurt earlier .
Thanks for the links..
I will download when I can, unfortunately I can not give you a time frame when I will be able to test. But I will keep you informed to where my progress is on this issue.
thanks..
I did start the downloads that you posted, but I have not done anything else yet. Right now in RL I am redoing a room in our house so my time is taken up with that right now..
I did have a thought, have you tried using Xampp, if you do not have lots of time invested in your current set up you might want to consider using Xampp. I use it for testing and I think it works great..
Here is the link.. http://www.apachefriends.org/en/xampp-windows.html
Let me know what you think..
Site Administrator.
Joined: Thu Oct 26 2006, 02:16PM
posts 68
I was using that for a while, then switched to the joomla suite (pretty much the same thing) when I was playing around with joomla. Now I just run everything on my vmware box, running fedora.