How to Remove

ahsan

New Member
I have installed vB Admanagement,

now in footer it shows

Ad Management by RedTyger

I want to remove it bur i failed to found it, anywhere in skin.

I also tried to search through Phrase Manager but in vain.

Plz tell me from where can i remove this Line
 
I have just unzipped admanagement 3.1 i have achived on a drive and the copyright is located in the includes folder at the bottom of the global_start file, not shure if its the same but a good place to start ...

Code:
		$vbulletin->options['copyrighttext'] .= '<br />Ad Management by <a href="http://redtyger.co.uk" title="RedTyger website design, hosting and domains." target="_blank">RedTyger</a>';
 
I was a little worried about that package when I looked at it. The developer hasn't been around since 12/07 and his site doesn't look like its active now.

You probably have not removed the files that are calling the copyright statement. The file that contains that statement is global_start.php. You can remove the code or delete the file. Actually, if I were you, I would manually delete all the files that you installed from that package.

HTH,

bluescorpion.

ps, make sure you have a backup before you start deleting stuff and check then file contents to make sure they are the admanagement files.


Sorry K3V, you posted while I was typing, didn't mean to step on you.
 
@ Both of you :

Either i remove the copyrights or Delete the file, page donesnt open.

it just works and stops responding, i mean nothing loads :(
 
I cant realy help without installin' the hack and to be honest i dont want too,
If it was me i would try removin' this ...

Code:
<br />Ad Management by <a href="http://redtyger.co.uk" title="RedTyger website design, hosting and domains." target="_blank">RedTyger</a>

So its just ...

Code:
$vbulletin->options['copyrighttext'] .= '';

If that dont work then im sorry, I cant help.
Maybe bluescorpion can help ?!
 
Back
Top