[ABD] Game Console 1.0.2

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
plasmino
Registered User
Posts: 261
Joined: Sat Jul 25, 2009 11:12 am

Re: [BETA] Game Console 1.0.0

Post by plasmino »

wow thank
gylippus
Registered User
Posts: 50
Joined: Mon Nov 12, 2007 1:53 am

Re: [BETA] Game Console 1.0.0

Post by gylippus »

Blackpawn wrote:
gylippus wrote:/usr/bin/php -f /var/www/vhosts/mrdgeography.com/httpdocs/phpBB3/games/aod/crons/cronjob.php?password=mypassword
you need to make sure your link is pointing to the file with the right variable names

Code: Select all

cronjob.php?password
should be

Code: Select all

cronjob.php?passwd
let me know if you still have problems after you make the changes in the link

plasmino wrote:in /games/aod/crons/cronjob.php

remove this line

#!/usr/local/bin/php -q

Now you have access to this page
this line #!/usr/local/bin/php -q is some times required by the host in order to run cronjobs all though it may differ from host to host.
Actually, I had passwd set to passwd since that is the variable name in the script. I fixed the problem by setting my password directly in the script. I think that my server has an issue with passing a parameter through the cronjob command line. Therefore, everything after cronjob.php just messed it up. Obviously, my host provider should know this but they didn't. I read on some websites that passing parameters varies from host configuration. Anyway, it does work now though.
Differentiation
Registered User
Posts: 5
Joined: Wed Dec 09, 2009 1:47 am

Re: [BETA] Game Console 1.0.0

Post by Differentiation »

Hey, I am interested in helping you develop this mod.
I have basic knowledge of PHP (Sadly no database related stuff yet)

I have quite a few ideas in mind and after seeing your screen shots, it looks "do-able"

I am willing to learn the database related material.
You can contact me through PM if you are interested.

Thanks.

Edit: Tried running this on my localhost machine and using PHPBB 3.0.6.
Doesn't seem to work.

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4200: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4202: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4203: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4204: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
Blackpawn
Registered User
Posts: 9
Joined: Wed Aug 10, 2005 4:18 am

Re: [BETA] Game Console 1.0.0

Post by Blackpawn »

Differentiation wrote:Hey, I am interested in helping you develop this mod.
I have basic knowledge of PHP (Sadly no database related stuff yet)

I have quite a few ideas in mind and after seeing your screen shots, it looks "do-able"

I am willing to learn the database related material.
You can contact me through PM if you are interested.

Thanks.

Edit: Tried running this on my localhost machine and using PHPBB 3.0.6.
Doesn't seem to work.

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4200: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4202: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4203: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4204: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
By any chance did you update your phpBB version after you installed the game console because I just upgraded my phpBB version to the latest version and everything is still working fine. But if you chose to use the new files instead of merging the code changes this might exaplain why your getting these errors.
Double check to make sure all the game console files are there and then check these files
includes/functions.php
language/en/common.php
style/prosilver/template/overall_header.html

make sure the game console code is all intact in each file. And you are more then welcome to join the project just come to My Site sign up and send me a pm letting me know it's you and we'll go from there.
Differentiation
Registered User
Posts: 5
Joined: Wed Dec 09, 2009 1:47 am

Re: [BETA] Game Console 1.0.1

Post by Differentiation »

I did a fresh install on 3.0.6 and it generated those errors.
I installed it 3 times (no other mods installed).

I will register on your site a bit later, got some errands to run right now :P
plasmino
Registered User
Posts: 261
Joined: Sat Jul 25, 2009 11:12 am

Re: [BETA] Game Console 1.0.1

Post by plasmino »

3.0.6 fresh installation


in acp-.mods-Game console- add game

Code: Select all

[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 295: Undefined variable: game_sql
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 308: Undefined variable: error_msgs
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 311: Undefined variable: game_name
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 312: Undefined variable: game_desc
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 313: Undefined variable: game_ver_major
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 314: Undefined variable: game_ver_minor
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 315: Undefined variable: game_ver_build
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 316: Undefined variable: game_path
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 317: Undefined variable: game_author
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 318: Undefined variable: game_email
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 319: Undefined variable: game_website
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 320: Undefined variable: game_credits
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 321: Undefined variable: game_history
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 322: Undefined variable: game_license
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 323: Undefined variable: game_copyrights
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 324: Undefined variable: game_sql
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 324: Undefined variable: query_code
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 326: Undefined variable: game_member_slots
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 327: Undefined variable: game_ticks_left
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 328: Undefined variable: game_round
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 329: Undefined variable: game_round_length
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 330: Undefined variable: game_bulletin
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 332: Undefined variable: newgame
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 333: Undefined variable: tab
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 334: Undefined variable: gameselected
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 335: Undefined variable: formdata
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 336: Undefined variable: game_online
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 337: Undefined variable: game_open
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 338: Undefined variable: game_time_mgt
[phpBB Debug] PHP Notice: in file /includes/acp/acp_gameconsole.php on line 339: Undefined variable: game_bulletin_show
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3504)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3504)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3504)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3504)
Blackpawn
Registered User
Posts: 9
Joined: Wed Aug 10, 2005 4:18 am

Re: [BETA] Game Console 1.0.2

Post by Blackpawn »

The 1.0.2 update I just uploaded should hopefully clear up all these PHP Notice errors
Differentiation
Registered User
Posts: 5
Joined: Wed Dec 09, 2009 1:47 am

Re: [BETA] Game Console 1.0.2

Post by Differentiation »

I still get a blank page by going to the /gc directory when trying to install it.
plasmino
Registered User
Posts: 261
Joined: Sat Jul 25, 2009 11:12 am

Re: [BETA] Game Console 1.0.2

Post by plasmino »

perfect with 3.0.6 for install console

^_^

for create new player

Code: Select all

[phpBB Debug] PHP Notice: in file /games/aod/includes/functions.php on line 1005: Undefined variable: kingdom_data
[phpBB Debug] PHP Notice: in file /games/aod/create.php on line 21: Undefined variable: available_slots
[phpBB Debug] PHP Notice: in file /games/aod/create.php on line 58: Undefined variable: custom_css
[phpBB Debug] PHP Notice: in file /games/aod/create.php on line 65: Undefined variable: kingdom_advantage
[phpBB Debug] PHP Notice: in file /games/aod/create.php on line 66: Undefined variable: kingdom_ruler
[phpBB Debug] PHP Notice: in file /games/aod/create.php on line 67: Undefined variable: kingdom_name
plasmino
Registered User
Posts: 261
Joined: Sat Jul 25, 2009 11:12 am

Re: [BETA] Game Console 1.0.2

Post by plasmino »

is correct?... in land.php

search

Code: Select all

// Default Vars
$error_msgs = null;
$admin = 0;
$gold_total = 0;
$food_total = 0;
$gold_total = 0;
$gold_total = 0;
e replace for this

Code: Select all

// Default Vars
$error_msgs = null;
$admin = 0;
$land_total = 0;
$gold_total = 0;
$food_total = 0;
$wood_total = 0;
$iron_total = 0;
barackas.php

Code: Select all

// Default Vars
$error_msgs = null;
$admin = 0;
$gold_total = 0;
$food_total = 0;
$gold_total = 0;
$gold_total = 0;
replace with

Code: Select all

// Default Vars
$error_msgs = null;
$admin = 0;
$gold_total = 0;
$food_total = 0;
$soldier_total = 0;
$wood_total = 0;
$iron_totall = 0;
gamecharmer
Registered User
Posts: 62
Joined: Sat Dec 30, 2006 7:46 am

Re: [BETA] Game Console 1.0.2

Post by gamecharmer »

Hey guys, I haven't heard from Blackpawn in a little while, but I have massively developed Age of Dragons over the last few days. I even released an AoD 1.2.0 on the Blackpawn website. I will be upgrading the system every free chance I get.

If you want to see what we are currently up to, head over to http://gamecharmer.com, throw together an account and try out Age of Dragons.

I added a research system that is dynamic, I made buildings dynamic, and I will be making units dynamic after I get some more time and finish up rebuilding the ACP, adding in images (with the cool tooltips), and other visual effects. The game runs fine, but I want to improve it.

I will also be working with SShadow to add more default stuff to the game, such as more quests, troops, etc...

~GameCharmer
GCWorld Industries
andrius757
Registered User
Posts: 117
Joined: Wed Dec 02, 2009 10:05 pm

Re: [BETA] Game Console 1.0.2

Post by andrius757 »

When can we expect final version? :)
gamecharmer
Registered User
Posts: 62
Joined: Sat Dec 30, 2006 7:46 am

Re: [BETA] Game Console 1.0.2

Post by gamecharmer »

I'm doubting there will ever be a final version.

The currently released version of Age of Dragons is 1.4.8.

AoD has gone through a complete rewrite and I have been developing a standalone system for it. Basically, I want to take AoD, make it its own bit of webware, then bridge it with phpBB3. I have also been working on cross-domain authentication so that multiple websites can use their own phpbb_users table and play together on a global system with tons of other players, or just stay in their own world with a full install. It will be available in two separate packages.

I have also been working with the Kongregate staff on understanding their new system called Konduit. This will allow me to tie my installation of AoD to the Kongregate servers, opening the game up to millions of online users.
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm
Contact:

Re: [BETA] Game Console 1.0.2

Post by keith10456 »

I was just playing this on the demo site... I really, really, like it and can't wait for the next release!

I'm surprised this mod hasn't gotten much attention on phpbb... I suspect it's the title of the Topic :?

Is there an eta on the next phpbb version?
gamecharmer
Registered User
Posts: 62
Joined: Sat Dec 30, 2006 7:46 am

Re: [BETA] Game Console 1.0.2

Post by gamecharmer »

AoD is now not only fully standalone, but it comes with a cross-domain security system. :)

I am still working on cross-domain resizing iFrames.

If you would like to tie your users into the main AoD system (http://ageofdragonsonline.com) send me an email. :)

I have a lot of work to do in terms of making the game more user friendly. We may also be getting some Graphics for AoD. I currently do not know if they will be distributable though.

On the upside, anyone can register and play right now. I live update the server as I progress through the code and the database, so the main site is always up to date. ;)

There are currently 6 different websites all tied into the main AoD site, so I have no doubts about the functionality and security of the cross-domain auth system yet. :)
Locked

Return to “[3.0.x] Abandoned MODs”