Raised This Month: $ Target: $400
 0% 

Spam Features [Anti-Spam + Custom Name Tags]


Post New Thread Reply   
 
Thread Tools Display Modes
Kidev
Veteran Member
Join Date: Jun 2010
Location: France
Old 12-17-2011 , 16:55   Re: Spam Features [Anti-Spam + Custom Name Tags]
Reply With Quote #11

For me (maybe i'm wrong):

=== Source ===

PHP Code:
#define PLUGIN "Plugin"
#define VERSION "1.0"
#define AUTHOR "Le me"
register_pluginPLUGINVERSIONAUTHOR ); 
=== Preprocessor === (just replace, no memory use)

PHP Code:
register_plugin"Plugin""1.0""Le me"); 
=== Compiler ===
__________________

Last edited by Kidev; 12-17-2011 at 17:05.
Kidev is offline
micapat
Veteran Member
Join Date: Feb 2010
Location: Nyuu, nyuu (France).
Old 12-17-2011 , 18:19   Re: Spam Features [Anti-Spam + Custom Name Tags]
Reply With Quote #12

No it's right, but look now in asm and you will have the truth.

Where do you think that "Plugin", "1.0", "Le me" are saved ?

PHP Code:
register_plugin"Plugin""1.0""Le me" );

<->

lea -12(SP),SP
move
.l a0,(SP)+
move.l a1,(SP)+
move.l a2,(SP)+
lea _arg1,a0                  ; <-
lea _arg2,a1                  ; <-
lea _arg3,a2                  ; <-
jmp __register_plugin
move
.l a2,-(SP)
move.l a1,-(SP)
move.l a0,-(SP)
lea 12(SP),SP

...

_arg1 : .ascii "Plugin\0"               ; <==
_arg2 : .ascii "1.0\0"                  ; <==
_arg3 : .ascii "Le me\0"                ; <== 
Something like that. The name of strings will not be named "arg" in reality, the same for the name of data and adress registers.
__________________

Last edited by micapat; 12-17-2011 at 18:23.
micapat is offline
Old 01-17-2012, 04:54
reko_o
This message has been deleted by xPaw. Reason: Flooding "thanks" posts
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 01-25-2012 , 15:34   Re: Spam Features [Anti-Spam + Custom Name Tags]
Reply With Quote #13

User banned, unapproved.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
ScrappeR
Senior Member
Join Date: Dec 2010
Old 01-08-2013 , 19:27   Re: Spam Features [Anti-Spam + Custom Name Tags]
Reply With Quote #14

Can tell me how to remove "Tag"
__________________
ScrappeR is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:31.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode