The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
You are using the WRONG code.
Take a close look at what I posted, then at what you posted. You are missing this bit in crucial places strstr Like I said, redo the hack again. Follow the instructions. Delete the above chunk of code, copy and paste EXACTLY what I posted. |
#22
|
|||
|
|||
Ok! but weird cause I just copy and pasted what you posted.
|
#23
|
|||
|
|||
I dont see any difference! Mind if you post the code without quoting it? I copy and pasted what you posted and I dont see any differece.
|
#24
|
||||
|
||||
What you posted:
if($message,'[img]')) { What I posted: if(strstr($message,'[img]')) { Can you see the difference now? |
#25
|
||||
|
||||
Here's the code without putting it in a code box.
if(strstr($message,'[img]')) { eval("standarderror(\"".gettemplate("error_noimage snewreply")."\");"); exit; } if(strstr($message,'[IMG]')) { eval("standarderror(\"".gettemplate("error_noimage snewreply")."\");"); exit; } Strange that you can't copy it properly... Let us know if it's a bug. |
#26
|
|||
|
|||
Please check what you posted in page 1. This is what I copied:
Where's the "strstr" ???? Anyway thanks! Im gonna try it out |
#27
|
|||
|
|||
Thanks! it works, the problem is when I edit the post and put the IMG tags, the images appears.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|