• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

dgtupltn95

New Member
Mod này hình như có bạn share rồi nhưng phải tác động tới languages phức tạp, ở đây mình sẽ hd đơn giản.
Wap mình dùng mod tiền là balans, năng lượng là power, và chữ lí là chuki, nếu wap bạn khác thì sửa lại cho đúng nhé
File cần tác động users/includes/profile/edit.php
mở file tìm
PHP:
$user['status'] = isset($_POST['status']) ? functions::check(mb_substr($_POST['status'], 0, 50)) : '';
thêm vào bên dưới
PHP:
$user['balans'] = isset($_POST['balans']) ? functions::check(mb_substr($_POST['balans'], 0, 500)) : '';
$user['power'] = isset($_POST['power']) ? functions::check(mb_substr($_POST['power'], 0, 50)) : '';
$user['chuki'] = isset($_POST['chuki']) ? functions::check(mb_substr($_POST['chuki'], 0, 50)) : '';
tìm tiếp
PHP:
`status` = '" . $user['status'] . "',
thêm vào dưới
PHP:
`balans` = '" . $user['balans'] . "',
`power` = '" . $user['power'] . "',
`chuki` = '" . $user['chuki'] . "',
tìm tiếp
PHP:
$lng['status'] . ': (' . $lng_profile['status_lenght'] . ')<br /><input type="text" value="' . $user['status'] . '" name="status" /><br />';
Xóa cái '; của đoạn vừa tìm trên rồi thêm vào sau nó
PHP:
Tiền $:<br /><input type="text" value="' . $user['balans'] . '" name="balans" /><br />
Power:<br /><input type="text" value="' . $user['power'] . '" name="power" /><br />
Chữ kí:<br /><input type="text" value="' . $user['chuki'] . '" name="chuki" /><br />';
Save và test :D
 

Facebook Comments

New posts New threads New resources

Back
Top