Results 1 to 10 of 11
-
11th Aug 2011, 10:03 PM #1OPMemberWebsite's:
FlowForums.comHelp Decode this
http://pastebin.com/AVXK94vw
-Im.z2ight- Reviewed by -Im.z2ight- on . Help Decode this http://pastebin.com/AVXK94vw Thanks!! Rating: 5
-
11th Aug 2011, 10:27 PM #2Member
This is what I get,
http://privatepaste.com/220b9dd8e9
-
13th Aug 2011, 12:21 AM #3OPMemberWebsite's:
FlowForums.comWithout it encoded I get an error message forcing me to download the original skin!
-
13th Aug 2011, 12:26 AM #4MemberCode:
<?php echo " "; global $wordPressThemeOptions; echo "\n</div>\n<div class=\"fix\"></div>\n<!-- content -->\n</div>\n\n<!-- /content-out -->\n</div>\n\n<!-- footer-outer -->\n<div id=\"footer-outer\">\n <div id=\"footer-wrap\">\n <div class=\"col-a\">\n <h3>Contact Info</h3>\n "; echo $wordPressThemeOptions->option['contactInfo']; echo "\n <h3>Updates</h3>\n <p>Stay up to date.</p>\n <p class=\"rss-post\"> <a id=\"post-rss\" href=\""; bloginfo( "rss2_url" ); echo "\">Post RSS</a> </p>\n <p class=\"rss-post\"> <a id=\"comment-rss\" href=\""; bloginfo( "comments_rss2_url" ); echo "\">Comments RSS</a> </p>\n <p class=\"description\">Subscribe Via Email Address:</p>\n <form id=\"subscribe\" action=\"http://feedburner.google.com/fb/a/mailverify\" method=\"post\" target=\"popupwindow\" onsubmit=\"window.open('http://feedburner.google.com/fb/a/mailverify?uri="; echo $wordPressThemeOptions->option['feedBurnerID']; echo "', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true\">\n <div id=\"input-subscribe\"></div>\n <input class=\"subscriberbox\" type=\"text\" name=\"email\" />\n <input type=\"hidden\" value=\""; echo $wordPressThemeOptions->option['feedBurnerID']; echo "\" name=\"uri\"/>\n <input type=\"hidden\" name=\"loc\" value=\"en_US\"/>\n <input type=\"submit\" value=\"\" class=\"subscriberbtn\" />\n </form>\n </div>\n "; if ( !function_exists( "dynamic_sidebar" ) || !dynamic_sidebar( "footer_sidebar" ) ) { echo "\n <div class=\"col-a\">\n "; if ( function_exists( "wp_list_bookmarks" ) ) { echo "\n <h3>Site Links</h3>\n <div class=\"footer-list\">\n <ul>\n "; wp_list_bookmarks( "title_li=&categorize=0" ); echo "\n </ul>\n </div>\n "; } echo "\n </div>\n <div class=\"col-a\">\n "; if ( function_exists( "wpListRecentComments" ) ) { echo "\n <h3>Recent Comments</h3>\n <div class=\"recent-comments\">\n <ul>\n "; wpListRecentComments( $wordPressThemeOptions->option['recentCommentNumber'] ); echo "\n </ul>\n </div>\n "; } echo "\n </div>\n "; } echo "\n <div class=\"col-a\">\n <div class=\"col-b\">\n <div>\n <h3>About Me</h3>\n <p> <img src=\""; echo $wordPressThemeOptions->option['aboutImage']; echo "\" width=\"40\" height=\"40\" alt=\"firefox\" class=\"alignleft\" /> "; echo $wordPressThemeOptions->option['aboutDescription']; echo " </p>\n </div>\n </div>\n </div>\n <div class=\"fix\"></div>\n <!-- /footer-outer --> \n </div>\n</div>\n\n<!-- footer-bottom -->\n<div id=\"footer-bottom\" class=\"corner10BLR\">\n <p class=\"bottom-left\"> © 2010 <strong>Copyright</strong>\n "; bloginfo( "name" ); echo "\n Designed by \n <a href=\"http://www.lifebankusa.com/\" id=\"desainerLink\" title=\"Cord Blood Banking\" target=\"_blank\">Cord Blood</a> Banking and sponsored by \n <a href=\"http://uslawyersdb.com/\" id=\"link1\" title=\"Lawyers\" target=\"_blank\">Lawyers</a>, \n <a href=\"http://games.fatakat.com/\" id=\"link2\" title=\"Girls Games\" target=\"_blank\">Girls Games</a>, \n <a href=\"http://photos.fatakat.com/\" id=\"link3\" title=\"Photos\" target=\"_blank\">Photos</a> </p>\n <p class=\"bottom-right\"> <a href=\""; bloginfo( "url" ); echo "\">Home</a> | <a href=\""; bloginfo( "rss2_url" ); echo "\">RSS Feed</a> | <strong><a id=\"gotop\" href=\"#\" onclick=\"MGJS.goTop();return false;\">Back to top</a></strong> </p>\n \n <!-- /footer-bottom--> \n</div>\n<!-- /wrapper-->\n</div>\n<!-- BEGIN STACK \"UP\" ============================================================ -->\n<div class=\"stack\"> <img src=\""; bloginfo( "template_url" ); echo "/"; echo "images/stacks/stack.png\" alt=\"stack\"/>\n <ul id=\"stack\">\n "; if ( $wordPressThemeOptions->option['showLinkedin'] == "yes" ) { echo "\n <li><a href=\""; echo $wordPressThemeOptions->option['linkedin']; echo "\" style=\"text-decoration:none;\"><span>LinkedIn</span><img src=\""; bloginfo( "template_url" ); echo "/"; echo "images/stacks/linkedin.png\" alt=\"linkedin\" /></a></li>\n "; } echo "\n "; if ( $wordPressThemeOptions->option['showYouTube'] == "yes" ) { echo "\n <li><a href=\""; echo $wordPressThemeOptions->option['youTube']; echo "\"><span>Youtube</span><img src=\""; bloginfo( "template_url" ); echo "/"; echo "images/stacks/youtube.png\" alt=\"youtube\" /></a></li>\n "; } echo "\n "; if ( $wordPressThemeOptions->option['showFlickr'] == "yes" ) { echo "\n <li><a href=\""; echo $wordPressThemeOptions->option['flickr']; echo "\"><span>Flickr</span><img src=\""; bloginfo( "template_url" ); echo "/"; echo "images/stacks/flickr.png\" alt=\"flickr\" /></a></li>\n "; } echo "\n "; if ( $wordPressThemeOptions->option['showTwitterFollow'] == "yes" ) { echo "\n <li><a href=\""; echo $wordPressThemeOptions->option['twitterFollowLink']; echo "\"><span>Twitter</span><img src=\""; bloginfo( "template_url" ); echo "/"; echo "images/stacks/twitter.png\" alt=\"twitter\" /></a></li>\n "; } echo "\n "; if ( $wordPressThemeOptions->option['showFacebookConnect'] == "yes" ) { echo "\n <li><a href=\""; echo $wordPressThemeOptions->option['facebookConnect']; echo "\"><span>Facebook</span><img src=\""; bloginfo( "template_url" ); echo "/"; echo "images/stacks/facebook.png\" alt=\"facebook\" /></a></li>\n "; } echo "\n "; if ( $wordPressThemeOptions->option['showRSSCommentFeed'] == "yes" ) { echo "\n <li><a href=\""; bloginfo( "comments_rss2_url" ); echo "\"><span>Comment RSS</span><img src=\""; bloginfo( "template_url" ); echo "/"; echo "images/stacks/comment-rss.png\" alt=\"comment-rss\" /></a></li>\n "; } echo "\n "; if ( $wordPressThemeOptions->option['showRSSFeed'] == "yes" ) { echo "\n <li><a href=\""; bloginfo( "rss2_url" ); echo "\"><span>RSS</span><img src=\""; bloginfo( "template_url" ); echo "/"; echo "images/stacks/rss.png\" alt=\"rss\" /></a></li>\n "; } echo "\n </ul>\n</div>\n<!-- end div .stack --> \n<!-- END STACK \"UP\" ============================================================ -->\n"; wp_footer( ); echo "\n</body></html>"; ?>
-
14th Aug 2011, 09:40 AM #5OPMemberWebsite's:
FlowForums.comWhich echo?
-
14th Aug 2011, 12:10 PM #6Member
Try this:
Code:<?php global $wordPressThemeOptions; ?> </div> <div class="fix"></div> <!-- content --> </div> <!-- /content-out --> </div> <!-- footer-outer --> <div id="footer-outer"> <div id="footer-wrap"> <div class="col-a"> <h3>Contact Info</h3> <?php echo ($wordPressThemeOptions->option["contactInfo"]); ?> <h3>Updates</h3> <p>Stay up to date.</p> <p class="rss-post"> <a id="post-rss" href="<?php bloginfo('rss2_url');?>">Post RSS</a> </p> <p class="rss-post"> <a id="comment-rss" href="<?php bloginfo('comments_rss2_url');?>">Comments RSS</a> </p> <p class="description">Subscribe Via Email Address:</p> <form id="subscribe" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=<?php echo $wordPressThemeOptions->option["feedBurnerID"]; ?>', 'popupwindow', 'scrollbars=yes,width=550,height=520'); return true"> <div id="input-subscribe"></div> <input class="subscriberbox" type="text" name="email" /> <input type="hidden" value="<?php echo $wordPressThemeOptions->option["feedBurnerID"]; ?>" name="uri"/> <input type="hidden" name="loc" value="en_US"/> <input type="submit" value="" class="subscriberbtn" /> </form> </div> <?php if (!function_exists("dynamic_sidebar") || !dynamic_sidebar("footer_sidebar")): ?> <div class="col-a"> <?php if (function_exists("wp_list_bookmarks")): ?> <h3>Site Links</h3> <div class="footer-list"> <ul> <?php wp_list_bookmarks("title_li=&categorize=0"); ?> </ul> </div> <?php endif; ?> </div> <div class="col-a"> <?php if (function_exists("wpListRecentComments")): ?> <h3>Recent Comments</h3> <div class="recent-comments"> <ul> <?php wpListRecentComments($wordPressThemeOptions->option["recentCommentNumber"]); ?> </ul> </div> <?php endif; ?> </div> <?php endif; ?> <div class="col-a"> <div class="col-b"> <div> <h3>About Me</h3> <p> <img src="<?php echo ($wordPressThemeOptions->option["aboutImage"]); ?>" width="40" height="40" alt="firefox" class="alignleft" /><?php echo ($wordPressThemeOptions->option["aboutDescription"]); ?></p> </div> </div> </div> <div class="fix"></div> <!-- /footer-outer --> </div> </div> <!-- footer-bottom --> <div id="footer-bottom" class="corner10BLR"> <p class="bottom-left"> © 2010 <strong>Copyright</strong><?php bloginfo("name"); ?> Designed by <a href="http://www.lifebankusa.com/" id="desainerLink" title="Cord Blood Banking" target="_blank">Cord Blood</a> Banking and sponsored by <a href="http://uslawyersdb.com/" id="link1" title="Lawyers" target="_blank">Lawyers</a>, <a href="http://games.fatakat.com/" id="link2" title="Girls Games" target="_blank">Girls Games</a>, <a href="http://photos.fatakat.com/" id="link3" title="Photos" target="_blank">Photos</a> </p> <p class="bottom-right"> <a href="<?php bloginfo("url"); ?>">Home</a> | <a href="<?php bloginfo("rss2_url"); ?>">RSS Feed</a> | <strong><a id="gotop" href="#" onclick="MGJS.goTop();return false;">Back to top</a></strong> </p> <!-- /footer-bottom--> </div> <!-- /wrapper--> </div> <!-- BEGIN STACK "UP" ============================================================ --> <div class="stack"> <img src="<?php bloginfo("template_url");?>/images/stacks/stack.png" alt="stack"/> <ul id="stack"> <?php if ($wordPressThemeOptions->option["showLinkedin"] == "yes"): ?> <li><a href="<?php echo ($wordPressThemeOptions->option["linkedin"]); ?>" style="text-decoration:none;"><span>LinkedIn</span><img src="<?php bloginfo("template_url"); ?>/images/stacks/linkedin.png" alt="linkedin" /></a></li> <?php endif; ?> <?php if ($wordPressThemeOptions->option["showYouTube"] == "yes"): ?> <li><a href="<?php echo ($wordPressThemeOptions->option["youTube"]); ?>"><span>Youtube</span><img src="<?php bloginfo("template_url"); ?>/images/stacks/youtube.png" alt="youtube" /></a></li> <?php endif; ?> <?php if ($wordPressThemeOptions->option["showFlickr"] == "yes"): ?> <li><a href="<?php echo ($wordPressThemeOptions->option["flickr"]); ?>"><span>Flickr</span><img src="<?php bloginfo("template_url"); ?>/images/stacks/flickr.png" alt="flickr" /></a></li> <?php endif; ?> <?php if ($wordPressThemeOptions->option["showTwitterFollow"] == "showTwitterFollow"): ?> <li><a href="<?php echo $wordPressThemeOptions->option['twitterFollowLink']; ?>"><span>Twitter</span><img src="<?php bloginfo("template_url"); ?>/images/stacks/twitter.png" alt="twitter" /></a></li> <?php endif; ?> <?php if ($wordPressThemeOptions->option["showFacebookConnect"] == "yes"): ?> <li><a href="<?php echo ($wordPressThemeOptions->option["facebookConnect"]); ?>"><span>Facebook</span><img src="<?php bloginfo("template_url"); ?>/images/stacks/facebook.png" alt="facebook" /></a></li> <?php endif; ?> <?php if ($wordPressThemeOptions->option["showRSSCommentFeed"] == "yes"): ?> <li><a href="<?php bloginfo("comments_rss2_url"); ?>"><span>Comment RSS</span><img src="<?php bloginfo("template_url"); ?>/images/stacks/comment-rss.png" alt="comment-rss" /></a></li> <?php endif; ?> <?php if ($wordPressThemeOptions->option["showRSSFeed"] == "yes"): ?> <li><a href="<?php bloginfo("rss2_url"); ?>"><span>RSS</span><img src="<?php bloginfo("template_url"); ?>/images/stacks/rss.png" alt="rss" /></a></li> <?php endif; ?> </ul> </div> <!-- end div .stack --> <!-- END STACK "UP" ============================================================ --> <?php wp_footer(); ?> </body> </html>
-
15th Aug 2011, 05:15 PM #7OPMemberWebsite's:
FlowForums.comYeah it works but as soon as I alter anything in the footer it makes me redownload the original skin!
-
15th Aug 2011, 05:20 PM #8
There should be protections in other files,
Please upload the files of the skin to an host such as mediafire and put the link here.Trusted: Dom, l0calh0st, 0ccul7, robert420
Find all threads started by NewEraCracker
-
15th Aug 2011, 05:25 PM #9OPMemberWebsite's:
FlowForums.comHere is the download from the site directly.
http://duckthemes.com/Themes/genius.zip
-
16th Aug 2011, 04:06 AM #10Member
Replace js/corner-min.js with this code:
http://pastebin.com/NCqvxMgZ
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Decode help?
By -Im.z2ight- in forum WordpressReplies: 4Last Post: 18th Feb 2012, 01:05 AM -
Decode help?
By -Im.z2ight- in forum Web Development AreaReplies: 1Last Post: 12th Jan 2012, 10:42 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...