http://www.mediafire.com/?t3031ky7lck1sk0
decode test . thanks
decode file
-
-
Hello,
You will find a first part of your decrypted file, to get the rest please place an order on our online store.The team DeZender
Code
Display More<?php /** * * @ This file is created by deZender.Net * @ deZender (PHP5 Decoder for ionCube Encoder) * * @ Version : 1.1.1.0 * @ Author : DeZender * @ Release on : 2011.01.04 * @ Official site : http://DeZender.Net * */ function the_content_limit($max_char, $more_link_text = '(more...)', $stripteaser = 0, &$more_file = '') { $content = get_the_content( $more_link_text, $stripteaser, $more_file ); $content = apply_filters( 'the_content', $content ); $content = str_replace( ']]>', ']]>', $content ); $content = strip_tags( $content ); if (0 < strlen( $_GET['p'] )) { echo ''; echo $content; echo ' <a href=\''; the_permalink( ); echo '\'>' . 'Devamı →'; echo ''; return null; } if (( $max_char < strlen( $content ) && $espacio = strpos( $content, ' ', $max_char ) )) { $content = substr( $content, 0, $espacio ); $content = $content; echo ''; echo $content; echo '...'; echo ' <a href=\''; the_permalink( ); echo '\'>' . $more_link_text . ''; echo ''; return null; } echo ''; echo $content; echo ' <a href=\''; the_permalink( ); echo '\'>' . 'Devamı →'; echo ''; } ............... ....?
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!