-Forum Bilgilendirme Mesajı
Your submission could not be processed because a security token was invalid.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.--
---Eğer vB 3 'te böyle hata alıyorsanız altta ki çözüm sorununuzu çözecektir;--
-FTP > includes > adminfuctions.php 'ye giriyoruz.CTRL+F ile aratıp----
---Altına ----
--- Ekliyoruz.----
Your submission could not be processed because a security token was invalid.
If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.--
---Eğer vB 3 'te böyle hata alıyorsanız altta ki çözüm sorununuzu çözecektir;--
-FTP > includes > adminfuctions.php 'ye giriyoruz.CTRL+F ile aratıp----
Kod:
echo "<input type=\"hidden\" name=\"adminhash\" value=\"" . ADMINHASH . "\" />\n";
Kod:
echo "<input type=\"hidden\" name=\"securitytoken\" value=\"" . $vbulletin->userinfo['securitytoken'] . "\" />\n";
