Bu yazıda da Komik Yazılar modülünde üyeye yazı yollama karşılığı puan kazandırmayı göreceksiniz. Değişiklikler için devam edelim.
modules/komik/index.php
dosyasını açınız…
[php]#———-[ BUL ]——————————————————
function send_eklenti($date, $title, $text, $sender, $kategorisid, $email, $score, $hits, $id) {
global $admin, $EditedMessage, $prefix, $dbi, $module_name, $anonkomik;
#———-[ DEĞİŞTİR ]——————————————————
function send_eklenti($date, $title, $text, $sender, $kategorisid, $email, $score, $hits, $id) {
global $admin, $EditedMessage, $prefix, $dbi, $module_name, $anonkomik, $user, $cookie;
#———-[ BUL ]——————————————————
echo “!
“;
#———-[ ALTINA EKLE ]———————————————-
cookiedecode($user);
$sender = $cookie[1];[/php]
admin/modules/eklenti.php
dosyasını açınız.. Aşağıdaki kodlardaki 10 değeri kullanıcıya yazı eklemesi sonucunda verilecek puandır.
[php]#———-[ BUL ]——————————————————
function add_eklenti($id, $date, $title, $text, $sender, $kategorisid, $email, $score) {
global $prefix, $dbi;
#———-[ DEĞİŞTİR ]——————————————————
function add_eklenti($id, $date, $title, $text, $sender, $kategorisid, $email, $score) {
global $prefix, $dbi,$user_prefix;
#———-[ BUL ]——————————————————
sql_query(“delete from ${prefix}_komik_add WHERE id = $id”, $dbi);
#———-[ ALTINA EKLE ]———————————————-
if ($sender) { sql_query(“UPDATE “.$user_prefix.”_users SET points=(points+10) WHERE username=’$sender'”,$dbi); }[/php]