It is currently Thu Apr 18, 2024 11:02 pm


The forum is READ ONLY. Please direct any future discussions to our Facebook page


 Page 1 of 1 [ 4 posts ] 
Author Message
 Post subject: Teams
PostPosted: Tue May 08, 2007 3:39 am 
Forum Roamer
Forum Roamer
User avatar

Joined: Fri Mar 16, 2007 9:58 am
Posts: 62
There is maybe some problems with teams. Because when I or somebody other create a team, other player can't accept the invitation. There is text "You have not been invited in to that team"

And when I create a team, second player create a team and invite me, I have this displayed text --> echo "Click here to join Dark hunt or Click here to reject the invitation. -- Dark hunt is name of team.

Also created team have missing icon with link /images/icons/ on server and name and description missong too.

Any solutions for this problem? There is complete new installation 0.30.2 from yesterday with default settings.


Offline
 Profile  
 
 Post subject:
PostPosted: Wed May 09, 2007 6:57 am 
Forum Roamer
Forum Roamer
User avatar

Joined: Fri Mar 16, 2007 9:58 am
Posts: 62
Problem is when register_globals = off -- in teams.php is on line 67 declaration

$team_id = stripnum($team_id);

but parameter team_id from address line contain 0 and not real value.
Possible solution is array $_REQUEST with variable team_id -->

$team_id = stripnum($_REQUEST[team_id]);


Offline
 Profile  
 
 Post subject:
PostPosted: Wed May 09, 2007 10:59 am 
Developer
Developer
User avatar

Joined: Wed Feb 19, 2003 6:07 pm
Posts: 2930
I don;'t know why you are having a problem but what you pointed out is definately NOT the problem. I have tested with both register globals enabled and disabled. For that matter the main game runs with register gloabls disabled. So you have some other problem.



_________________
PJ's Annoyingly Useless Blog
ADOdb Lite
Template Lite
Offline
 Profile  
 
 Post subject:
PostPosted: Wed May 09, 2007 12:35 pm 
Forum Roamer
Forum Roamer
User avatar

Joined: Fri Mar 16, 2007 9:58 am
Posts: 62
Panama Jack wrote:
I don;'t know why you are having a problem but what you pointed out is definately NOT the problem. I have tested with both register globals enabled and disabled. For that matter the main game runs with register gloabls disabled. So you have some other problem.


We have only special unique problems with this game :D This is third of them :)


Offline
 Profile  
 
Display posts from previous:  Sort by  
 Page 1 of 1 [ 4 posts ] 


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

cron