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.. :(
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.. :(