Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 09-19-2010, 10:39 AM
vexel vexel is offline
Member
 
Join Date: Aug 2010
Posts: 23
Credits: 2,584
vexel
Default how to change background of siggy?

How can i change the background of siggy to color - #0013a8
Reply With Quote
  #2  
Old 09-21-2010, 09:05 PM
HIddenPanda's Avatar
HIddenPanda HIddenPanda is offline
I Am... Da Sheep
 
Join Date: Jul 2010
Posts: 52
Gender: Male
Credits: 5,354
HIddenPanda
Default RE: how to change background of siggy?

Quote:
Originally Posted by vexel
How can i change the background of siggy to color - #0013a8
In siggy.php find this code (around Line 135
PHP Code:
          $img_temp imagecreatetruecolor($newwidth$newheight); 
And AFTER IT INSERT THIS

PHP Code:
        $bgcolor imagecolorallocate($img_temp019168);
    
imagefill($img_temp00$bgcolor); 
Reply With Quote
  #3  
Old 09-22-2010, 02:43 PM
vexel vexel is offline
Member
 
Join Date: Aug 2010
Posts: 23
Credits: 2,584
vexel
Default RE: how to change background of siggy?

Thank you!! :* I love you ;d

Thank, thank, thank you ;D
Reply With Quote
  #4  
Old 09-22-2010, 10:17 PM
HIddenPanda's Avatar
HIddenPanda HIddenPanda is offline
I Am... Da Sheep
 
Join Date: Jul 2010
Posts: 52
Gender: Male
Credits: 5,354
HIddenPanda
Default RE: how to change background of siggy?

No problem, that'll be $20... Lol Jk no problem :D
Reply With Quote
  #5  
Old 09-23-2010, 02:23 PM
vexel vexel is offline
Member
 
Join Date: Aug 2010
Posts: 23
Credits: 2,584
vexel
Default RE: how to change background of siggy?

Lol... ;D

And have you got a scrpit for 2 column table in myadopts, i have got, but there are duplicate characters :|

It mena -

Animal 1 | Animal 1
Animal 2 | Animal 2

Code:
// Our code to determine if we show the table or not...

$article_content = $article_content."<table width='530' border='1' bordercolor='#CCCCCC' rules=rows frame=hsides><tr>";

// Output the table information...
// Get the current adoptable's image

$image = getcurrentimage($aid);

$article_content = $article_content."<td><div align='center'><a href=levelup.php?id=".$aid."><img src='".$image."' border=0></a>
<td><div align='left'>
<b> - ".$name."</b><br>
<i>Current Level:</i> ".$currentlevel."<br>
<i>Total Clicks:</i> ".$totalclicks."<br>
<b><a href='myadopts.php?act=manage&id=".$aid."'>More info</a></b>
<td><div align='left'>
</div></td></div></td>"; 

$article_content = $article_content."<td><div align='center'><a href=levelup.php?id=".$aid."><img src='".$image."' border=0></a>
<td><div align='left'>
<b> - ".$name."</b><br>
<i>Current Level:</i> ".$currentlevel."<br>
<i>Total Clicks:</i> ".$totalclicks."<br>
<b><a href='myadopts.php?act=manage&id=".$aid."'>More info</a></b>
<td><div align='left'>
</div></td></div></td>";

$article_content = $article_content."</tr></table>";
Reply With Quote
  #6  
Old 09-24-2010, 04:51 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 32,940
fadillzzz is an unknown quantity at this point
Default RE: how to change background of siggy?

Quote:
Originally Posted by vexel
Lol... ;D

And have you got a scrpit for 2 column table in myadopts, i have got, but there are duplicate characters :|

It mena -

Animal 1 | Animal 1
Animal 2 | Animal 2

Code:
// Our code to determine if we show the table or not...

$article_content = $article_content."<table width='530' border='1' bordercolor='#CCCCCC' rules=rows frame=hsides><tr>";

// Output the table information...
// Get the current adoptable's image

$image = getcurrentimage($aid);

$article_content = $article_content."<td><div align='center'><a href=levelup.php?id=".$aid."><img src='".$image."' border=0></a>
<td><div align='left'>
<b> - ".$name."</b><br>
<i>Current Level:</i> ".$currentlevel."<br>
<i>Total Clicks:</i> ".$totalclicks."<br>
<b><a href='myadopts.php?act=manage&id=".$aid."'>More info</a></b>
<td><div align='left'>
</div></td></div></td>"; 

$article_content = $article_content."<td><div align='center'><a href=levelup.php?id=".$aid."><img src='".$image."' border=0></a>
<td><div align='left'>
<b> - ".$name."</b><br>
<i>Current Level:</i> ".$currentlevel."<br>
<i>Total Clicks:</i> ".$totalclicks."<br>
<b><a href='myadopts.php?act=manage&id=".$aid."'>More info</a></b>
<td><div align='left'>
</div></td></div></td>";

$article_content = $article_content."</tr></table>";
No one has ever figure out how to do it with the new script, so I think you'll be better off asking it in another place such as a webmaster forums
Reply With Quote
  #7  
Old 09-24-2010, 12:42 PM
vexel vexel is offline
Member
 
Join Date: Aug 2010
Posts: 23
Credits: 2,584
vexel
Default RE: how to change background of siggy?

Thx :*
You are very helpfu person :*
I like you:)
If i find solution i'll write it here;d[hr]
Quote:
Originally Posted by vexel
Thx :*
You are very helpfu person :*
I like you:)
If i find solution i'll write it here;d

PHP Code:
$query mysql_query("SELECT * FROM ".$prefix."owned_adoptables WHERE owner='$loggedinname' ORDER BY aid asc");

// Our code to determine if we show the table or not...



$article_content $article_content."<br><table width='530' border='1' bordercolor='#CCCCCC' rules=rows frame=hsides><tr><td></td><td></td></tr><tr>";

while(
$wiersz=mysql_fetch_array($query))
{

$aid $wiersz['aid'];
$name $wiersz['name'];
$currentlevel $wiersz['currentlevel'];
$totalclicks $wiersz['totalclicks'];

$image getcurrentimage($aid);

$article_content $article_content."<td><div align='center'><a href=levelup.php?id=".$aid."><img src='".$image."' border=0></a>
<td><div align='left'>
<b> - "
.$name."</b><br>
<i>Current Level:</i> "
.$currentlevel."<br>
<i>Total Clicks:</i> "
.$totalclicks."<br>
<b><a href='myadopts.php?act=manage&id="
.$aid."'>More info</a></b>
<td><div align='left'>
</div></td></div></td>"

}

$article_content $article_content."</tr></table>"
Ok, so it work !!

There aren't duplicate characters :D[hr]
BUT... now the table doesn't work :|

please, help me with it ;)
Reply With Quote
  #8  
Old 09-29-2010, 10:54 AM
vexel vexel is offline
Member
 
Join Date: Aug 2010
Posts: 23
Credits: 2,584
vexel
Default RE: how to change background of siggy?

ok, but the table doesn't work...
how can i make 2 animals in row?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mys v1.3.3 Background Mod Hwona Mys v1.3.x Mods 18 01-17-2017 02:54 AM
The disappearing background O.o SilverDragonTears Questions and Supports 7 03-31-2012 10:22 PM
Theme background help PokePets Questions and Supports 2 11-04-2011 02:29 PM
How to change the font of siggy.php ? PokePets Questions and Supports 12 09-22-2010 02:34 AM


All times are GMT -5. The time now is 04:09 AM.

Currently Active Users: 9678 (0 members and 9678 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636