#1
|
|||
|
|||
A modification
First, sorry for my bad english....
In this moment when i vote one adoptable i get money. The modification that i want do is, when someone vote my adoptable I get the money. I only know a little PHP if someone can show me how do it... Thank you so much. |
#2
|
|||
|
|||
Please.. Nobody can help me
|
#3
|
||||
|
||||
So instead of members receiving money when they level up an adopt you want the person who's adopt is clicked to get the money? Or both?
|
#4
|
||||
|
||||
Umm this should be quite simple php programming. What I'd do is to edit the levelup.php file and find the line where money is added to users. If I recall, the user is specified to be $loggedinname, which corresponds to the one who click on adoptables. All that needs to b done is to change this variable to the actual owner of the pet getting clicks. Lemme know if this is helpful or not, if you really ain't comfortable with php I can show you a sample Php code on how to make such modification.
__________________
Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site. |
#5
|
|||
|
|||
Quote:
Quote:
Code:
if($owned_adoptable['isfrozen'] == "no"){ $reward = clickreward(grabanysetting('rewardmoney'), $GLOBALS['username'], $GLOBALS['money']); $newamount = $GLOBALS['money'] + $reward; runquery("UPDATE {$GLOBALS['prefix']}users SET `money` = '{$newamount}' WHERE `username` = '{$loggedinname}'"); $article_content = $article_content . "<div align='center'><br />You have earned {$reward} ".grabanysetting('cost')." for leveling up this adoptable. <br />You now have {$newamount} ".grabanysetting('cost')."</div>"; Last edited by jcga1992; 11-07-2011 at 06:23 AM. |
#6
|
||||
|
||||
Well I would do the following changes:
PHP Code:
__________________
Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site. |
#7
|
|||
|
|||
WOW it work perfectly!!! Thank you!!!
|
#8
|
||||
|
||||
You are very welcome, glad it works for you.
__________________
Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Modification Dictionary | AlexC | Mys v1.2.x Mods | 2 | 07-05-2011 10:44 AM |
Modification Directory | Kaeliah | Mys v1.1.x Mods | 14 | 02-28-2011 06:14 PM |
Custom Profile Modification | Bloodrun | Mys v1.1.x Mods | 50 | 01-22-2011 10:17 PM |
A quick Profile Add-on Modification | Bloodrun | Addons/Mods Graveyard | 18 | 06-07-2009 11:15 PM |
Modification Out-Dated New one will be added. | Bloodrun | Addons/Mods Graveyard | 19 | 05-23-2009 02:52 AM |
What's New? |
What's Hot? |
What's Popular? |