Forum > Miscellaneous

[QUESTION] Account Messaging

<< < (2/2)

Norimar:
Nice job :) Will test it, if it works korrekt on my server

Steff:
Always try to make all the filter stuff inside the MySQL server. Much Faster and less data needed back.


--- Code: ---SELECT heading FROM account_messages WHERE account = '".$account."' AND hash = '".$hash."' AND read = '0'
--- End code ---

And to avoid css as long u use not SQLi and prepared statements.


--- Code: ---$account = mysql_real_escape_string($account);
$hash      = mysql_real_escape_string($hash);
--- End code ---

schlumpf:
Please add the call tree and registers from the crash log.

stoneharry:

--- Quote from: "schlumpf" ---Please add the call tree and registers from the crash log.
--- End quote ---

Test 1:


--- Code: ---World of WarCraft (build 12340)

The instruction at "0x00814CE4" referenced memory at "0x0D0760A4".
The memory could not be "read".

EAX=0CBE2CE8  EBX=00000001  ECX=0D0760A4  EDX=0008E3C8  ESI=0D0760A4
EDI=7CCCFC85  EBP=001FFE58  ESP=001FFE48  EIP=00814CE4  FLG=00210202
CS =0023      DS =002B      ES =002B      SS =002B      FS =0053      GS =002B

--- Thread ID: 2904 [Current Thread] ---
00814CE4 001FFE58 0001:00413CE4 C:WoW 3.3.5wow.exe
00550B27 001FFEA0 0001:0014FB27 C:WoW 3.3.5wow.exe
0040D17D 001FFEEC 0001:0000C17D C:WoW 3.3.5wow.exe
0040D15D 001FFF88 0001:0000C15D C:WoW 3.3.5wow.exe
7637339A 001FFF94 0001:0000339A C:Windowssyswow64kernel32.dll
77579EF2 001FFFD4 0001:00029EF2 C:WindowsSysWOW64ntdll.dll
77579EC5 001FFFEC 0001:00029EC5 C:WindowsSysWOW64ntdll.dll
--- End code ---

Test 2:


--- Code: ---World of WarCraft (build 12340)

The instruction at "0x00814CE4" referenced memory at "0x0CCC37FC".
The memory could not be "read".

EAX=0C782CD8  EBX=00000001  ECX=0CCC37FC  EDX=0008E3C8  ESI=0CCC37FC
EDI=73F0EA14  EBP=001FFE58  ESP=001FFE48  EIP=00814CE4  FLG=00210206
CS =0023      DS =002B      ES =002B      SS =002B      FS =0053      GS =002B

--- Thread ID: 4652 [Current Thread] ---
00814CE4 001FFE58 0001:00413CE4 C:WoW 3.3.5wow.exe
00550B27 001FFEA0 0001:0014FB27 C:WoW 3.3.5wow.exe
0040D17D 001FFEEC 0001:0000C17D C:WoW 3.3.5wow.exe
0040D15D 001FFF88 0001:0000C15D C:WoW 3.3.5wow.exe
7637339A 001FFF94 0001:0000339A C:Windowssyswow64kernel32.dll
77579EF2 001FFFD4 0001:00029EF2 C:WindowsSysWOW64ntdll.dll
77579EC5 001FFFEC 0001:00029EC5 C:WindowsSysWOW64ntdll.dll

--- End code ---

schlumpf:
I removed all the useless information.

Navigation

[0] Message Index

[*] Previous page

Go to full version