Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Themes
Author Message
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Sun Dec 25, 2005 8:53 pm Reply with quote

Sure I understand. Under GPL, you just ask for their source code hehe Smile

_________________
- Only registered users can see links on this board! Get registered or login! -

Need help? Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website
TopTop
New Member
New Member



Joined: Dec 25, 2005
Posts: 4

PostPosted: Wed Dec 28, 2005 3:06 am Reply with quote

Raven, I have some code and need to decode it ! Can you tell me please how can i do it =? Thanks so much for your help !

If you don't want to tell us about this decode script or how you do it ! can you decode only this files for me ? I'm so gladddddddddddd thanks !
 
View user's profile Send private message ICQ Number
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Wed Dec 28, 2005 3:22 am Reply with quote

Is that the sound of kaching!$ hitting my paypal account I hear?
 
View user's profile Send private message
TopTop







PostPosted: Wed Dec 28, 2005 3:28 am Reply with quote

Raven wrote:
Is that the sound of kaching!$ hitting my paypal account I hear?


Smile ! the script i need to decode is not your script ! Smile
 
Raven







PostPosted: Wed Dec 28, 2005 3:42 am Reply with quote

Not the point. I did one for free. That's the limit Smile
 
TopTop







PostPosted: Wed Dec 28, 2005 1:48 pm Reply with quote

Raven wrote:
Not the point. I did one for free. That's the limit Smile


Smile I will test you so ! Anyone need help to decode contact me ! I will help without money Smile I don't like a good admin Raven Very Happy hehehe

Code :

Code:
<?

   echo "\nDECODE nested eval(gzinflate()) Without Money :)\n\n";
   
   echo "1. Reading coded.txt\n";
   $fp1      = fopen ("coded.txt", "r");
   $contents = fread ($fp1, filesize ("coded.txt"));
   fclose($fp1);
   
   echo "2. Decoding\n";
   while (preg_match("/eval\(gzinflate/",$contents)) {
       $contents=preg_replace("/<\?|\?>/", "", $contents);
       eval(preg_replace("/eval/", "\$contents=", $contents));
   }
       
   echo "3. Writing decoded.txt\n";
   $fp2 = fopen("decoded.txt","w");
   fwrite($fp2, trim($contents));
   fclose($fp2);
?>



try use this code in local ! You can decode without money Smile
 
Raven







PostPosted: Wed Dec 28, 2005 2:06 pm Reply with quote

Why did you waste my time? The decoding is no secret. I have posted how to do it before. You have pretty much assured yourself of no further help from me at all, about anything. Btw, my method is much, much simpler ROTFL
 
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Wed Dec 28, 2005 3:26 pm Reply with quote

TopTop, its not about the money, it's the principle of thing.
Whilst peoples time are wasted on peadomorphic posts like yours, others wait patiently for advice or information who are in far greater need.
 
View user's profile Send private message Send e-mail
jaded
Theme Guru



Joined: Nov 01, 2003
Posts: 1006

PostPosted: Wed Dec 28, 2005 11:36 pm Reply with quote

I just do not understand why someone would feel the need to encrypt a theme file. what is the point? I mean, they can be decoded so easily and how on earth is a person supposed to work on tweaking or fixing a theme if they cannot read the bloody thing Mad I make them all the time, work on them all the time, and it would never occur to me to encode one. Rolling Eyes '

Maybe I have pms, lol, I seem a bit cranky on the board tonight killing me

_________________
Themes BB Skins
http://www.jaded-designs.com
Graphic Tees
http://www.cafepress.com/jadeddesigns
Paranormal Tees
http://www.cafepress.com/HauntedTees
Ghost Stories & More
http://www.hauntingtales.net 
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Themes

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©