Lavalair Xhtml Virtual Pet

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • kafa
    replied
    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...

    Leave a comment:


  • quiksilverX
    replied
    yes add images of the development of the pet if you can,,the play options is easy to add

    Leave a comment:


  • kafa
    replied
    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:


  • quiksilverX
    replied
    i made the xhtml page and also ozziemale fixed a few words that i didnt translate.,

    Leave a comment:


  • kafa
    replied
    Originally posted by rko1 View Post
    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
    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 it

    Leave a comment:


  • kafa
    replied
    Originally posted by rko1 View Post
    here 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
    Its meragochi, not tamagochi, named by my forum.
    Btw thanks for the xhtml, i didnt have time to do that ;)

    Leave a comment:


  • quiksilverX
    replied
    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:


  • kafa
    replied
    Originally posted by ozziemale31 View Post
    just relised its serbian i can complete the translation
    Thats script was made by me, and its bosnian, not serbian!
    If anybody needs help, just ask ;)

    Leave a comment:


  • ozziemale31
    replied
    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:


  • friend
    replied
    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:


  • ozziemale31
    replied
    re

    Originally posted by friend View Post
    okie its works now .Thanks ozziemale...

    how to now make usage of it , i mean how to put link like FEED MY PET ?
    just visit my site for a demo use meragochi.php action =main

    Leave a comment:


  • friend
    replied
    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:


  • wapmetal
    replied
    ill try this sir.....now... then

    Leave a comment:


  • ozziemale31
    replied
    error

    Originally posted by friend View Post
    Parse 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:


  • friend
    replied
    Parse error: syntax error, unexpected T_VARIABLE, expecting '{' in core .php
    >>> $deadtime = time() - (18*60*60);

    Leave a comment:

Working...
X