[Share]Status.php with Pet System ^_^!!

New Time
Joined
Jan 17, 2008
Messages
317
Reaction score
0
now i have the Status.php that support pets ^_^

HERE NOW THE GUIDE!!

1st: make a column PetNum, bigint, PetName, varchar(20) and PetType, int to your ChaInfo table

2nd: modify your sp_insertpet then put this code before end!!

Code:
Update ChaInfo 
Set PetName = @nPetName
Where PetNum = @nPetNum

Update ChaInfo
Set PetType = @nPetType
Where PetNum = @nPetNum
then to your sp_renamepet Put this before the end or add this!!

Code:
Update ChaInfo 
Set PetName = @szPetName
Where PetNum = @nPetNum
then that's it here's the status.php i made it's fix ^_^


michael2k10 - [Share]Status.php with Pet System ^_^!! - RaGEZONE Forums


here's my ss. i made this yesterday night!!

michael2k10 - [Share]Status.php with Pet System ^_^!! - RaGEZONE Forums




NOW TRY TO YOUR STATUS ^_^ then tadan ^_^
 

Attachments

  • status.rar
    status.rar
    3.2 KB · Views: 442
  • pet status - [Share]Status.php with Pet System ^_^!! - RaGEZONE Forums
    pet status.webp
    50.1 KB · Views: 1,348
Last edited:
Re: Status.php with Pet System ^_^!!

now i have the Status.php that support pets ^_^

here's my ss. i made this yesterday night!!

michael2k10 - [Share]Status.php with Pet System ^_^!! - RaGEZONE Forums


i will not share it yet!! ^_^ i want to know if there's someone made this soo i'm sure that i am the only one made this ^_^!! please post your's ^_^

hahahah nice release huh
 
Upvote 0
Re: Status.php with Pet System ^_^!!

ok w8 i'll make the guide on how it will work even you rename the pet ^_^
 
Upvote 0
ok thats what you see, try to look the pic carefully
if what is the different for the original format

thats an offer but never mind
 
Upvote 0
ahh you mean on the top of the PetName and PetType i already fix it bro ^_^ it's on
this part

<td height="23" colspan="5" background="sub.jpg"><div align="center" class="style3">Top Student

i already change the "colspan="7" that's the fix ^_^ eheheehehe see or download my status.php ^_^
 
Upvote 0
ok nice, good job for you


i already make a status.php on my own for the ep4
as you remember when i share the correct code for
the banned account that also appear on the status.php
and i also add more additional function to appear on my
status.php, for now im working on my admin cp adding
more privilege...
 
Last edited:
Upvote 0
Back