Pagina 1 din 1

warning mod ..

Scris: 21-Oct-2007, 16:48:06
de Poseidon
Salut !

Cum pot la Warning & Ban Mod System, cand cineva ia ban, sa se vada sus deasupra rankului: Currently banned ? ms mult ...

Scris: 21-Oct-2007, 17:21:17
de thecrewstyle
-- DESCHIDE --
viewtopic.php

-- CAUTA --
'WARNINGS' => ($user_warnings && $userdata['user_level'] != USER && $user_warnings != MAGIC_NUMBER_BANNED) ? $lang['warnmod_vtitle'] . ': ' . $user_warnings . '<br>' : '',

-- INLOCUIESTE CU --
'WARNINGS' => ($user_warnings && $user_warnings != MAGIC_NUMBER_BANNED) ? $lang['warnmod_vtitle'] . ': ' . $user_warnings . '<br>' : '',

-- DESCHIDE --
includes/usercp_viewprofile.php

-- CAUTA --
if($profiledata['user_warnings'] && $userdata['user_level'] != USER && $profiledata['user_warnings'] != MAGIC_NUMBER_BANNED)

-- INLOCUIESTE CU --
if($profiledata['user_warnings'] && $profiledata['user_warnings'] != MAGIC_NUMBER_BANNED)

-- SALVEAZA SI INCHIDE TOATE FISIERELE --

Scris: 21-Oct-2007, 17:58:06
de bluestar
Sau ai putea pur si simplu din configurare generala:

WarnMOD Banned Rank
When somebody is banned using the WarnMOD system they will automaticly be given the rank id you specify

:lol:

Scris: 21-Oct-2007, 20:31:41
de thecrewstyle
bluestar scrie:Sau ai putea pur si simplu din configurare generala:

WarnMOD Banned Rank
When somebody is banned using the WarnMOD system they will automaticly be given the rank id you specify

:lol:
Da. Dar asa , warningurile vor fi vizibile doar administratorului si moderatorilor.

Scris: 21-Oct-2007, 20:51:36
de Poseidon
multumesc frumos :D ! merge ....

Dar, cum pot sterge COMPLET o baza de date, si s-o reinstalez iar, host pe 3x.ro sau velhost . Multumesc anticipat!

Scris: 21-Oct-2007, 23:12:38
de thecrewstyle
Intrii in Phpmyadmin si stergi toate tabelele sau instalezi modul Uninstall phpBB si iti sterge automat toate tabelele.
Bafta :)

Scris: 22-Oct-2007, 21:13:36
de Poseidon
Deci, am sters toate tabelele, si am importat fisierul de backup, din phpmyadmin a-l altui forum de al meu, cand dau import files, si dau executa, imi da eroarea:

Cod: Selectaţi tot

#1044 - Access denied for user 'csmedia'@'localhost' to database 'cmedia'
Si daca schimb din, csmedia in csmania, tot asa imi da, defapt imi da:

Database csmedia already exists, deci, cum pot sterge baza de date CSMEDIA?

Multumesc~ :D