Release [Manage]FIX Hotel Alert HK[FIX][HK]

Patatoneff

Utente Mitico
Autore del topic
7 Ottobre 2010
9.269
89
Miglior risposta
0
Ciao Utenti oggi vi vò un FIX fatto da me, sapete che nel Housekeeping c'è il comando :ha ma non funziona? No allora aggiungete questo FIX nella pagina: xampp>htdocs>manage o Housekeepin>page>Ha, tagliate quello che c'è dentro e incollate questo:
<?php

if (!defined('IN_HK') || !IN_HK)
{
exit;
}

if (!HK_LOGGED_IN || !$users->hasFuse(USER_ID, 'fuse_admin'))
{
exit;
}

if (isset($_POST['hatext']))
{
fMessage('ok', 'Message sent:<br />"' . clean($_POST['hatext']) . '"');
$lol = clean($_POST['hatext']);
$hmsg = "
".derpC($_POST['hatext'] . "
- " . USER_NAME);
$core->Mus('ha', $hmsg);
dbquery("INSERT INTO `cms_alerts` (alert, author) VALUES ('". $lol ."', '". USER_NAME ."')");
}

require_once "top.php";

?>

<h1>Hotel Alert</h1>

<br />

<p>
Please use this setting with care! <i>DO NOT SPAM!</i> <b>This system is logged.</b>
</p>

<br />

<p>
<?php if (isset($_POST['hatext'])) { ?>
<h1 style="padding: 15px;">Message Sent <span style="border: 2px dotted gray; padding: 10px; margin: 5px; font-size: 70%; font-weight: normal;"><?php echo clean($_POST['hatext']); ?></span><input type="button" value="Send new message?" onclick="document.location = 'index.php?_cmd=ha';"></h1>
<?php } else { ?>
<form method="post">

<textarea name="hatext" cols="70" rows="10"></textarea>
<input type="submit" value="Send">

</form>
</p>
<?php
}

require_once "bottom.php";

?>
Fine, ciao a tutti. Fonte: mia.
 
Riferimento: [Manage]FIX Hotel Alert HK[FIX][HK]

Grazie, ottimo, e utile. :emoji_smiley:
Grande. :emoji_smiley:
 
Riferimento: [Manage]FIX Hotel Alert HK[FIX][HK]

appena reistallo xamp lo provo
 
Riferimento: [Manage]FIX Hotel Alert HK[FIX][HK]

A me quello di Uber funziona benissimo.
Comunque buono :emoji_slight_smile: