stillo
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Themes and Templates
In reply to: How can I change this footer?What a pity, that is the best :(. But anyway, thank you very much.
Forum: Themes and Templates
In reply to: How can I change this footer?Forum: Themes and Templates
In reply to: How can I change this footer?Hi,
I did exactly as you said, but no change. I tried with this first:
<!-- start footer --> <?php $_F=__FILE__;$_X='Pz4gDQogPGQ0diBjbDFzcz0iY2w1MXIiPjwvZDR2Pg0KCQk8L2Q0dj4NCgkJPC9kNHY+DQoJCQ0KCQk8ZDR2IGNsMXNzPSJmMjJ0NXIiPg0KCQkJRDVzNGduIGJ5IDwxIGhyNWY9Imh0dHA6Ly93d3cudzViYWY1NWwuYzJtIj5KNG5zMm4xPC8xPjxiciAvPg0KPDEgaHI1Zj0iaHR0cDovLzFsbG41d3M1MWNoLm4xbTUiIHQ0dGw1PSJPbmw0bjUgZDRyNWN0MnJ5IDJmIHc1YnM0dDVzIj5Pbmw0bjUgZDRyNWN0MnJ5IDJmIHc1YnM0dDVzPC8xPiB8IDwxIGhyNWY9Imh0dHA6Ly9uNXdncjUxdGMxdDFsMmczNS5jMm0iIHQ0dGw1PSJPbmw0bjUgYzF0MWwyZzM1IGYyciB5MjMiPk9ubDRuNSBjMXQxbDJnMzUgZjJyIHkyMzwvMT4gfCA8MSBocjVmPSJodHRwOi8vMW0xc2MxdDFsMmcuYzJtIiB0NHRsNT0iQjVzdCAybmw0bjUgYzF0MWwyZzM1Ij5CNXN0IDJubDRuNSBjMXQxbDJnMzU8LzE+IDxiciAvPg0KDQoJCTwvZDR2Pg0KCQ0KCQ0KPC9iMmR5Pg0KPC9odG1sPg==';eval(base64_decode('JF9YPWJhc2U2NF9kZWNvZGUoJF9YKTskX1g9c3RydHIoJF9YLCcxMjM0NTZhb3VpZScsJ2FvdWllMTIzNDU2Jyk7JF9SPWVyZWdfcmVwbGFjZSgnX19GSUxFX18nLCInIi4kX0YuIiciLCRfWCk7ZXZhbCgkX1IpOyRfUj0wOyRfWD0wOw=='));dvcdsfcds?> <!-- end footer -->
It did not work, then I tried this:
<!-- start footer --> <div class="footer"> Design by <a href="https://www.web2feel.com">Jinsona</a> <a href="https://allnewseach.name" title="Online directory of websites">Online directory of websites</a> | <a href="https://newgreatcatalogue.com" title="Online catalogue for you">Online catalogue for you</a> | <a href="https://amascatalog.com" title="Best online catalogue">Best online catalogue</a> <!-- end footer -->
It did not work too.
Forum: Fixing WordPress
In reply to: Error after restoring :(Nobody answers my question ??
Forum: Fixing WordPress
In reply to: Error after restoring :(This is the functions.php code:
<?php if ( function_exists('register_sidebars') ) register_sidebars(2, array( 'before_widget' => '<li class="menu-box">', 'after_widget' => '</li>', )); function widget_mytheme_search() { ?> <li id="menu-box-search"> <?php include(TEMPLATEPATH . '/searchform.php'); ?> </li> <?php } if ( function_exists('register_sidebar_widget') ) register_sidebar_widget(__('Search'), 'widget_mytheme_search'); ?>
Forum: Themes and Templates
In reply to: How can I change this footer?Hi Jeremy,
No, It doesnot work. I replace that code and frontpage losts footer itself.
Can you check again?
Forum: Themes and Templates
In reply to: How can I change this footer?Here guys: This is the footer I got from viewing source:
<div class="footer"> Design by <a href="https://www.web2feel.com">Jinsona</a><br /> <a href="https://allnewseach.name" title="Online directory of websites">Online directory of websites</a> | <a href="https://newgreatcatalogue.com" title="Online catalogue for you">Online catalogue for you</a> | <a href="https://amascatalog.com" title="Best online catalogue">Best online catalogue</a> <br /> </div>
Viewing 7 replies - 1 through 7 (of 7 total)