Advertisement
Guest User

Untitled

a guest
Jun 27th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.30 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
  6. *
  7. * @ Version : 1.1.6.0
  8. * @ Author : DeZender
  9. * @ Release on : 02.06.2013
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. class SystemConfiguration {
  15. public $user_data_processor = false;
  16. public $error_handler = false;
  17. public $dirty_fields = array( );
  18. public $inclick_client_id = '';
  19. public $inclick_license_key = '';
  20. public $maximum_headline_length = 25;
  21. public $maximum_display_url_length = 35;
  22. public $maximum_description_length = 70;
  23. public $use_split_description_lines = true;
  24. public $minimum_deposit = 10;
  25. public $minimum_first_deposit = 5;
  26. public $minimum_system_cpc = 0.0500000000000000027755576;
  27. public $default_to_minimum_deposit = true;
  28. public $advertiser_low_funding_threshold = 50;
  29. public $use_autobidding = true;
  30. public $delivery_pacing_choice = true;
  31. public $delivery_pacing_default = 'staggered';
  32. public $require_channels = true;
  33. public $require_keywords = false;
  34. public $allow_consecutive_ads = false;
  35. public $allow_multiple_same_advertiser = false;
  36. public $use_geotargeting = false;
  37. public $use_captcha = true;
  38. public $use_incontext = true;
  39. public $use_keywords = true;
  40. public $allow_text_ads = true;
  41. public $allow_hybrid_ads = true;
  42. public $allow_image_ads = true;
  43. public $allow_rich_media_ads = true;
  44. public $allow_external_publishers = true;
  45. public $allow_unapproved_publisher_ad_code = true;
  46. public $publisher_base_commission = 35;
  47. public $publisher_tier2_commission = 5;
  48. public $publisher_payment_threshold = 10;
  49. public $publisher_require_demographics = false;
  50. public $advertiser_tier2_commission = 5;
  51. public $advertiser_tier2_recurring_commission = 1;
  52. public $show_publisher_commission_rate = true;
  53. public $allow_publisher_payment_check = true;
  54. public $allow_publisher_payment_paypal = false;
  55. public $allow_publisher_payment_wire = false;
  56. public $network_name = 'Inclick';
  57. public $short_network_name = 'Inclick';
  58. public $ads_by_name = 'Inclick';
  59. public $ads_by_url = 'http://www.inclick.net';
  60. public $system_email = 'support@inmotiongroup.net';
  61. public $admin_email = 'admin@inmotiongroup.net';
  62. public $require_admin_ad_approval = true;
  63. public $ssl_base_url = 'http://localhost/inclick';
  64. public $base_url = 'http://localhost/inclick';
  65. public $logout_url = 'http://localhost/inclick';
  66. public $ad_delivery_base_url = 'http://localhost/inclick';
  67. public $secure_ad_delivery_base_url = false;
  68. public $allow_visa_payment = true;
  69. public $allow_mastercard_payment = true;
  70. public $allow_discover_payment = true;
  71. public $allow_american_express_payment = true;
  72. public $allow_paypal_payment = false;
  73. public $allow_two_checkout_payment = false;
  74. public $allow_check_payment = false;
  75. public $allow_wire_payment = false;
  76. public $allow_audi_payment = false;
  77. public $allow_alert_pay_payment = false;
  78. public $allow_payza_payment = false;
  79. public $allow_automatic_billing = true;
  80. public $default_to_automatic_billing = false;
  81. public $authorize_net_user_id = '';
  82. public $authorize_net_key = '';
  83. public $authorize_net_url = 'https://secure.authorize.net/gateway/transact.dll?';
  84. public $paypal_email_address = '';
  85. public $paypal_return_url = '';
  86. public $paypal_return_url_cancelled = '';
  87. public $paypal_page_style = '';
  88. public $paypal_user_id = '';
  89. public $paypal_password = '';
  90. public $paypal_signature = '';
  91. public $two_checkout_user_id = '';
  92. public $two_checkout_key = '';
  93. public $cybersource_user_id = '';
  94. public $cybersource_key_directory = '';
  95. public $cybersource_transaction_key = '';
  96. public $cybersource_country_code = '';
  97. public $payflow_user_id = '';
  98. public $payflow_password = '';
  99. public $payflow_vendor = '';
  100. public $payflow_partner = '';
  101. public $audi_merchant_id = '';
  102. public $audi_access_code = '';
  103. public $audi_secret_hash = '';
  104. public $alert_pay_merchant_id = '';
  105. public $alert_pay_security_code = '';
  106. public $payza_merchant_id = '';
  107. public $payza_security_code = '';
  108. public $credit_card_gateway_code = 'authorize_net';
  109. public $check_address = false;
  110. public $check_recipient_name = false;
  111. public $wire_swift = false;
  112. public $wire_account_name = false;
  113. public $wire_account_number = false;
  114. public $wire_routing_number = false;
  115. public $wire_bank_name = false;
  116. public $wire_bank_address = false;
  117.  
  118. public function SystemConfiguration($djecbchcie, $badihfgfjd) {
  119. $this->user_data_processor = new UserDataProcessor( $bdbecdibah );
  120. $this->error_handler = $djecbchcie;
  121. $this->_internal_initializeFromArray( $badihfgfjd );
  122. }
  123.  
  124. public function setInclickClientID($djgjgcegfc) {
  125. $this->_internal_fieldUpdated( 'inclick_client_id', $this->inclick_client_id, $djgjgcegfc );
  126. $this->inclick_client_id = $djgjgcegfc;
  127. }
  128.  
  129. public function getInclickClientID() {
  130. return $this->inclick_client_id;
  131. }
  132.  
  133. public function setInclickLicenseKey($djgjgcegfc) {
  134. $this->_internal_fieldUpdated( 'inclick_license_key', $this->inclick_license_key, $djgjgcegfc );
  135. $this->inclick_license_key = $djgjgcegfc;
  136. }
  137.  
  138. public function getInclickLicenseKey() {
  139. return $this->inclick_license_key;
  140. }
  141.  
  142. public function getMaximumHeadlineLength($djbidfajcb = 'cpc') {
  143. if ($djbidfajcb == 'mob') {
  144. return 35;
  145. }
  146.  
  147. return $this->maximum_headline_length;
  148. }
  149.  
  150. public function setMaximumHeadlineLength($djgjgcegfc) {
  151. $this->_internal_fieldUpdated( 'headline_max', $this->maximum_headline_length, $djgjgcegfc );
  152. $this->maximum_headline_length = $djgjgcegfc;
  153. }
  154.  
  155. public function getMaximumDisplayURLLength($djbidfajcb = 'cpc') {
  156. if ($djbidfajcb == 'mob') {
  157. return 35;
  158. }
  159.  
  160. return $this->maximum_display_url_length;
  161. }
  162.  
  163. public function setMaximumDisplayURLLength($djgjgcegfc) {
  164. $this->_internal_fieldUpdated( 'urldisplay_max', $this->maximum_display_url_length, $djgjgcegfc );
  165. $this->maximum_display_url_length = $djgjgcegfc;
  166. }
  167.  
  168. public function getMaximumDescriptionLength($djbidfajcb = 'cpc') {
  169. if ($djbidfajcb == 'mob') {
  170. return 70;
  171. }
  172.  
  173. return $this->maximum_description_length;
  174. }
  175.  
  176. public function setMaximumDescriptionLength($djgjgcegfc) {
  177. $this->_internal_fieldUpdated( 'description_max', $this->maximum_description_length, $djgjgcegfc );
  178. $this->maximum_description_length = $djgjgcegfc;
  179. }
  180.  
  181. public function getUseSplitDescriptionLines() {
  182. return $this->use_split_description_lines;
  183. }
  184.  
  185. public function setUseSplitDescriptionLines($djgjgcegfc) {
  186. $this->_internal_fieldUpdated( 'description_split', $this->use_split_description_lines, $djgjgcegfc );
  187. $this->use_split_description_lines = $djgjgcegfc;
  188. }
  189.  
  190. public function getMinimumDeposit() {
  191. return $this->minimum_deposit;
  192. }
  193.  
  194. public function setMinimumDeposit($djgjgcegfc) {
  195. $this->_internal_fieldUpdated( 'minimum_deposit', $this->minimum_deposit, $djgjgcegfc );
  196. $this->minimum_deposit = $djgjgcegfc;
  197. }
  198.  
  199. public function getMinimumFirstDeposit() {
  200. return $this->minimum_first_deposit;
  201. }
  202.  
  203. public function setMinimumFirstDeposit($djgjgcegfc) {
  204. $this->_internal_fieldUpdated( 'minimum_first_deposit', $this->minimum_first_deposit, $djgjgcegfc );
  205. $this->minimum_first_deposit = $djgjgcegfc;
  206. }
  207.  
  208. public function getDefaultToMinimumDeposit() {
  209. return $this->default_to_minimum_deposit;
  210. }
  211.  
  212. public function setDefaultToMinimumDeposit($djgjgcegfc) {
  213. $this->_internal_fieldUpdated( 'default_to_minimum_deposit', $this->default_to_minimum_deposit, $djgjgcegfc );
  214. $this->default_to_minimum_deposit = $djgjgcegfc;
  215. }
  216.  
  217. public function getMinimumSystemCPC() {
  218. return $this->minimum_system_cpc;
  219. }
  220.  
  221. public function setMinimumSystemCPC($djgjgcegfc) {
  222. $this->_internal_fieldUpdated( 'minimum_system_cpc', $this->minimum_system_cpc, $djgjgcegfc );
  223. $this->minimum_system_cpc = $djgjgcegfc;
  224. }
  225.  
  226. public function getAdvertiserLowFundingThreshold() {
  227. return $this->advertiser_low_funding_threshold;
  228. }
  229.  
  230. public function setAdvertiserLowFundingThreshold($djgjgcegfc) {
  231. $this->_internal_fieldUpdated( 'notify_limit', $this->advertiser_low_funding_threshold, $djgjgcegfc );
  232. $this->advertiser_low_funding_threshold = $djgjgcegfc;
  233. }
  234.  
  235. public function getUseAutobidding() {
  236. return $this->use_autobidding;
  237. }
  238.  
  239. public function setUseAutobidding($djgjgcegfc) {
  240. $this->_internal_fieldUpdated( 'use_autobidding', $this->use_autobidding, $djgjgcegfc );
  241. $this->use_autobidding = $djgjgcegfc;
  242. }
  243.  
  244. public function getAllowDeliveryPacingModification() {
  245. return $this->delivery_pacing_choice;
  246. }
  247.  
  248. public function setAllowDeliveryPacingModification($djgjgcegfc) {
  249. $this->_internal_fieldUpdated( 'system_delivery_pacing_choice', $this->delivery_pacing_choice, $djgjgcegfc );
  250. $this->delivery_pacing_choice = $djgjgcegfc;
  251. }
  252.  
  253. public function getDeliveryPacingDefault() {
  254. return $this->delivery_pacing_default;
  255. }
  256.  
  257. public function setDeliveryPacingDefault($djgjgcegfc) {
  258. $this->_internal_fieldUpdated( 'system_delivery_pacing_default', $this->delivery_pacing_default, $djgjgcegfc );
  259. $this->delivery_pacing_default = $djgjgcegfc;
  260. }
  261.  
  262. public function setRequireChannels($djgjgcegfc) {
  263. $this->_internal_fieldUpdated( 'system_require_zone', $this->require_channels, $djgjgcegfc );
  264. $this->require_channels = $djgjgcegfc;
  265. }
  266.  
  267. public function getRequireChannels() {
  268. return $this->require_channels;
  269. }
  270.  
  271. public function setAllowConsecutiveAds($djgjgcegfc) {
  272. $this->_internal_fieldUpdated( 'system_consecutive_ads', $this->allow_consecutive_ads, $djgjgcegfc );
  273. $this->allow_consecutive_ads = $djgjgcegfc;
  274. }
  275.  
  276. public function getAllowConsecutiveAds() {
  277. return $this->allow_consecutive_ads;
  278. }
  279.  
  280. public function setAllowMultipleSameAdvertiser($djgjgcegfc) {
  281. $this->_internal_fieldUpdated( 'system_allow_multiple_same_advertiser', $this->allow_multiple_same_advertiser, $djgjgcegfc );
  282. $this->allow_multiple_same_advertiser = $djgjgcegfc;
  283. }
  284.  
  285. public function getAllowMultipleSameAdvertiser() {
  286. return $this->allow_multiple_same_advertiser;
  287. }
  288.  
  289. public function setRequireKeywords($djgjgcegfc) {
  290. $this->_internal_fieldUpdated( 'system_require_keywords', $this->require_keywords, $djgjgcegfc );
  291. $this->require_keywords = $djgjgcegfc;
  292. }
  293.  
  294. public function getRequireKeywords() {
  295. return $this->require_keywords;
  296. }
  297.  
  298. public function setUseKeywords($djgjgcegfc) {
  299. $this->_internal_fieldUpdated( 'system_use_keywords', $this->use_keywords, $djgjgcegfc );
  300. $this->use_keywords = $djgjgcegfc;
  301. }
  302.  
  303. public function getUseKeywords() {
  304. return $this->use_keywords;
  305. }
  306.  
  307. public function setAllowTextAds($djgjgcegfc) {
  308. $this->_internal_fieldUpdated( 'system_allow_text_ads', $this->allow_text_ads, $djgjgcegfc );
  309. $this->allow_text_ads = $djgjgcegfc;
  310. }
  311.  
  312. public function getAllowTextAds() {
  313. return $this->allow_text_ads;
  314. }
  315.  
  316. public function setAllowHybridAds($djgjgcegfc) {
  317. $this->_internal_fieldUpdated( 'system_allow_hybrid_ads', $this->allow_hybrid_ads, $djgjgcegfc );
  318. $this->allow_hybrid_ads = $djgjgcegfc;
  319. }
  320. ......................................................................
  321. .....................................
  322. ..............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement