Must be a string? Huh, what? HELP?
Posted on
16th Feb 2014 07:03 pm by
admin
with the following script, I get
Fatal error: Property name must be a string in /home/content/e/s/o/esone/html/test/123.php on line 24
Anyone maybe know what is causing it?
Code: <?php
function seconds2HMS($inputval){
$hh = intval($inputval / 3600);
$ss_remaining = ($inputval - ($hh * 3600));
$mm = intval($ss_remaining / 60);
$ss = ($ss_remaining - ($mm * 60));
if($hh<10){
$hh='0'.$hh;
}
if($mm<10){
$mm='0'.$mm;
}
if($ss<10){
$ss='0'.$ss;
}
return $hh.':'.$mm.':'.$ss;
}
function checkTank($tankId){
$aquVs=118;//the current game version number
$hay=json_decode(file_get_contents("http://www.gaiaonline.com/chat/gsi/index.php?v=json&m=[[6500%2C[1]]%2C[6510%2C["".$tankId.""%2C0%2C1]]%2C[6511%2C["".$tankId.""%2C0]]%2C[6512%2C["".$tankId.""%2C0]]%2C[107%2C["null"]]]&X=".time()));
$gaiaT=$hay[0][2]->{'gaia_curr_time'};
$aquaN=$hay[1][2]->{$tankId}->{'name'};
$userN=$hay[1][2]->{$tankId}->{'user_id'};
$glowT=$hay[1][2]->{$tankId}->{'game_info'}->{1}->{"open_time"};
$play=$hay[1][2]->{$tankId}->{'game_info'}->{1}->{"player_count"};
if($glowT){
if($glowT<=$gaiaT){
if($glowT+720>$gaiaT){
if($play<34){
return 'Glowing for '.seconds2HMS($gaiaT-$glowT).' <a target="_blank" href="http://www.gaiaonline.com/tank/'.$userN.'/?userEnvironmentId='.$tankId.'&gsiUrl=www&isInEdit=false&firstTime=&location=popUp&quality=low&version='.$aquVs.'&graphicsServer=http://s.cdn.gaiaonline.com/images/Gaia_Flash/aquarium/&isGameActive=true">[Open Aquarium Link]</a>';
}
else{
return 'Full';
}
}
else{
return 'Glowed '.seconds2HMS($gaiaT-$glowT).' ago.';
}
}
else{
return 'Glowing in '.seconds2HMS($glowT-$gaiaT).' <a target="_blank" href="http://www.gaiaonline.com/tank/'.$userN.'/?userEnvironmentId='.$tankId.'&gsiUrl=www&isInEdit=false&firstTime=&location=popUp&quality=low&version='.$aquVs.'&graphicsServer=http://s.cdn.gaiaonline.com/images/Gaia_Flash/aquarium/&isGameActive=true">[Open Aquarium Link]</a>';
}
}
else{
return 'Not Glowing';
}
}
?>
No comments posted yet
Your Answer:
Login to answer
109
14
Other forums
Map.php
I am a complete beginner to PHP and am looking for some help with a program I am messing around with
update 2 columns by doing inner 2-column query
Hi,
is something like this possible?
update contract_all set col1,col2 =
(
UDP server recvfrom() always returns -1? :(
Hello all,
I am getting a very strange error in my code :( I am writing a server application in C
Creating a custom API
I'm creating a site, and I need to create a basic API. Unfortunately I have no idea where to start.
! = ''
In the following 'IF' statement if v_ompcat = PU for example then Oracle equates that 'IF' statement
Querying info from one table based on info in another
Hi, I am currently trying to make a part for my user driven website where one user can subscribe to
modifying query string with no page refresh
Hi everybody,
I've tried to get info about my problem all over the internet but i didn't find out
Schedule editor
Hi,
I have a question related to Schedule editor.
If we schedule a BLS for every 30
Echo-ing MySQL content and Keep Formatting?
I have data in my MySQL such as:
QuoteBlah blah
Blah blah
etc
but when i ech
Preserving user-entered linebreaks
Hi, I'm building a web 2.0 thingy from scratch and I wanna display text which users input. It's all