View Single Post
Unread 08-03-13, 05:17 AM   #3
Bl4ckSh33p
 
Bl4ckSh33p's Avatar
Mod Author - Click to view Mods
Join Date: Jul 2013
Posts: 12
Hi. Thanks for sharing but I could not find much helpful info in it.
But I have a solution for my problem now.

Code:
foreach ($user_array as $nr => $inhalt) { 
        // Compare current item to the posted information 
        if($user == $inhalt["User"] AND $serial == $inhalt["Serial"]) { 
            // The current user matched, return info and exit 
            echo md5($user).md5($serial).'::'.$installed; 
            exit; 
        }  
}
Bl4ckSh33p is offline   Reply With Quote