CrackerTracker Professional

Un sistem pre-modat phpBB cu numeroase facilitati fata de pachetul initial phpBB2. Scriptul este un forum phpBB web-safe si SEO Friendly, fiind tocmai potrivit pentru constituirea unei comunitati de lunga durata.
Închis
flowers
AdministratorAdministrator
Mesaje: 4641
Membru din: 03-Iun-2004, 17:50:34
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, România
Contact:

Mesaj de flowers »

octaviansan scrie:Problema cu Import Smilies .
Apare aia cu Ctracker .
N-am detectat decat 'export_pack'. Poate vezi mai multe cu debug.
Avatar utilizator
HeLLioN
Utilizator înregistrat
Mesaje: 227
Membru din: 06-Iul-2006, 13:49:19
Versiune: 3.0.5
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Mediu
Localitate: ITALIA
Contact:

Mesaj de HeLLioN »

l-am bagat :) acuma merge .. desi am observat dupa 5 minute de verificat ca numa helpbox lipsea :|
Un Nimeni Celebru ...
Avatar utilizator
octaviansan
Utilizator înregistrat
Mesaje: 1124
Membru din: 28-Iun-2006, 13:56:23
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, RO
Contact:

Mesaj de octaviansan »

flowers scrie:
octaviansan scrie:Problema cu Import Smilies .
Apare aia cu Ctracker .
N-am detectat decat 'export_pack'. Poate vezi mai multe cu debug.
Am bagat 'export_pack' si tot nu merge .
flowers
AdministratorAdministrator
Mesaje: 4641
Membru din: 03-Iun-2004, 17:50:34
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, România
Contact:

Mesaj de flowers »

Si ce scrie la debug?
Avatar utilizator
octaviansan
Utilizator înregistrat
Mesaje: 1124
Membru din: 28-Iun-2006, 13:56:23
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, RO
Contact:

Mesaj de octaviansan »

Debug ? Ce e ala ?
flowers
AdministratorAdministrator
Mesaje: 4641
Membru din: 03-Iun-2004, 17:50:34
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, România
Contact:

Mesaj de flowers »

octaviansan scrie:Debug ? Ce e ala ?
Citeste primul mesaj din topic si fa ca acolo.
Avatar utilizator
octaviansan
Utilizator înregistrat
Mesaje: 1124
Membru din: 28-Iun-2006, 13:56:23
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, RO
Contact:

Mesaj de octaviansan »

Gata !

Pentru cei care vor sa-si importe un smiley sa adauge 'smile_pak'
flowers
AdministratorAdministrator
Mesaje: 4641
Membru din: 03-Iun-2004, 17:50:34
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, România
Contact:

Mesaj de flowers »

octaviansan scrie:Gata !

Pentru cei care vor sa-si importe un smiley sa adauge 'smile_pak'
Merci, am adaugat si asta in lista.
Marian96
Utilizator înregistrat
Mesaje: 990
Membru din: 26-Dec-2005, 14:01:59
Versiune: 3.0.5
Ext: Da
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucuresti

Re: CrackerTracker Professional

Mesaj de Marian96 »

flowers scrie:Probleme CrackerTracker Professional.
Daca va apar avertismente de genul
CBACK CrackerTracker has detected a potential attack on this site with a worm or exploit script so the Security System stopped the script.


If you can see this page after including a new MOD into your board or after clicking on a link please contact the Board Administrator with this error message and a description what you have done before you could see this page, that the Admin has the possibility to fix the problem.
porniti debugul, daca nu e deja pornit, prin schimbarea in /ctracker/engines/ct_security.php a lui CT_DEBUG_MODE de pe "false" pe "true".

Cod: Selectaţi tot

/*
 * Change the following to define('CT_DEBUG_MODE', true);
 * if you want to activate the debug mode of CrackerTracker
 * but don't forget to deactivate it again as soon as possible
 */
define('CT_DEBUG_MODE', true);
Intrati in ACP->CrackerTracker->Logmanager si apasati pe "VIEW" la "Debug Entries". Aici va apare un cod de genul:

Cod: Selectaţi tot

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Script-Filename: /extra/admin/admin_forums.php
----------------

Request-Method: POST

Matching rule: create 
In variable:   addforum

Possible solution:
------------------

#
#-----[ OPEN ]------------------------------------------
#
/extra/admin/admin_forums.php

#
#-----[ FIND ]------------------------------------------
#
include($phpbb_root_path . 'common.'.$phpEx);

#
#-----[ BEFORE, ADD ]------------------------------------------
#
define('CT_SECLEVEL', 'MEDIUM');
$ct_ignorepvar = array('addforum');

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Asta inseamna ca trebuie sa deschideti /ctracker/engines/ct_security.php si sa adaugati in lista

Cod: Selectaţi tot

// Some fields in $HTTP_POST_VARS don't get checked to prevent wrong detection
$unchecked_post_fields   = array('username', 'submit', 'post', 'password', 'subject', 'message',
								'poll_title', 'poll_option', 'poll_delete',
								'email', 'confirm_code', 'aim', 'msn', 'yim',
								'interests', 'occupation', 'signature', 'website',
								'location', 'search', 'sitename', 'word',
								'replacement', 'help', 'last_msg', 'quote', 'dl',
								'preview', 'post', 'mode', 'content', 'server_name',
								'script_path', 'sitename', 'site_desc', 'disable_reg_msg',
								'disable_msg', 'cookie', 'avatar', 'file', 'picture',
								'filter', 'xs', 'edit', 'content', 'fileupload', 'filecomment',
								'comment', 'rate', 'pic', 'search_author', 'add_poll_option_text');
variabila 'addforum'.
Variabilele adaugate pana acum sunt: 'addcat', 'addcategory', 'addforum', 'addmedal', 'c', 'closeforums', 'export_pack', 'forum_is_link', 'forum_link_icon', 'forum_weblink', 'forumdesc', 'forumicon', 'forumorder', 'forumstatus', 'forumthank', 'helpbox', 'message', 'new', 'openforums', 'prune_freq', 'post_icon', 'prune_days', 'prune_enable', 'smile_pak', 'submit', 'submitavatar', 'topicdesc'.
da la ce ajuta acest ctracker?
flowers
AdministratorAdministrator
Mesaje: 4641
Membru din: 03-Iun-2004, 17:50:34
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, România
Contact:

Mesaj de flowers »

Cu el instalat sunt slabe sanse sa ai forumul spart. Iti reduce si traficul consumat la jumate, pt ca da reject la majoritatea executiilor de cod hacking spre siteul tau.
Închis

Înapoi la “phpBB Extra”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 7 vizitatori