vBulletin'den sonradan atanan herhangi bir Admin'e SQL sorgusu calıştırma yetkisi vermek icin FTP'ye girin ve config.php dosyasını acın. Yetki atamak istediğiniz yoneticinin ID'sini oğrenin.

Ardından dosyadaki şu satırı bulun:

Kod:Panoya kopyala
// ****** USERS WITH QUERY RUNNING PERMISSIONS ****** // The users specified here will be allowed to run queries from the control panel. // See the above entries for more information on the format. // Please note that the ability to run queries is quite powerful. You may wish // to remove all user IDs from this list for security reasons. $config['SpecialUsers']['canrunqueries'] = '';

Sorgu izni vermek istediğiniz yoneticinin ID'sini tırnak işaretlerinin arasına girin. Orneğin:

Kod:Panoya kopyala
$config['SpecialUsers']['canrunqueries'] = '126';


Dosyayı kaydedip sunucuya gonderin.