Thread: GD Question
View Single Post
  #5  
Old 05-04-2017, 08:08 AM
Abronsyth's Avatar
Abronsyth Abronsyth is offline
A Headache Embodied
 
Join Date: Aug 2011
Location: NY
Posts: 1,011
Gender: Male
Credits: 150,266
Abronsyth is on a distinguished road
Default

I recently stumbled upon it, can't remember where, though. I'll do a search quickly.

EDIT:
Check out public function siggy() in levelup.php

You should find this a few lines down the function:
PHP Code:
        // Build text for siggy
            
$str1 "Name: ".$this->adopt->getName();
            
$str2 "Owner: ".$this->adopt->getOwner();
            
$str3 "Click Here to Feed Me!";
            
$str4 "More Adopts at:";
            
$str5 "www.".constant("DOMAIN"); 
__________________
My Mods Site (1.3.4, 2020 Mods)

Last edited by Abronsyth; 05-04-2017 at 08:44 AM.
Reply With Quote