config.php 290 B

123456789101112131415161718
  1. <?php
  2. $cat_name = 'tttt';
  3. $cat_id=34;
  4. $parent_cat_id = 26;
  5. $arr_parent_ids = '34,26';
  6. $ext_type_1 = '';
  7. $ext_type_2 = '';
  8. $ext_type_3 = '';
  9. $ext_type_4 = '';
  10. $ext_type_5 = '';
  11. $vip_free = 1;
  12. $is_vip = 1;
  13. $stars = 3;
  14. $coin_price = 18;
  15. $user_id = 6;
  16. $tags = '';
  17. $user_name='gw_0000000006';
  18. ?>