- เครดิต
- 7
- เพื่อน
- ทักทาย
- บล็อก
- อัลบั้ม
- โพสต์
- กระทู้
- แชร์
- สำคัญ
- สิทธิ์อ่าน
- 10
- จำนวนผู้ติดตาม
- จำนวนผู้กำลังติดตาม
- เพศ
- ไม่บอก
|
แก้ไขครั้งสุดท้ายโดย tonlnw0123 เมื่อ 2011-2-10 17:47
แก้ไขครั้งสุดท้ายโดย tonlnw0123 เมื่อ 2011-2-10 17:22
คือ ผมจะเขียนphpให้ลด ค่าเครดิตในบอรด์
อันเป็นตัวที่ผมเขียนไว้แต่ใช่ไม่ได้ ช่วยดูให้หน่อยครับ- <?php
- require './source/class/class_core.php';
- $discuz = & discuz_core::instance();
- $discuz->cachelist = $cachelist;
- $discuz->init();
- if(!$_G['uid']) {
- showmessage('not_loggedin', NULL, array(), array('login' => 1));
- }
- $pid=$_GET['pid'];
- if (!$pid){
- showmessage('คุณไม่ได้ซื้อ');
- }else{
- if ($pid="1"){
- $money=$_G[member][extcredits2];
- if ($money="0"){
- showmessage ('คุณไม่มีเงินง');
- }else{
- $money=$_G[member][extcredits2];
- $raka="200";
- $bill=$money-$raka;
- if ($bill>="0"){
- $test='คุณได้ซื้อแมวแล้ว';
- echo "$bill";
- $money=$_G[member][extcredits2];
- $uid=$_G['uid'];
- $host="localhost";
- $user="sabayjai_tonlnw";
- $pass="";
- $db="sabayjai_discuz";
- $sql="update pre_common_member_count set extcredits2='$bill' where uid='($_G[uid])'";
- $money=$_G[member][extcredits2];
- if ($sql){
- echo$money;
- }else{
-
- }
-
-
- }else{
- showmessage('คุณมีเงินไม่พอ',NULL);
- }
- }
- }
- }
- ?>
คัดลอกไปที่คลิปบอร์ด |
|
|
|
|
|
|