go41

trying to decode eval gzinflate base64_decode

von Joern am 10. Mrz. 2009 | Keine Kommentare

Some coders of themes like to use the Code:

eval(gzinflate(base64_decode('numbers-n-digits-only')));

functions to encrypt their source code in theme files. This makes it impossible to modify or edit the files and to see added links or other code hidden there.
Many times one complete file like footer.php of a ‚free‘ WordPress theme is encrypted.
However, there is an easy way to check what is in this code by using an online decoder like: eval gzinflate base64_decode PHP Decoder

just insert the encrypted code and you will see what’s hidden.
____________________
you find me on Google+, Twitter and Facebook

(von: master)

Hier noch 45 weitere Ergebnisse dieses Threads:

Ooops! Joern one small problem with FCG div

31. Mai. 2010 (von: omerkhan01)

Hey Joern, Thanks for the great tip about renaming featured o to arthfeatured. That allowed the fCG to float to the left. Anyways as you can see it is now covering the headline thumb and excerpt and below it appeared…

Re: Ooops! Joern one small problem with FCG div :: Reply by Joern

31. Mai. 2010 (von: Joern)

your headline image is not in div 'headline' anymore...check the source code of your site, you put the gallery in front of<?php the_title(); ?>it seems for me.When I said put it in front of the title I didn't mean into…

Re: Ooops! Joern one small problem with FCG div :: Reply by omerkhan01

31. Mai. 2010 (von: omerkhan01)

jOERN, My headline image/text disappear and one of my featured posts takes place of it in the headline div region.Look hereHere is my index.php code including the FCG insertion code<?php get_header(); ?> <?php if(!is_paged()) { ?> <div id="top" class="clearfloat"> <div…

Re: Ooops! Joern one small problem with FCG div :: Reply by Joern

31. Mai. 2010 (von: Joern)

just now it shows:The headline titlemy FCGand then the headline excerptthere is however a problem with your div class="meta"it shows in source code like:<div class="meta"></div>[18 May 2010 |....means it's closing before the date and comments, don't know whyTo exclude one…

Re: Ooops! Joern one small problem with FCG div :: Reply by omerkhan01

31. Mai. 2010 (von: omerkhan01)

Joern, The title is showing up for the headline post, followed by the FCG, but below it should be my headline excerpt and it's image. It is not showing up.Instead the headline excerpt/image is being replaced by a featured image…

Re: Ooops! Joern one small problem with FCG div :: Reply by omerkhan01

31. Mai. 2010 (von: omerkhan01)

I figured it out. Here is what I did. The FCG works on you gong into the settings and setting what posts to display. So I saw that post 452 was the post ID of the real estate post that…

need your quick help on text widget code in sidebar

2. Jun. 2010 (von: omerkhan01)

I am using a theme called verna. It is currently using sidebar2 however all of the cool things like the page navigation, text widgets can be added to sidebar1. Here is the code for the sidebarCode:<div id="rcolumn"><?php include (TEMPLATEPATH .…

Re: need your quick help on text widget code in sidebar :: Reply by omerkhan01

3. Jun. 2010 (von: omerkhan01)

Joern, here is what I meant. I want to be able to add sidebars to my theme. I have one sidebar, but I cannot add a text widget to it.Here are the instructions that I got from this siteTo add…

Re: need your quick help on text widget code in sidebar :: Reply by Joern

3. Jun. 2010 (von: Joern)

in your sidebar2 is the followingCode:if ( function_exists('dynamic_sidebar') && dynamic_sidebar('sidebar 2') ) : else : reads: as soon you assign a widget to this bar the blogroll and meta will not be displayed, it's in the 'else' statement.You can however…

Re: need your quick help on text widget code in sidebar :: Reply by omerkhan01

3. Jun. 2010 (von: omerkhan01)

Joern, I figured it out. In the index.php file, replace Code:<php get sidebar()> withCode:<?php include("sidebar.php"); ?><?php include("sidebar2.php"); ?>This will put both sidebars there.So as you can see by going to my site that both sidebars come up.My only question isHow to move…

Re: need your quick help on text widget code in sidebar :: Reply by omerkhan01

3. Jun. 2010 (von: omerkhan01)

Joern, I got the text to align to the right and did locate the class for it.I went to "view source" and then I saw that it was in a class called textwidgetI then added this into stylesheet.css as .textwidget…

Re: need your quick help on text widget code in sidebar :: Reply by Joern

3. Jun. 2010 (von: Joern)

these sentences are in .sidebar2 ul lithis is set to width:268px;you could try 310pxor you set .textwidget from 100% to about 310pxafter any change always check in different browsers the full sidebar, changes might have an effect to other things…

Re: need your quick help on text widget code in sidebar :: Reply by omerkhan01

3. Jun. 2010 (von: omerkhan01)

Worked perfectly. I should have seen that. I am now learning to work from instinct and genius. ! Thanks man! Weiterlesen →

static text appears off center

3. Jun. 2010 (von: kinyofu)

Hi Joern, I was just informed by another person that the static text under my header logo is off center on their computer when they look at it from both IE and Firefox. It looks fine on my screen until…

Re: static text appears off center :: Reply by Joern

3. Jun. 2010 (von: Joern)

change this in style.css#static {background:none repeat scroll 0 0 #FFFFFF;border-bottom:5px solid #2A0D45;color:#9F5B80;font-size:1em;font-style:italic;font-weight:bold;margin:0 auto;padding:10px;text-align:justify;width:930px;}only one line:now:margi... Weiterlesen →

Re: static text appears off center :: Reply by kinyofu

3. Jun. 2010 (von: kinyofu)

Thank you. Weiterlesen →

Re: static text appears off center :: Reply by kinyofu

3. Jun. 2010 (von: kinyofu)

Do you know how I can customize the wordpress profile page? I really just want to add a field called cell phone.Kinyofu Weiterlesen →

Formatting header and sidebar adverts with conditional tags

9. Jun. 2010 (von: drwhom)

Hi Joern, Hope all's well with you and yours. You helped me set up my adverts to run on different pages a while ago using conditional tags. That's been great but I've recently added OIO publisher onto the site and…

Re: Formatting header and sidebar adverts with conditional tags :: Reply by master

9. Jun. 2010 (von: master)

checking on OIO publisher I guess they would like the plugin code oiopub_banner_zone.. to be loaded with all pages and posts.You create the zones for Text Ads | Banner Ads | Inline Ads | Posts etc and insert the code…

Re: Formatting header and sidebar adverts with conditional tags :: Reply by drwhom

9. Jun. 2010 (von: drwhom)

Brill, my question though is how would I phrase that in code? Does this look like it would break!?Code:<?phpif(function_exists('oiopub_banner_zone')) {$zone_id = 1;$options = array( 'subid' => $page_id 'wedding-speeches');$zone_id = 2;$options = ... Weiterlesen →

Re: Formatting header and sidebar adverts with conditional tags :: Reply by master

9. Jun. 2010 (von: master)

this might be a way outside your 'conditions', not shure if $page_id 'best-man' works as they talk about $blog_id..I would create different zones, as explained above and put them in your existing conditions.As sample:<?php if ( is_page('Favourbrook'... Weiterlesen →

Re: Formatting header and sidebar adverts with conditional tags :: Reply by drwhom

9. Jun. 2010 (von: drwhom)

I asked the admin and this is what he said: ___________Project AdminWith that particular technique, as long as the subID you specify is unique, you can put whatever you like there - so yes, you could use conditionals to create…

Re: Formatting header and sidebar adverts with conditional tags :: Reply by drwhom

9. Jun. 2010 (von: drwhom)

Wow Joern, I followed your advice and it works like a charm. All the code looks a lot neater now and the ad interface is a lot more professional, so a HUGE thank-you (as ever) to you. Weiterlesen →

Arthemia Premium Theme Issue >> HELP!!

10. Jun. 2010 (von: LaaLaa Monroe)

This week I've just launched my new blog but there's one issue I'm currently having that I'd love to know if it can be solved. If you see on my blog Dolce Vanity the top post is always full, when…

Re: Arthemia Premium Theme Issue >> HELP!! :: Reply by Joern

10. Jun. 2010 (von: Joern)

As I see on your blog you show in the topmost (latest) post the_content with the images in there. This is the post put out in index.php inside the div id="front-list".The following posts in div id="paged-list" show only one image…

Autor:

Du findest mich auch auf Twitter und Facebook!

Schreibe einen Kommentar

Pflichtfelder sind mit * markiert.


Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

weitere forum Beiträge: