PDA

View Full Version : variable lookout


Haakon
05-09-2004, 07:31 PM
Hi, two simple questions, where should I look to modify this :

eval(print_standard_error('XXXX'));

I want to create my own errors.

And this?

$vbphrase[XXXX]

Don`tknow what it is really, but it`s everywhere and I want to use it in my hack. what is it?

Thanks
Haakon

assassingod
05-09-2004, 08:07 PM
That is generated in the Front-end Error Messages in the Phrase Manager

Haakon
05-10-2004, 09:49 AM
Thanks assasin, I`ll take a look.

I`ve got this other problem also, and I thought I would just post it under the same thread.
Why do I get a parse warning error when I try to put this into postbit_legacy ?


<if condition="$exist1">
<div>
__________________<br />
<a href="/rmmusic/$post['userid']-1.mp3">$exist1name</a>
</div>
</if>


THose variables are declared in showpost.php

Thanks
Haakon

assassingod
05-10-2004, 01:47 PM
What is $exist1?

Boofo
05-10-2004, 02:06 PM
Thanks assasin, I`ll take a look.

I`ve got this other problem also, and I thought I would just post it under the same thread.
Why do I get a parse warning error when I try to put this into postbit_legacy ?


<if condition="$exist1">
<div>
__________________<br />
<a href="/rmmusic/$post['userid']-1.mp3">$exist1name</a>
</div>
</if>


THose variables are declared in showpost.php

Thanks
Haakon
They should be declared in the showthread.php.