<?PHP
/**
* @
* @
* @
* @
* @version - 1.0
**/
*
//returns the base ID of a player from the resource ID provided
public function baseID($resourceid){
****$rid = $resourceid;
****$version = 0;
*
****WHILE ($rid > 16777216){
********$version++;
********if ($version == 1){
************//the constant applied to all items
************$rid -= 1342177280;
********}elseif ($version == 2){
************//the value added to the first updated version
************$rid -= 50331648;
********}else{
************//the value added on all subsequent versions
************$rid -= 16777216;
********}
****}
*
****$returnable = array('baseID'=>$rid,'version'=>$version);
****return $returnable;
}
*
//returns the JSON file containing the players information
public function playerinfo($baseID){
****$playerurl = "http://cdn.content.easports.com/fifa/fltOnlineAssets/2013/fut/items/web/". $baseID .".json";
****$EAPLAYER = file_get_contents($playerurl, false);
*
****return $EAPLAYER;
}
*
//returns the URL of the players image
public function playerimage($baseID){
****$EAPIMAGE = "http://cdn.content.easports.com/fifa/fltOnlineAssets/2013/fut/items/images/players/web/". $baseID .".png";
*
****return $EAPIMAGE;
}
*
//returns the JSON file containing the managers information
public function managerinfo($assetID){
****$managerurl = "http://cdn.content.easports.com/fifa/fltOnlineAssets/2013/fut/items/web/". $assetID .".json";
****$EAMANAGER = file_get_contents($managerurl, false);
*
****return $EAMANAGER;
}
*
//returns the URL of the managers image
public function managerimage($assetID){
****$EAMIMAGE = "http://cdn.content.easports.com/fifa/fltOnlineAssets/2013/fut/items/images/players/web/heads_staff_". $assetID .".png";
*
****return $EAMIMAGE;
}
*
//returns the URL of the countries flag
public function flagimage($assetID){
****$EAMIMAGE = "http://cdn.content.easports.com/fifa/fltOnlineAssets/2013/fut/items/images/cardflags/web/". $assetID .".png";
*
****return $EAMIMAGE;
}
*
//returns the URL of the countries flag
public function flagswfimage($assetID){
****$EAMIMAGE = "http://cdn.content.easports.com/fifa/fltOnlineAssets/2013/fut/items/images/cardflagssmall/web/Flag_". $assetID .".swf";
*
****return $EAMIMAGE;
}
*
//returns the URL of the clubs badge
public function clubimage($assetID){
****$EAMIMAGE = "http://cdn.content.easports.com/fifa/fltOnlineAssets/2013/fut/items/images/clubbadges/web/s". $assetID .".png";
*
****return $EAMIMAGE;
}
*
//returns the JSON file containing how many coins your account has to spend
public function credits($EASW_KEY, $EASF_SESS, $PHISHKEY, $XSID){
****//URL to retrieve credits
****$creditsurl = "https://utas.fut.ea.com/ut/game/fifa13/user/credits";
*
****//Set the cookie data
****$cookie_string = $EASW_KEY."; ".$EASF_SESS ."; ".$PHISHKEY;**********************************************************************
****//Setup cURL HTTP request
****$ch = curl_init($creditsurl);*********************************************************************
****curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");************************************************************************************************************************************
****curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
****curl_setopt($ch, CURLOPT_COOKIE, $cookie_string);
****curl_setopt($ch, CURLOPT_HEADER, false);
****curl_setopt($ch, CURLOPT_HTTPHEADER, array(*************************************************************************
********'Content-Type: application/json',*******************************************************************************
********'x-http-method-override: GET',
********$XSID)**********************************************************************
****);
*
****//Contains the JSON file returned from EA
****$EACREDITS = curl_exec($ch);
****curl_close($ch);
*
****unset ($ch, $cookie_string, $trade, $tradeurl, $value);
*
****return $EACREDITS;
}
*
//Return the type of card we have
public function cardtype($rating, $rare){
*
****$type = "Gold";
****//Set the Colour based on the player rating
****if ($rating <= 64){
********$type = "Bronze";
****}elseif ($rating <= 74){
********$type = "Silver";
****}
*
****//Set the Catagory based on the player rareity
****switch($rare):
********case 1:
************$type .= " Shiny";
************break;
********case 3:
************$type .= " InForm";
************break;
********case 5:
************$type .= " TOTY";
************break;
********case 6:
************$type .= " TOTY";
************break;
********case 8:
************$type .= " MOTM";
****endswitch;
*
****//Return the Card Type
****return $type;
}
?>
[Fifa 12] Autobuyer 12/09/2012 - Fifa - 35 Replies Hallo zusammen, ich suche für Fifa 12 Ultimate Team einen Autobuyer... also sogesehen ein Bot. Denke mal der Name sagt da schon alles.
Habe mich die Tage "totgegoogelt" und nichts gefunden :D
Fifa 12 Autobuyer 06/20/2012 - Fifa - 1 Replies Hey Leute, ich weiß nicht ob ihr das wusstet aber es gibt eine simple Art schnell Münzen zu machen.
Der Autobuyer ! Der Autobuyer such nach Schnäppchen auf dem Markt von euch ausgewählten Spielern und kauft sie für einen von euch ausgewählten maximum preis. Ihr könnt auch einstellen für wie viel er wieder verkauft werden soll (oder vllt behalten werden soll) .. Nach dem ich ihn jetzt 3 Tage hab (hab ihn für 40k Münzen gekauft) hab ich jetzt ca. 100k damit verdient (ps: ich hab gar nicht so...
Fifa 12 autobuyer 06/08/2012 - Fifa - 3 Replies Hey wollte fragen ob es einen kostenlosen Fifa 12 (Fut) autobuyer gibt ich weiß das es einen auf Ebay zu kaufen gibt aber das wäre mir zu schade gibts da auch einen für umsonst?
Fifa 12 Autobuyer ! 05/10/2012 - Fifa - 1 Replies Habe diesen ich glaube meistgenutzten Autobuyer für fifa12...
könne mich wer adden der davon ein bisschen ahnung hat weil ich ihn nicht genau verstehe :)
skype: jonsiga1
PS: verschicke ihn auch umsonst an leute die ihn noch nicht haben...
Fifa 12 Autobuyer 04/11/2012 - Off Topic - 2 Replies Hey, wollte mal fragen, ob jemand von euch einen kostenlosen Ps3 Autobuyer kennt für Fifa 12 Ultimate Team. Wäre echt super...