Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Alma

Pages: [1]
1
Bugs / Re: An Error Has Occurred! Hacking attempt...
« on: July 19, 2008, 06:49:30 am »
 :'( :'(

Please help me!

2
Bugs / Re: An Error Has Occurred! Hacking attempt...
« on: May 01, 2008, 06:40:16 am »
Please help me! I'm desperate :'(

3
Bugs / Re: An Error Has Occurred! Hacking attempt...
« on: April 24, 2008, 09:06:54 am »
Hello the first thing thank you for all the work that haceis here.
I have also this mistake and do not know like solve it, the mistake goes out when I give him to send money to, in my log of mistakes of the forum the mistake that goes out is this:
Code: [Select]
Hacking attempt...

INSERT INTO smf_personal_messages
(ID_MEMBER_FROM, deletedBySender, fromName, msgtime, subject, body)
VALUES (1, 1, SUBSTRING('Alma', 1, 255), 1208990790, SUBSTRING('3 D€SIGN'S enviado hacia ti por Alma', 1, 255), SUBSTRING('Alma te ha enviado 3 D€SIGN'S. Si han enviado un mensaje explicando por que, estara abajo:\r\n\r\n Por que tu lo vales\r\n Ten un buen dia,\r\n --Administracion del foro', 1, 65534))
Archivo: /forum/Sources/Subs-Post.php
Línea: 806
The file Subs-Post.php:
Code: [Select]
// Insert the message itself and then grab the last insert id.
db_query("
INSERT INTO {$db_prefix}personal_messages
(ID_MEMBER_FROM, deletedBySender, fromName, msgtime, subject, body)
VALUES ($from[id], " . ($store_outbox ? '0' : '1') . ", SUBSTRING('$from[username]', 1, 255), " . time() . ", SUBSTRING('$htmlsubject', 1, 255), SUBSTRING('$htmlmessage', 1, 65534))", __FILE__, __LINE__);
$ID_PM = db_insert_id();
And the message of confirmation is not sent, though yes the money is added.
Thank you very much for everything.

Forgive my English, I am using a translator online.

Pages: [1]