that's a litle bit hard to make all this images for every colour and every weight + mood of happiness....
"play" is allready available in this script, maybe you made a wrong traslation...
Lavalair Xhtml Virtual Pet
Collapse
X
-
yes add images of the development of the pet if you can,,the play options is easy to add
Leave a comment:
-
I have to made a web version and ad some adds cus there ara only 3 options: eat, wash and play.
Has anybody some sugestions?
Leave a comment:
-
i made the xhtml page and also ozziemale fixed a few words that i didnt translate.,
Leave a comment:
-
I didnt made the english version, even not the xhtml, only the bosnian wml version. I coded it one year ago and have shared it on another forum but how I see, ppl like itOriginally posted by rko1 View Postit was made by you ? Lol when i downloaded that script it didnt even work it was mixed wml/xhtml etc,but hey thanx 4 sharing it
Leave a comment:
-
Its meragochi, not tamagochi, named by my forum.Originally posted by rko1 View Posthere is the lavalair virtual pet in xhtml in english
enjoy
you can check a demo at blingywap.co.za/wap/xhtml
tho the themes wont be the same..this pet is actauly for the v3 methos script
Btw thanks for the xhtml, i didnt have time to do that ;)
Leave a comment:
-
it was made by you ? Lol when i downloaded that script it didnt even work it was mixed wml/xhtml etc,but hey thanx 4 sharing it
Leave a comment:
-
when you have created your pet the link appears in the menu for the pet script lol
but there there are time limmits on how to perform actions with your pet. unfortunatley cus i didnt check mine after a day or 2 mine died lmao my poor rampage pet died yesterday roflmao
Leave a comment:
-
Yes I got that what u said @ ozzimale... But if a user want to feed their pets via other user what will they do? what link for that?
Thanks
Leave a comment:
-
re
just visit my site for a demo use meragochi.php action =mainOriginally posted by friend View Postokie its works now .Thanks ozziemale...
how to now make usage of it , i mean how to put link like FEED MY PET ?
Leave a comment:
-
okie its works now .Thanks ozziemale...
how to now make usage of it , i mean how to put link like FEED MY PET ?
Leave a comment:
-
error
Originally posted by friend View PostParse error: syntax error, unexpected T_VARIABLE, expecting '{' in core .php
>>> $deadtime = time() - (18*60*60);PHP Code:core works fine
function cleardata(){
///delete meragochi
$deadtime = time() - (18*60*60);
$meragochi = mysql_query("SELECT uid FROM meragochi WHERE ziv='1' AND nahranjen<'".$deadtime."'");
$hrana = mysql_query("SELECT nahranjen FROM meragochi WHERE uid='".$mer[0]."' AND nahranjen<'".$deadtime."'");
$novo = time() + (18*60*60);
$smrt = $hrana[0] + $novo;
while ($mer=mysql_fetch_array($meragochi))
{
$ppl = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM meragochi WHERE uid='".$mer[0]."'"));
if($ppl)
{
$exec2 = mysql_query("UPDATE meragochi SET ziv='0', smrt='".$smrt."' WHERE uid='".$mer[0]."'");
}
}
$timeout=time()-300;
$exec = mysql_query("DELETE FROM tictactoe WHERE lturntime<$timeout");
$timeto = 120;
$timenw = time();
$timeout = $timenw - $timeto;
$exec = mysql_query("DELETE FROM ibwf_chonline WHERE lton<'".$timeout."'");
$timeto = 7200;
$timenw = time();
$timeout = $timenw - $timeto;
$exec = mysql_query("DELETE FROM ibwf_chat WHERE timesent<'".$timeout."'");
$timeto = 60*60;
$timenw = time();
$timeout = $timenw - $timeto;
$exec = mysql_query("DELETE FROM ibwf_search WHERE stime<'".$timeout."'");
$timeto = 5*60;
$timenw = time();
$timeout = $timenw - $timeto;
$rooms = mysql_query("SELECT id FROM ibwf_rooms WHERE static='0' AND lastmsg<'".$timeout."'");
while ($room=mysql_fetch_array($rooms)){
$ppl = mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_chonline WHERE rid='".$room[0]."'"));
if($ppl[0]==0){
$exec = mysql_query("DELETE FROM ibwf_rooms WHERE id='".$room[0]."'");
}
}
Last edited by metulj; 15.03.09, 08:39.
Leave a comment:
-
Parse error: syntax error, unexpected T_VARIABLE, expecting '{' in core .php
>>> $deadtime = time() - (18*60*60);
Leave a comment:
Leave a comment: