Download latest version from git hub, backup your database, and gameengine config.php file replace old files with new ones, put config.php file back, and your done. :)
Printable View
:w00t:Parse error: syntax error, unexpected '}' in /data/multiserv/users/662913/projects/1655093/www/Templates/Alliance/overview.tpl on line 117
problem alliance off help me pls....
and problem-hero Unknown column 'vid' in 'where clause'
As I said before but advo didn't understand me, we must use a revision number in every commit so users can tell us what revision are there using and we can tell them in what revision it is fixed.
it should be like:
[r124] rearranged the table
[r123] Fixed grain consumition
[r122] whatever
it also gives a sense of growth of the project.
yeah i try sometime i forget anyways made a update so rally dont need ridiculus amount of files for everything now its better
ahh the good old index of t3 i like it:) just need to put the serverLogin and serverRegister thing. thanks.
if you want I can rebase the project and add the tags at the beginning of each commit.
Please are we going to start using arrays to store the languages? I had done some work towards unifying all text in the (lang).php in constants format.
If we are going to start using variables, then we need to change all text to this format and all the work I have done is useless.
BTW I have done much more that what is uploaded to the repo, I just wanted to finish firth to upload it complete and not half way like the way it is now.
nah its ok typhoon we will just keep soldiering on not need to rebase it
@parn no oases not added yet and we dont remove whitespace cause we dont test on live servers so dont need to
When i try to attack someone on my server, i get this message:
Fatal error: Call to a member function getUpkeep() on a non-object in /data/multiserv/users/681084/projects/1659152/www/GameEngine/Automation.php on line 1301
Please help me!
---------- Post added at 11:17 PM ---------- Previous post was at 10:56 PM ----------
Never mind. Fixed.
Daaayumm nice release man, thanks so much :D
Robbers of the week
No. Player Resources
1. PiallA NooB 4294967295
2. maestro 4294967295
3. admin 4294966140
4. Dino 4294962495
5. yKabkar 4294961921
6. pimytje 4294959375
How can i fix this bug?
---------- Post added 23-09-11 at 12:23 AM ---------- Previous post was 22-09-11 at 11:36 PM ----------
Please help me someone.
Make sure the database does not have those fields set as unsigned.
It seems possibly that MySQL is trying to interpret values as unsigned and thus when told someone's score went below zero it it figures obviously that cannot be correct, the value must be an unsigned not a signed, so it interprets as unsigned a normal arithmetic result (normally arithmetic in php is signed...)
If it still happens once MySQL is aware that the values can have signs, then we will know it must be the fault of something other than MySQL.
-MarkM-
Also there is a picture here if you want to see
Attachment 92520
yeah need to do exactly that its due to me adding the code to make sure points where taken when res stolen not just one sided and only gain
i will make change in sql file for install so future revs dont have this issue