Jump to content

Agent Mihai007

Members
  • Posts

    7
  • Joined

  • Last visited

4 Followers

Profile Information

  • Gender
    Male
  • Location
    yellow.bugged.ro
  • Interests
    Samperist 4ever!

Agent Mihai007's Achievements

Noob

Noob (1/14)

0

Reputation

  1. ce gm b*****ne ca sunt multe gm-uri b*****ne Help pls
  2. Imi puteti spune care e gmu din clipul asta? https://www.youtube.com/watch?v=ubPv_iIl4WI&t=8s Mersi Urgent va rog
  3. Si cum as putea sa rezolv? EDIT: Am rezolvat, compiland cu pawno-ul din folderul gm-ului, cer T/C
  4. Fratilor, ajutati-ma, imi da eroarea asta! Va rog sa ma ajutati cat de repede puteti, am nevoie urgent sa rezolv cu eroarea asta! Aveti aici video: https://www.youtube.com/watch?v=WmJbbnT0yz8&feature=youtu.be
  5. Nu mi se deschide jocul, am dat run as administrator. Am incercat toate metodele, run as administrator, cu moduri, fara moduri. Ieri mergea, dimineata mergea. Ajutoooooor. Cat de repede puteti va rog. https://www.youtube.com/watch?v=adF9E1g-El8&feature=youtu.be
  6. @Liviu32 nush. daca poti ia cod de aici si pune-l in pawno si vezi. ca sunt plrcat. plecat
  7. Am si eu un panel seage. si imi da eroare. Parse error: syntax error, unexpected '.23' (T_DNUMBER) in C:\xampp\htdocs\panel\inc\Config.class.php on line 66 <?php if(!defined('panel')) die('Nope.'); class Config { private static $instance; public static $g_con; public static $_url = array(); private static $_pages = array( 'bid','donations','adminpanel','jobs','change','terms','privacy','contact','paysafecard','fcomplaints','ticketgeneral','ticketpay','tickets','checkmail','war','changemail','createcomplaint','mycomplaints','complaint','complaints','adminpanel','leader','clan','wars','staff','online','search','banlist','members','top','vehicles','houses','businesses','login','logs','profile','logout', 'leader','admin','shop','forum','ticket','replyticket','seeticket','ban','unban','invite','leaderp','uninvite', 'fup','fdown','rup','rdown','logleaderp','lock','del','unlock','unban','setunban','richlist','panelrestrict','deleterestrict', 'accountsp','restrictp','lp','t','recover','mail','mysettings','factionslist','deconnect','maill','delete','wipemfactions','wipe!', 'applications','viewapplication','apply','notifications','change_password','delnot','recover','resetare','sellhouse','logs', 'wanted', 'timeonline', 'details', 'deletefh', 'editfh', 'restorefh', 'changeskin', 'money', 'bmoney', 'support', 'accountsecurity', 'remove', 'leadervote', 'editcomment', 'restorecomment', 'deletecomment', 'auninvite', 'setlicences', 'notes', 'changeemail', 'vip', 'register', 'chatlog', 'lp', 'shoplog', 'iplog', 'flog', 'killslog', 'youtubers', 'changename', 'update', 'updates', 'addupdate', 'alogs', 'inactivity', 'viewinactivity', 'createinactivity', 'resignations', 'viewresign', 'createresign', 'playerlogs', 'faq', 'userapps', 'sendmessage', 'viewmessage', 'clearfp' ); public static $_PAGE_URL = 'http://localhost/panel/'; public static $_FORUM_URL = 'https://localhost/forum/'; public static $_INDEX_URL = 'http://localhost/panel/'; public static $_PAGE_YT = ''; //Nu umbla aici! public static $_IP = '94.23.208.199'; public static $_SERVER_DNS = 'rpg.blumix.ro'; public static $_PORT = '9879'; public static $_SITE_NAME = 'Blumix User Panel'; public static $_NAVBAR = "navbar navbar-fixed-top"; //" navbar navbar-fixed-top" = bar fixata, "navbar navbar-default" - bara normala. public static $_SKIN_THEME = 'skin-2'; // Skin 1 = "skin-1" ; Skin 2 = "skin-3" ; skin 4 = "skin-4" ; /*------------FUNCTII SERVER----------------*/ public static $_OWNERNAME = 'Mihai007'; // Numele ownerului = full access public static $_OWNERNAME2 = 'Raulgamer19'; // Numele celui de-al doilea Owner = full acces(daca exista) - Momentan indisponibila public static $_VIPCARS = '1'; // Daca aveti sistemul de vip cars implementat in gamemode, puteti pune valoarea 1 la aceasta variabila pentrua va afisa masinile VIP personalizat. public static $_TIMEONLINE = '0'; // Daca aveti sistemul de timp online implementat in gamemode, puteti pune valoare 1 la aceasta variabila pentru a va afisa sectiunea `Timp Online` public static $_LOGSENABLED = '1'; // Daca aveti sistemul de log-uri implementat in gamemode, puteti pune valoarea 1 la aceasta variabila pentru a va afisa log-urile pe panel. public static $_FPMax = '20'; // De aici puteti seta Faction Punish-ul maxim pentru admini(Daca setati FP-ul aceasta valoare va fi maxima atat pe profilul utilizatorului cat si admin panel). /*-----------END FUNCTII SERVER--------------*/ public static $factions = array(); public static $logs = array(); public static $vehColors = array(); public static $facColors = array(); public static $namevehicles = array(); public static $ccat = array(); public static $jobs = array(); public static $reasoncomplaint = array(); public static $securitymoderator = array(); public static $_AUTOCOPYRIGHT = 'Panel editat de Tibitiberiu - Pawno.ro'; private function __construct() { $db['mysql'] = array( 'host' => '127.0.0.1', 'username' => 'port_9879', 'dbname' => 'port_9879', 'password' => 'Hellcase1@' ); try { self::$g_con = new PDO('mysql:host='.$db['mysql']['host'].';dbname='.$db['mysql']['dbname'].';charset=utf8',$db['mysql']['username'],$db['mysql']['password']); self::$g_con->setAttribute(PDO::ATTR_EMULATE_PREPARES, false); self::$g_con->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); } catch (PDOException $e) { @file_put_contents('error_log',@file_get_contents('error_log') . $e->getMessage() . "\n"); die('<div class="alert alert-danger"><br />Avem o problema tehnica. Revenim in cel mai scurt timp posibil.</div>'); } self::_getUrl(); self::arrays(); } public static function EchoServerPlayers() { require "samp_query.php"; $serverIP = Config::$_94.23.208.199; $serverPort = Config::$_9879; try{ $rQuery = new QueryServer( $serverIP, $serverPort ); $aInformation = $rQuery->GetInfo( ); $rQuery->Close( ); } catch (QueryServerException $pError) { echo '0'; } if(isset($aInformation) && is_array($aInformation)){ echo $aInformation['MaxPlayers']; } } public static function dateDiff ($d1, $d2) { return round(abs(strtotime($d1)-strtotime($d2))/86400); } public static function valid_email($email) { return !!filter_var($email, FILTER_VALIDATE_EMAIL); } public static function encryptIP($ipaddress) { if(strpos($ipaddress, ":") !== false) { return "<b>This ip can't be converted.</b>"; } else { $salt = "BUHA.".$ipaddress."ANdrei14".$ipaddress; $octets = explode ('.', $ipaddress); $ip1 = substr(md5($octets[0].$salt), 0, 3); $ip2 = substr(md5($octets[1].$salt), 0, 7); $ip3 = substr(md5($octets[2].$salt), 0, 3); $ip4 = substr(base64_encode($ip2), 0, 1); $ip1long = md5($octets[0].$salt); $ip2long = md5($octets[1].$salt); $ip3long = md5($octets[2].$salt); $adresaip = $ip1.'.'.$ip2.$ip4.'.'.$ip3; $adresaiplong = $ip1long.'.'.$ip2long.$ip4.'.'.$ip3long; $result = '<a href='.Config::$_PAGE_URL.'logs/ip/'.$adresaiplong.'>'.'<font color="blue"><b>'.$adresaip.'</b></font></a>'; return $result; } } public static function getReason($reason) { if(strpos($reason, 'complaint:') !== false) { $mesaj = explode ('complaint:', $reason); return $mesaj; } } public static function formatName($id,$name = null,$faction = null) { if($name == null) { $data = User::getData($id,array('Member','Name')); $name = $data['Name']; $faction = $data['Member']; } $color = Arrays::$_factions[$faction]['color']; $name = '<a href="'.Config::$_PAGE_URL.'profile/'.$id.'" style="color:' . (!$faction ? '#919191' : $color ) . ';" onmouseover="this.style.textDecoration = \'none\'; " class="profile" id="'.$id.'">' . $name . '</a>'; return $name; } public static function init() { if (is_null(self::$instance)) { self::$instance = new self(); } return self::$instance; } private static function _getUrl() { $url = isset($_GET['page']) ? $_GET['page'] : null; $url = rtrim($url, '/'); $url = filter_var($url, FILTER_SANITIZE_URL); self::$_url = explode('/', $url); } public static function getrealip() { if (isset($_SERVER)){ if(isset($_SERVER["HTTP_X_FORWARDED_FOR"])){ $ip = $_SERVER["HTTP_X_FORWARDED_FOR"]; if(strpos($ip,",")){ $exp_ip = explode(",",$ip); $ip = $exp_ip[0]; } } else if(isset($_SERVER["HTTP_CLIENT_IP"])){ $ip = $_SERVER["HTTP_CLIENT_IP"]; }else{ $ip = $_SERVER["REMOTE_ADDR"]; } }else{ if(getenv('HTTP_X_FORWARDED_FOR')){ $ip = getenv('HTTP_X_FORWARDED_FOR'); if(strpos($ip,",")){ $exp_ip=explode(",",$ip); $ip = $exp_ip[0]; } }else if(getenv('HTTP_CLIENT_IP')){ $ip = getenv('HTTP_CLIENT_IP'); }else { $ip = getenv('REMOTE_ADDR'); } } return $ip; } public static function getContent() { if(isset(self::$_url[0]) && self::$_url[0] === 'signature') include_once 'inc/pages/signature.p.php'; include_once 'inc/header.inc.php'; if(self::$_url[0] === 'admin' && isset(self::$_url[1]) && file_exists('inc/pages/admin/' . self::$_url[1] . '.a.php')) include 'inc/pages/admin/' . self::$_url[1] . '.a.php'; elseif(self::$_url[0] === 'admin') include 'inc/pages/admin/index.a.php'; else if(in_array(self::$_url[0],self::$_pages)) include 'inc/pages/' . self::$_url[0] . '.p.php'; else include_once 'inc/pages/index.p.php'; include_once 'inc/footer.inc.php'; } public static function noAccess() { header("Location: $_PAGE_URL"); } public static function rows($table) { if(is_array($table)) { $rows = 0; foreach($table as $val) { $q = self::$g_con->prepare("SELECT * FROM `".$val."`"); $q->execute(); $rows += $q->rowCount(); } return $rows; } $q = self::$g_con->prepare("SELECT * FROM `".$table."`"); $q->execute(); return $q->rowCount(); } public static function _getPage() { return self::$_url[0]; } public static function getPage() { return isset(self::$_url[2]) ? self::$_url[2] : 1; } public static function isActive($active) { if(is_array($active)) { foreach($active as $ac) { if($ac === self::$_url[0]) return ' class="active"'; } return; } else return self::$_url[0] === $active ? ' class="active"' : false; } public static function message($label,$text,$custom = null) { if(isset($custom)) return '<' . $custom . '><span class="label label-'.$label.'">'.$text.'</span></' . $custom . '>'; else return '<span class="label label-'.$label.'">'.$text.'</span>'; } public static function getDate($timestamp,$time = false){ if(!$timestamp) return 1; $difference = time() - $timestamp; if($difference < 0) return 'just now'; $periods = array("second", "minute", "hour", "day", "week", "month", "year", "decade"); $lengths = array("60","60","24","7","4.35","12","10"); if ($difference > 0) { $ending = "ago"; } else { $difference = -$difference; $ending = "to go"; } if(!$difference) return 'just now'; for($j = 0; $difference >= $lengths[$j]; $j++) $difference /= $lengths[$j]; $difference = round($difference); if($difference != 1) $periods[$j].= "s"; if($time) $text = "$difference $periods[$j]"; else $text = "$difference $periods[$j] $ending"; return $text; } private static function arrays() { self::$namevehicles = array( 400 => "Landstalker", 401 => "Bravura", 402 => "Buffalo", 403 => "Linerunner", 404 => "Perrenial", 405 => "Sentinel", 406 => "Dumper", 407 => "Firetruck", 408 => "Trashmaster", 409 => "Stretch", 410 => "Manana", 411 => "Infernus", 412 => "Voodoo", 413 => "Pony", 414 => "Mule", 415 => "Cheetah", 416 => "Ambulance", 417 => "Leviathan", 418 => "Moonbeam", 419 => "Esperanto", 420 => "Taxi", 421 => "Washington", 422 => "Bobcat", 423 => "Whoopee", 424 => "BFInjection", 425 => "Hunter", 426 => "Premier", 427 => "Enforcer", 428 => "Securicar", 429 => "Banshee", 430 => "Predator", 431 => "Bus", 432 => "Rhino", 433 => "Barracks", 434 => "Hotknife", 435 => "Trailer", 436 => "Previon", 437 => "Coach", 438 => "Cabbie", 439 => "Stallion", 440 => "Rumpo", 441 => "RCBandit", 442 => "Romero", 443 => "Packer", 444 => "Monster", 445 => "Admiral", 446 => "Squalo", 447 => "Seasparrow", 448 => "Pizzaboy", 449 => "Tram", 450 => "Trailer", 451 => "Turismo", 452 => "Speeder", 453 => "Reefer", 454 => "Tropic", 455 => "Flatbed", 456 => "Yankee", 457 => "Caddy", 458 => "Solair", 459 => "Berkley\'sRCVan", 460 => "Skimmer", 461 => "PCJ-600", 462 => "Faggio", 463 => "Freeway", 464 => "RCBaron", 465 => "RCRaider", 466 => "Glendale", 467 => "Oceanic", 468 => "Sanchez", 469 => "Sparrow", 470 => "Patriot", 471 => "Quad", 472 => "Coastguard", 473 => "Dinghy", 474 => "Hermes", 475 => "Sabre", 476 => "Rustler", 477 => "ZR-350", 478 => "Walton", 479 => "Regina", 480 => "Comet", 481 => "BMX", 482 => "Burrito", 483 => "Camper", 484 => "Marquis", 485 => "Baggage", 486 => "Dozer", 487 => "Maverick", 488 => "NewsChopper", 489 => "Rancher", 490 => "FBIRancher", 491 => "Virgo", 492 => "Greenwood", 493 => "Jetmax", 494 => "Hotring", 495 => "Sandking", 496 => "BlistaCompact", 497 => "PoliceMaverick", 498 => "Boxville", 499 => "Benson", 500 => "Mesa", 501 => "RCGoblin", 502 => "HotringRacerA", 503 => "HotringRacerB", 504 => "BloodringBanger", 505 => "Rancher", 506 => "SuperGT", 507 => "Elegant", 508 => "Journey", 509 => "Bike", 510 => "MountainBike", 511 => "Beagle", 512 => "Cropduster", 513 => "Stunt", 514 => "Tanker", 515 => "Roadtrain", 516 => "Nebula", 517 => "Majestic", 518 => "Buccaneer", 519 => "Shamal", 520 => "Hydra", 521 => "FCR-900", 522 => "NRG-500", 523 => "HPV1000", 524 => "CementTruck", 525 => "TowTruck", 526 => "Fortune", 527 => "Cadrona", 528 => "FBITruck",529 => "Willard", 530 => "Forklift", 531 => "Tractor", 532 => "Combine", 533 => "Feltzer", 534 => "Remington", 535 => "Slamvan", 536 => "Blade", 537 => "Freight",538 => "Streak", 539 => "Vortex", 540 => "Vincent", 541 => "Bullet", 542 => "Clover", 543 => "Sadler", 544 => "Firetruck", 545 => "Hustler", 546 => "Intruder", 547 => "Primo", 548 => "Cargobob", 549 => "Tampa", 550 => "Sunrise", 551 => "Merit", 552 => "Utility", 553 => "Nevada", 554 => "Yosemite", 555 => "Windsor", 556 => "Monster", 557 => "Monster", 558 => "Uranus", 559 => "Jester", 560 => "Sultan", 561 => "Stratium", 562 => "Elegy", 563 => "Raindance", 564 => "RCTiger", 565 => "Flash", 566 => "Tahoma", 567 => "Savanna", 568 => "Bandito", 569 => "FreightFlat", 570 => "StreakCarriage", 571 => "Kart", 572 => "Mower", 573 => "Dune", 574 => "Sweeper", 575 => "Broadway", 576 => "Tornado", 577 => "AT-400", 578 => "DFT-30", 579 => "Huntley", 580 => "Stafford", 581 => "BF-400", 582 => "NewsVan", 583 => "Tug", 584 => "Trailer", 585 => "Emperor", 586 => "Wayfarer", 587 => "Euros", 588 => "Hotdog", 589 => "Club", 590 => "FreightBox", 591 => "Trailer", 592 => "Andromada", 593 => "Dodo", 594 => "RCCam", 595 => "Launch", 596 => "PoliceCar", 597 => "PoliceCar", 598 => "PoliceCar", 599 => "PoliceRanger", 600 => "Picador", 601 => "S.W.A.T", 602 => "Alpha", 603 => "Phoenix", 604 => "Glendale", 605 => "Sadler", 606 => "Luggage", 607 => "Luggage", 608 => "Stairs", 609 => "Boxville", 610 => "Tiller", 611 => "UtilityTrailer" ); self::$ccat = array( 0 => '', 1 => 'Sport Vehicles', 2 => 'Saloons', 3 => '#1E519D', 4 => '#FF4800', 5 => '#8F8C47', 6 => '#FFFF00', 7 => '#33CCFF', 8 => '#AA3333', 9 => '#C2A2DA', 10 => '#F5DEB3', 11 => '#40863C', 12 => '#D900D9', 13 => '#FD7E00', 14 => '#B4BBCF', 15 => '#6A4444', 16 => '#45382A', 17 => '#E1F0E6', 18 => '#81A383' ); self::$reasoncomplaint = array( 1 => 'has been banned by', 2 => 'has been permanent banned by', 3 => 'has been jailed by', 4 => 'has been warned by', 5 => 'has been muted by', 6 => 'has been kicked by' ); self::$factions = array( 0 => 'Civilian', 1 => 'Los Santos Police Department', 2 => 'Federal Bureau of Investigation', 3 => 'National Guard', 4 => 'Los Aztecas', 5 => 'Grove Street', 6 => 'Los Vagos', //7 => 'Gov', 8 => 'Las Venturas Police Department', 9 => 'News Reporters', 10 => 'Ballas', 11 => 'Hitman', 12 => 'School Instructors', 13 => 'Taxi', 14 => 'Paramedic', 15 => 'The Rifa', 16 => 'The Russian Mafia', 17 => 'Taxi LV' ); self::$securitymoderator = array( 0 => 'None', 1 => '<span class="label label-purple arrowed-in-right"><i class="icon-comments white"></i> support </span><br>Prin confirmare, functia acestui admin va fi stearsa.', 2 => '<span class="label label-yellow arrowed-in-right"><i class="icon-shield black"></i> support, account moderator </span><br>Prin confirmare, functia acestui admin va fi schimbata in Support.' ); self::$jobs = array( 0 => 'Unemployed', 1 => 'Detective', 2 => 'Car Jacker', 4 => 'Drugs Dealer', 5 => 'Pizza Boy', 6 => 'Farmer', 7 => 'Bus Driver', 8 => 'Mechanic', 9 => 'Arms Dealer', 10 => 'Garbage', 13 => 'Fisherman', 14 => 'Trucker', 15 => 'Coal Delivery Man' ); self::$vehColors = array( 'grey', '#CEB8F6', '#2A77A1', '#840410', '#263739', '#86446E', '#D78E10', '#4C75B7', '#BDBEC6', '#5E7072', '#46597A', '#656A79', '#5D7E8D', '#58595A', '#D6DAD6', '#9CA1A3', '#335F3F', '#730E1A', '#7B0A2A', '#9F9D94', '#3B4E78', '#732E3E', '#691E3B', '#96918C', '#515459', '#3F3E45', '#A5A9A7', '#635C5A', '#3D4A68', '#979592', '#421F21', '#5F272B', '#8494AB', '#767B7C', '#646464', '#5A5752', '#252527', '#2D3A35', '#93A396', '#6D7A88', '#221918', '#6F675F', '#7C1C2A', '#5F0A15', '#193826', '#5D1B20', '#9D9872', '#7A7560', '#989586', '#ADB0B0', '#848988', '#304F45', '#4D6268', '#162248', '#272F4B', '#7D6256', '#9EA4AB', '#9C8D71', '#6D1822', '#4E6881', '#9C9C98', '#917347', '#661C26', '#949D9F', '#A4A7A5', '#8E8C46', '#341A1E', '#6A7A8C', '#AAAD8E', '#AB988F', '#851F2E', '#6F8297', '#585853', '#9AA790', '#601A23', '#20202C', '#A4A096', '#AA9D84', '#78222B', '#0E316D', '#722A3F', '#7B715E', '#741D28', '#1E2E32', '#4D322F', '#7C1B44', '#2E5B20', '#395A83', '#6D2837', '#A7A28F', '#AFB1B1', '#364155', '#6D6C6E', '#0F6A89', '#204B6B', '#2B3E57', '#9B9F9D', '#6C8495', '#4D8495', '#AE9B7F', '#406C8F', '#1F253B', '#AB9276', '#134573', '#96816C', '#64686A', '#105082', '#A19983', '#385694', '#525661', '#7F6956', '#8C929A', '#596E87', '#473532', '#44624F', '#730A27', '#223457', '#640D1B', '#A3ADC6', '#695853', '#9B8B80', '#620B1C', '#5B5D5E', '#624428', '#731827', '#1B376D', '#EC6AAE', '#000000', '#177517', '#210606', '#125478', '#452A0D', '#571E1E', '#010701', '#25225A', '#2C89AA', '#8A4DBD', '#35963A', '#B7B7B7', '#464C8D', '#84888C', '#817867', '#817A26', '#6A506F', '#583E6F', '#8CB972', '#824F78', '#6D276A', '#1E1D13', '#1E1306', '#1F2518', '#2C4531', '#1E4C99', '#2E5F43', '#1E9948', '#1E9999', '#999976', '#7C8499', '#992E1E', '#2C1E08', '#142407', '#993E4D', '#1E4C99', '#198181', '#1A292A', '#16616F', '#1B6687', '#6C3F99', '#481A0E', '#7A7399', '#746D99', '#53387E', '#222407', '#3E190C', '#46210E', '#991E1E', '#8D4C8D', '#805B80', '#7B3E7E', '#3C1737', '#733517', '#781818', '#83341A', '#8E2F1C', '#7E3E53', '#7C6D7C', '#020C02', '#072407', '#163012', '#16301B', '#642B4F', '#368452', '#999590', '#818D96', '#99991E', '#7F994C', '#839292', '#788222', '#2B3C99', '#3A3A0B', '#8A794E', '#0E1F49', '#15371C', '#15273A', '#375775', '#060820', '#071326', '#20394B', '#2C5089', '#15426C', '#103250', '#241663', '#692015', '#8C8D94', '#516013', '#090F02', '#8C573A', '#52888E', '#995C52', '#99581E', '#993A63', '#998F4E', '#99311E', '#0D1842', '#521E1E', '#42420D', '#4C991E', '#082A1D', '#96821D', '#197F19', '#3B141F', '#745217', '#893F8D', '#7E1A6C', '#0B370B', '#27450D', '#071F24', '#784573', '#8A653A', '#732617', '#319490', '#56941D', '#59163D', '#1B8A2F', '#38160B', '#041804', '#355D8E', '#2E3F5B', '#561A28', '#4E0E27', '#706C67', '#3B3E42', '#2E2D33', '#7B7E7D', '#4A4442', '#28344E' ); self::$facColors = array( 0 => '#E8E8E8', 1 => '#2641FE', 2 => '#2641FE', 3 => '#1E519D', 4 => '#FF4800', 5 => '#8F8C47', 6 => '#FFFF00', 7 => '#33CCFF', 8 => '#AA3333', 9 => '#C2A2DA', 10 => '#F5DEB3', 11 => '#40863C', 12 => '#D900D9', 13 => '#FD7E00', 14 => '#B4BBCF', 15 => '#6A4444', 16 => '#45382A', 17 => '#E1F0E6', 18 => '#81A383' ); } public static function getData($table,$data,$id) { $q = Config::$g_con->prepare('SELECT `'.$data.'` FROM `'.$table.'` WHERE `id` = ?'); $q->execute(array($id)); $r_data = $q->fetch(); return $r_data[$data]; } public static function getID($table, $data, $name) { $q = Config::$g_con->prepare('SELECT `'.$data.'` FROM `'.$table.'` WHERE `name` = ?'); $q->execute(array($name)); $r_data = $q->fetch(); return $r_data[$data]; } } ?> asta am in config.class.php
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

moduri samp