PDA

View Full Version : A little help needed..


venomx
04-18-2005, 02:32 AM
Can you help me please?

I tried to install this hack
https://vborg.vbsupport.ru/showthread.php?t=72560
and all went ok until I got to


3. In private.php

Find:
$message = addslashes(fetch_censored_text($pm['message']));

Add After:
// Amazon hack
require_once('./includes/functions_amazon.php');
$message = process_amazon_links($message);
// End of Amazon hack

4. Edit functions_amazon.php to put in your associate id.

5. Upload functions_amazon.php to your includes directory.


I dont have that line and I think its because of this hack.. :(

sv1cec
04-18-2005, 05:53 AM
Please do not make me look around to find where that might be. Tell me in which file this is supposed to be.

Tnx

venomx
04-18-2005, 06:01 AM
In private.php but I got it.
I just went back to see what replaced the line I didnt have and I changed the code that changed it all works now :)

sv1cec
04-18-2005, 07:16 AM
All is well, when it ends well.