Search found 7 matches

d4ne wrote:Example code to get cid, to answer my own question in this thread and others which might search it.Does your code have fallbacks? There are situations where a user's cid can't be gotten from one method. All of my tools use at least 4 different methods to get someone's cid cause it's poss...
Example code to get cid, to answer my own question in this thread and others which might search it. <?php class getCid { function __construct($username) { $this->username = $username; } function findUltimateDestination($url, $maxRequests = 10) { $ch = curl_init(); curl_setopt($ch, CURLOPT_HEADER, tr...
Yea just been searching for a cid translation cause we found some nice vulns on their servers to get more informations lol but im sure theres alot of usefull things here :)
Does anyone know the algo to create the cid from a username? The only aviable way i've seen yet, is to parse it through the "web_send_message_widget" widget on their website, which needs a active cookie or session. Is there a easier way to pull or generate it? Im kinda new to imvu so i did...