Best Blackhat Forum

Full Version: how to remove Posted by Dospel and GanjaParker
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Haven't seen the theme, but to me the script looks like JQuery. That makes sense, intercept the page after the DOM is constructed and find/change the text.

You might want to look at something like

Magic Button :
http://learn.jquery.com/using-jquery-core/document-ready/

Hope it helps - but no guarantee it is right.
Sorry i don't know any JQuery.. :(

Could you help me if i uploaded the theme files?

Thanks.
Help Needed Here ... :(
Help Please!!

I need To Remove This Ugly Footer Text and I Know it can be done because i saw it on a website that uses this exact theme..
Guys! Isn't anybody here who could help me?! :(
Download this. Unzip. Upload the php file to your webroot. Enter query.

http://www.cafewebmaster.com/sites/defau...p_grep.zip

It will give you the path of the file that contains the text you want removed.
(02-10-2014 08:37 PM)syedejaz Wrote: [ -> ]to header
(02-01-2014 05:31 AM)mauguzun Wrote: [ -> ]
(02-01-2014 05:31 AM)mauguzun Wrote: [ -> ]<script>
(02-01-2014 05:31 AM)mauguzun Wrote: [ -> ]$(document).ready(function(){
(02-01-2014 05:31 AM)mauguzun Wrote: [ -> ]$('a').each(function ()
(02-01-2014 05:31 AM)mauguzun Wrote: [ -> ]{
(02-01-2014 05:31 AM)mauguzun Wrote: [ -> ]if( $(this).text() == 'Posted by Dospel and GanjaParker' )
(02-01-2014 05:31 AM)mauguzun Wrote: [ -> ]$(this).remove();
(02-01-2014 05:31 AM)mauguzun Wrote: [ -> ]});
(02-01-2014 05:31 AM)mauguzun Wrote: [ -> ]});
(02-01-2014 05:31 AM)mauguzun Wrote: [ -> ]</script>
Dear Please tell me where to put this script as I am facing the same problem. In which file....
i already found the problem is came from wp plugin White Label Branding, you can delete manually in white-label-branding.php
Hi, FIXED your Problems!
Go to /themes/functions.php
Search: add_action( 'wp_footer', 'hickload' ); and Delete (add_action( 'wp_footer', 'hickload' );
)

Contact me: http://www.fb.com/pajttim
Pages: 1 2
Reference URL's