Quote:
Originally Posted by RLShare
Most credits systems are not actually hard to remove, they are usually just a plugin that inserts it into a template with a call to str_replace.
|
can you please give me an example code to str_replace?
--------------- Added [DATE]1236911056[/DATE] at [TIME]1236911056[/TIME] ---------------
Ok thanks for the help, i've learned how to do what i wanted to do.
what i was meant is something like this:
Code:
$text = " this is the text that will be shown in the board after you added the $text in your template ";
but now i have another question:
if i want to put a MD5 hash, how can i do that it will shows the text [output of the hash] and no the hash himself.
for example:
$credit = " 54b258dae2756c5b3be4530c2959148c ";
^this will be in the plugin/php file
and in the board himself, the client side will see the word "vbulletin"
how can i do that?
Thanks for the helpers.