The Arcive of vBulletin Modifications Site. |
|
A little help needed.. Details »»
|
|||||||||||||||||||||||||
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 Code:
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.
![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Please do not make me look around to find where that might be. Tell me in which file this is supposed to be.
Tnx |
|
#3
|
||||
|
||||
|
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
|
|
#4
|
|||
|
|||
|
All is well, when it ends well.
|
![]() |
|
|