Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Mys v1.1.x Mods (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=20)
-   -   Anna's Mods :) (http://www.mysidiaadoptables.com/forum/showthread.php?t=1582)

redheadturkey 10-18-2010 07:24 AM

Anna's Mods :)
 
This will be a thread where I share my new mods that I want to make avail for all :)

First is a mod to allow an image ( remotely hosted, you enter a url )for your profile ( I have one with an animated gif, so yes that works ^^ )


AVATAR MOD FOR PROFILE:



in account.php :

find:
PHP Code:

$query "SELECT * FROM ".$prefix."users WHERE username='$loggedinname'";
$result mysql_query($query);
$num mysql_numrows($result);

//Loop out code
$i=0;
while (
$i 1) {

$newmessagenotify=@mysql_result($result,$i,"newmessagenotify"); 
$website=@mysql_result($result,$i,"website");
$aim=@mysql_result($result,$i,"aim");
$yahoo=@mysql_result($result,$i,"yahoo");
$msn=@mysql_result($result,$i,"msn"); 

right at the end add:

PHP Code:

$avatar=@mysql_result($result,$i,"avatar"); 


find:


PHP Code:

</p>
  <
p>MSN Username
    <
input name='msn' type='text' id='msn' value='".$msn."'>
    <
input name='act' type='hidden' id='act' value='changesettings'>
</
p


right after add:

PHP Code:

<p>Avatar
     <
input name='avatar' type='text' id='avatar' value='".$avatar."'>


</
p


In accountpost.php find:

PHP Code:

$website $_POST["website"];
$website secure($website);

$aim $_POST["aim"];
$aim secure($aim);

$yim $_POST["yim"];
$yim secure($yim);

$msn $_POST["msn"];
$msn secure($msn); 

right at the end add:

PHP Code:

$avatar$_POST["avatar"];
$avatarsecure($avatar); 


then lower there:

PHP Code:

$query "UPDATE ".$prefix."users SET yahoo='".$yim."' WHERE username='".$loggedinname."'";
mysql_query($query);

$query "UPDATE ".$prefix."users SET msn='".$msn."' WHERE username='".$loggedinname."'";
mysql_query($query); 

Add at the end:

PHP Code:


$query 
"UPDATE ".$prefix."users SET avatar='".$avatar."' WHERE username='".$loggedinname."'";
mysql_query($query); 


in profile.php find:

PHP Code:

$usersname=@mysql_result($result,$i,"username");
    
$usergroup=@mysql_result($result,$i,"usergroup");
    
$website=@mysql_result($result,$i,"website");
    
$aim=@mysql_result($result,$i,"aim");
    
$yahoo=@mysql_result($result,$i,"yahoo");
    
$premium=@mysql_result($result,$i,"premium");
    
$membersince=@mysql_result($result,$i,"membersince");
    
$uid=@mysql_result($result,$i,"uid"); 

ADD at the end:

PHP Code:

    $avatar=@mysql_result($result,$i,"avatar"); 


Find :

PHP Code:

    $article_title $userdisp."'s Profile:";
    
$article_content "<b><u>".$lang_basic_info."".$usersname.":</u></b><br><br> 

ADD after that:

PHP Code:


        
<img src='".$avatar."' border=0 width='200' height ='200><br>
           <p></p> 


LAST thing!!

in SQL add to adopts_users a new field:

avatar varchar (120) utf8_general_ci NULL



I think that's all --- if not, let me know :) have fun and you can change the size allowed, etc !! I am not sure about how secure this is, so might want to either allow only certain members to do this--- or find a way to make it more secure -- that's something I am not sure how to do -- but you can do a lot with this!

PokePets 10-18-2010 10:04 AM

RE: Anna's Mods :)
 
Can you do this also in your functions.php ?
(more text for stupid limit x3;
-----------------------------------------------------------)

redheadturkey 10-18-2010 11:11 AM

RE: Anna's Mods :)
 
Quote:

Originally Posted by PokePets
Can you do this also in your functions.php ?
(more text for stupid limit x3;
-----------------------------------------------------------)


maybe...? not sure :)

Hall of Famer 10-19-2010 04:44 AM

RE: Anna's Mods :)
 
This one looks really great, thanks for the amazing script Anna. ^^

Also I saw you registered on PokeMansion, and I appreciate that. XD

redheadturkey 10-19-2010 08:40 AM

RE: Anna's Mods :)
 
Quote:

Originally Posted by Hall of Famer
This one looks really great, thanks for the amazing script Anna. ^^

Also I saw you registered on PokeMansion, and I appreciate that. XD

You're very welcome! :)

And yes I intend to play a lot there, as soon as I get Pantheras and the new Kritter Kingdom going---- they are like thisclose, and I am looking to open them today, just had to add a few more pets for us

I'll post banners you can use to link. and Ill be making forums too that we can use to have our members join each others to support one another :)

Thanks for all the wonderful mods guys, they are all very appreciated!!!

Hall of Famer 10-19-2010 10:03 AM

RE: Anna's Mods :)
 
Quote:

Originally Posted by redheadturkey
Quote:

Originally Posted by Hall of Famer
This one looks really great, thanks for the amazing script Anna. ^^

Also I saw you registered on PokeMansion, and I appreciate that. XD

You're very welcome! :)

And yes I intend to play a lot there, as soon as I get Pantheras and the new Kritter Kingdom going---- they are like thisclose, and I am looking to open them today, just had to add a few more pets for us

I'll post banners you can use to link. and Ill be making forums too that we can use to have our members join each others to support one another :)

Thanks for all the wonderful mods guys, they are all very appreciated!!!

Thanks for saying that Anna, I am glad you like it so far. Oh btw you were never on AIM/MSN before? XD

Kaeliah 10-19-2010 07:20 PM

RE: Anna's Mods :)
 
Nice script Anna!! Yay more scripts! XD

We need more active scripters.

redheadturkey 10-20-2010 08:12 PM

RE: Anna's Mods :)
 
thanks!! We really do need more! :)


:D

And Pantheras is OPEN!! See the info on the Show Off section <3

we are halloween 11-04-2010 05:36 AM

RE: Anna's Mods :)
 
Thank you so much ~ this is very nifty and was easy to use!

redheadturkey 11-04-2010 05:45 PM

RE: Anna's Mods :)
 
Quote:

Originally Posted by we are halloween
Thank you so much ~ this is very nifty and was easy to use!

You're very welcome! :) Hope to soon see some more mods here!!


All times are GMT -5. The time now is 01:44 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.