Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter stillo

    (@stillo)

    What a pity, that is the best :(. But anyway, thank you very much.

    Thread Starter stillo

    (@stillo)

    Yes, I am sure. Can you test this theme?

    https://web2feel.com/?s=symbiot+

    It is named symbiot.

    Thread Starter stillo

    (@stillo)

    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.

    Thread Starter stillo

    (@stillo)

    Nobody answers my question ??

    Thread Starter stillo

    (@stillo)

    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');
    ?>
    Thread Starter stillo

    (@stillo)

    Hi Jeremy,

    No, It doesnot work. I replace that code and frontpage losts footer itself.

    Can you check again?

    Thread Starter stillo

    (@stillo)

    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)