[MU] có ai biết fix tẩy điểm quá 32k forestweb
Hello & Welcome to our community. Is this your first visit? Đăng Ký
Follow us on
Follow us on Facebook Follow us on Twitter Linked In Flickr Watch us on YouTube My Space Blogger
 
Kết quả 1 đến 6 của 6
  1. #1
    Thành Viên
    Ngày tham gia
    Jul 2010
    Đang ở
    mufn.us
    Bài viết
    342
    Thanks
    450
    Thanked 36 Times in 21 Posts

    Icon7 có ai biết fix tẩy điểm quá 32k forestweb

    có ai biết fix tẩy điểm quá 32k forestweb ko
    web forestweb mình đang dùng nhân vật tăng quá 32k ko tẩy đc điểm
    Khách viếng thăm hãy cùng mrgacon xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  2. #2
    Thành Viên
    Ngày tham gia
    Apr 2010
    Bài viết
    44
    Thanks
    5
    Thanked 6 Times in 6 Posts

    Ðề: có ai biết fix tẩy điểm quá 32k forestweb

    Trích dẫn Gửi bởi mrgacon [Only registered and activated users can see links. ]
    có ai biết fix tẩy điểm quá 32k forestweb ko
    web forestweb mình đang dùng nhân vật tăng quá 32k ko tẩy đc điểm
    chưa dùng web này bao giờ bạn có thể show đoạn code đó minh xem và fix cho
    Khách viếng thăm hãy cùng libikay xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  3. Các thành viên gởi lời cảm ơn đến libikay vì bài viết này !

    mrgacon (09-08-13)

  4. #3
    Thành Viên
    Ngày tham gia
    Jul 2010
    Đang ở
    mufn.us
    Bài viết
    342
    Thanks
    450
    Thanked 36 Times in 21 Posts

    Ðề: có ai biết fix tẩy điểm quá 32k forestweb

    file đặt ở Hosting

    mục: Quản Lý

    file do_point.php
    //=========================
    <?
    session_start();
    include("check_login.php");

    include("config.php");

    $accountid = $_SESSION['user'];
    $passwordid = $_SESSION['pass'];
    include("do_shownv.php");
    $pagehost = @file_get_contents("".$url."/cpanel/do_point.php?user=$accountid&pass=$passwordid");
    $row=explode("||",$pagehost);

    echo"
    <p style='font-family: Verdana; text-align: left; font-size: 13pt;color: #ffffff;margin-top: 0;margin-bottom: 0;'><strong>Khôi phục điểm cộng</strong></p>
    <hr width=100%>
    <div align='left' class='dkrs1'><ul><b>
    <li><font color=#cccccc>Sử dụng <font color=yellow><b>Vpoint</font> lấy lại điểm bạn sẽ mất <font color=yellow>$row[0] Vpoint </font>trong tài khoản</font> <font color=red><br>
    <li><font color=#cccccc>Sử dụng <font color=yellow><b>Zen</font> lấy lại điểm bạn sẽ mất <font color=yellow>$row[2] Zen </font>trong ngân hàng </font><font color=red><br>
    </ul></b></div>
    <br>";

    ?>
    <form action='do_point_step2.php' method='post' name='point' id='point' target='ok'>
    <table width='360' border='0' align='center' cellpadding='0' cellspacing='0'>
    <tr>
    <td>
    <fieldset><legend class='dkrs1'><font color=#366696><b>Khôi phục điểm cộng</legend>

    <table width='250' border='0' align='center' cellpadding='0' cellspacing='5'>
    <tr class="dkrs1">
    <td align="center"><font color=#cccccc><b>Lựa chọn nhân vật</td>
    <td><select name='character' id='character'><?echo"$shownv";?></select></td>
    </tr>
    <tr class="dkrs1" align="center">
    <td colspan="2"><INPUT TYPE='radio' NAME='type_curren' id='type_curren' VALUE='0'><font color=yellow><b> Zen <INPUT TYPE='radio' NAME='type_curren' id='type_curren' VALUE='1'> <font color=yellow><b>Vpoint</td>
    </tr>
    <tr>
    <td colspan="2" align="center"><input type='submit' name='Submit' value='Lấy điểm'></td>
    </tr>
    </table>
    </fieldset>
    </td></tr></table>
    </form>

    //============================

    file do_point_step2.php

    //============================
    <?
    session_start();
    include("check_login.php");

    include("config.php");

    $accountid = $_SESSION['user'];
    $passwordid = $_SESSION['pass'];

    $character = $_POST['character'];
    $type_curren = $_POST['type_curren'];

    $pagehost = @file_get_contents("".$url."/cpanel/do_point_step2.php?user=$accountid&pass=$passwordi d&character=$character&type_curren=$type_curren" );

    echo"$pagehost";

    ?>

    //===================================


    file đặt ở Server

    file do_point.php

    //====================================

    <?
    include("config.php");
    echo"$muweb[vndxoa]||$muweb[lzenxoa]||$muweb[zenxoa]";
    ?>

    //===================================

    file do_point_step2.php


    <?
    session_start();
    //require("antiddos.php");
    include_once('sql_check.php');
    check_inject();
    require_once "sql_inject.php";
    $bDestroy_session = TRUE;
    $url_redirect = 'index.php';
    $sqlinject = new sql_inject('./log_file_sql.log',$bDestroy_session,$url_redirect) ;
    include("includes/web_modules.php");
    include("includes/clean_var.php");
    $user=$_GET['user'];
    $pass=$_GET['pass'];
    $_SESSION['user'] = $user;
    $_SESSION['pass'] = $pass;
    ?>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <?
    include("config.php");
    if($muweb['xoadiem'] == 0)
    {echo "<script>alert('Server không bật chức năng này! ');</script>";exit();}
    $character = $_GET['character'];
    $type_curren = $_GET['type_curren'];

    if($character == "" OR $type_curren == ""){echo "<script>alert('Bạn phải điền đầy đủ thông tin!');</script>";exit();}
    $info = character_check($character,$_SESSION['user'],$_SESSION['pass']);
    check_dupe($info[character]);
    $query = $db->Execute("SELECT Name,LevelUpPoint,Strength,Dexterity,Vitality,Ener gy,Class FROM Character WHERE Name='$info[character]' and AccountID='$info[login]'");
    $row = $query->fetchrow();

    $total_point=$row[1]+$row[2]+$row[3]+$row[4]+$row[5];

    if ($muweb['xoadiem'] == 1)
    {
    if ($muweb['vip'] == 1)
    {
    $db->Execute("UPDATE Character SET [LevelUpPoint]=?,[Strength]='0',[Dexterity]='0',[Vitality]='0',[Energy]='0' WHERE Name=? and AccountID=?",array($total_point,$info[character],$info[login]));
    $db->Execute("BACKUP DATABASE [MuOnline] TO DISK = N'D:\MuServer\DBBAK\MuOnline.bak' WITH INIT , NOUNLOAD , NAME = N'MuOnline backup', NOSKIP , STATS = 10, NOFORMAT");
    $logfile = 'logs/clearpoiny.php';
    $ip = $_SERVER['REMOTE_ADDR'];
    $date = date('Y-m-d H:i');
    $data = "Nhan vat $info[character] da xoa diem bang loai tien $type_curren luc $date By ip:$ip \n";
    $fp = fopen($logfile, 'a');
    fputs($fp, $data);
    fclose($fp);
    echo "<script>alert('Xóa điểm thành công. Điểm dư $total_point.');</script>";exit();

    }
    elseif ($muweb['vip'] != 1)
    {

    if ($type_curren == "0")
    {
    if ($muweb['bank_zen'] < $muweb['zenxoa'])
    {echo "<script>alert('Ngân hàng không đủ Zen (Yêu cầu tối thiểu $muweb[zenxoa] Zen).');</script>";exit();}
    elseif ($total_point < $muweb['pointxoa'])
    {echo "<script>alert('$info[character] không đủ $muweb[pointxoa] điểm.;</script>";}
    else if ($type_curren!="1" AND $type_curren!="0" AND $type_curren!="2")
    {echo "<script>alert('Bạn phải chọn loại tiền.');</script>";exit();}
    else {
    $money = $muweb['bank_zen'] - $muweb['zenxoa'];
    $db->Execute("UPDATE Character SET [LevelUpPoint]=?,[Strength]='0',[Dexterity]='0',[Vitality]='0',[Energy]='0' WHERE Name=? and AccountID=?",array($total_point,$info[character],$info[login]));
    $db->Execute("UPDATE MEMB_INFO SET [bank]=? WHERE memb___id=?",array($money,$info[login]));
    $db->Execute("BACKUP DATABASE [MuOnline] TO DISK = N'D:\MuServer\DBBAK\MuOnline.bak' WITH INIT , NOUNLOAD , NAME = N'MuOnline backup', NOSKIP , STATS = 10, NOFORMAT");
    $logfile = 'logs/clearpoiny.php';
    $ip = $_SERVER['REMOTE_ADDR'];
    $date = date('Y-m-d H:i');
    $data = "Nhan vat $info[character] da xoa diem bang loai tien $type_curren luc $date By ip:$ip \n";
    $fp = fopen($logfile, 'a');
    fputs($fp, $data);
    fclose($fp);
    echo "<script>alert('Xóa điểm thành công. Điểm dư $total_point.');</script>";exit();

    }
    }
    elseif ($type_curren == "1")
    {
    if ($muweb['member_vnd'] < $muweb['vndxoa'])
    {echo "<script>alert('Tài khoản của bạn không đủ VND (Yêu cầu tối thiểu $muweb[vndxoa] VND).');</script>";}
    elseif ($total_point < $muweb['pointxoa'])
    {echo "<script>alert('$info[character] không đủ $muweb[pointxoa] điểm.');</script>";}
    else if ($type_curren!="1" AND $type_curren!="0" AND $type_curren!="2")
    {echo "<script>alert('Bạn phải chọn loại tiền.');</script>";}
    else {
    $money_change = $muweb['member_vnd'] - $muweb['vndxoa'];
    $db->Execute("UPDATE Character SET [LevelUpPoint]=?,[Strength]='0',[Dexterity]='0',[Vitality]='0',[Energy]='0' WHERE Name=? and AccountID=?",array($total_point,$info[character],$info[login]));
    $db->Execute("UPDATE MEMB_INFO SET [money_vnd]='$money_change' WHERE memb___id='$info[login]'");
    $db->Execute("BACKUP DATABASE [MuOnline] TO DISK = N'D:\MuServer\DBBAK\MuOnline.bak' WITH INIT , NOUNLOAD , NAME = N'MuOnline backup', NOSKIP , STATS = 10, NOFORMAT");
    $logfile = 'logs/clearpoiny.php';
    $ip = $_SERVER['REMOTE_ADDR'];
    $date = date('Y-m-d H:i');
    $data = "Nhan vat $info[character] da xoa diem bang loai tien $type_curren luc $date By ip:$ip \n";
    $fp = fopen($logfile, 'a');
    fputs($fp, $data);
    fclose($fp);
    echo "<script>alert('Xóa điểm thành công. Điểm dư $total_point.');</script>";exit();

    }
    }
    elseif ($type_curren == "2")
    {
    if ($muweb['lzen'] < $muweb['lzenxoa'])
    {echo "<script>alert('Không đủ L-Zen (Yêu cầu tối thiểu $muweb[lzenxoa] L-Zen trong ngân hàng).');</script>";exit();}
    elseif ($total_point < $muweb['pointxoa'])
    {echo "<script>alert('$info[character] không đủ $muweb[pointxoa] điểm.');</script>";exit();}
    else if ($type_curren!="1" AND $type_curren!="0" AND $type_curren!="2")
    {echo "<script>alert('Bạn phải chọn loại tiền.');</script>";exit();}
    else {
    $money_change = $muweb['lzen'] - $muweb['lzenxoa'];
    $db->Execute("UPDATE Character SET [LevelUpPoint]=?,[Strength]='0',[Dexterity]='0',[Vitality]='0',[Energy]='0' WHERE Name=? and AccountID=?",array($total_point,$info[character],$info[login]));
    $db->Execute("UPDATE MEMB_INFO SET [lzen]='$money_change' WHERE memb___id='$info[login]'");
    $db->Execute("BACKUP DATABASE [MuOnline] TO DISK = N'D:\MuServer\DBBAK\MuOnline.bak' WITH INIT , NOUNLOAD , NAME = N'MuOnline backup', NOSKIP , STATS = 10, NOFORMAT");
    $logfile = 'logs/clearpoiny.php';
    $ip = $_SERVER['REMOTE_ADDR'];
    $date = date('Y-m-d H:i');
    $data = "Nhan vat $info[character] da xoa diem bang loai tien $type_curren luc $date By ip:$ip \n";
    $fp = fopen($logfile, 'a');
    fputs($fp, $data);
    fclose($fp);
    echo "<script>alert('Xóa điểm thành công. Điểm dư $total_point.');</script>";exit();

    }
    }
    }
    }
    else
    {
    echo "<script>alert('Server không bật chức năng này.');</script>";exit();
    }

    ?>

    //===================================
    Lần sửa cuối bởi mrgacon, ngày 09-08-13 lúc 05:08 PM.
    Khách viếng thăm hãy cùng mrgacon xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  5. #4
    Thành Viên
    Ngày tham gia
    Jul 2010
    Đang ở
    mufn.us
    Bài viết
    342
    Thanks
    450
    Thanked 36 Times in 21 Posts

    Ðề: có ai biết fix tẩy điểm quá 32k forestweb

    nói chung web tôi đây
    [Only registered and activated users can see links. ]
    Lần sửa cuối bởi mrgacon, ngày 09-08-13 lúc 05:27 PM.
    Khách viếng thăm hãy cùng mrgacon xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  6. #5
    Thành Viên
    Ngày tham gia
    Jul 2010
    Đang ở
    mufn.us
    Bài viết
    342
    Thanks
    450
    Thanked 36 Times in 21 Posts

    Ðề: có ai biết fix tẩy điểm quá 32k forestweb

    up ai pro forestweb giup ho cai
    Khách viếng thăm hãy cùng mrgacon xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  7. #6
    Thành Viên
    Ngày tham gia
    Jul 2010
    Đang ở
    mufn.us
    Bài viết
    342
    Thanks
    450
    Thanked 36 Times in 21 Posts

    Ðề: có ai biết fix tẩy điểm quá 32k forestweb

    mr.hau hoặc hoangtu_eck94 pro xuất hiện đi
    Khách viếng thăm hãy cùng mrgacon xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

 

 

Các Chủ đề tương tự

  1. Ai sử dụng Web ForestWeb cho mình hỏi tý!!!
    Bởi 0932061051 trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 3
    Bài viết cuối: 03-03-16, 06:58 PM
  2. Hướng dẫn tạo bảng xếp hạng ngày tháng cho ForestWeb
    Bởi nhactre8x trong diễn đàn SQL Server & Website
    Trả lời: 17
    Bài viết cuối: 29-04-11, 01:18 PM
  3. Giúp đỡ về ForestWeb..........:D
    Bởi babykute trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 1
    Bài viết cuối: 13-01-11, 06:43 PM
  4. hỏi về ForestWeb
    Bởi batrungpro trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 0
    Bài viết cuối: 02-01-11, 09:34 PM
  5. help ForestWeb 7.5
    Bởi codohue trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 8
    Bài viết cuối: 29-08-10, 01:35 PM

Quyền viết bài

  • Bạn Không thể gửi Chủ đề mới
  • Bạn Không thể Gửi trả lời
  • Bạn Không thể Gửi file đính kèm
  • Bạn Không thể Sửa bài viết của mình
  •  
Múi giờ GMT +7. Bây giờ là 10:34 AM.
vBulletin®, Copyright ©2000-2011, Jelsoft Enterprises Ltd.
CLBGamesVN không chịu trách nhiệm về Luật Bản Quyền của các tài liệu, bài viết v.v...được đăng tải trên diễn đàn này.
Diễn đàn phát triển dưới sự đóng góp của tất cả thành viên. BQT chỉ là những người thành lập ra sân chơi, quản lý và duy trì về mặt kỹ thuật, nội dung khi hợp lệ.