Advertisement
Guest User

HELLO

a guest
Jan 20th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. function adlinks() {
  2. $names = array(
  3. 'https://bit.ly/2Cwgjiu',
  4. 'https://bit.ly/2T9l8Ul',
  5. 'https://bit.ly/2GO84Cu',
  6. 'https://bit.ly/2CxV6VE',
  7. 'https://bit.ly/2EIDjfL',
  8. 'https://bit.ly/2Lz79Vj',
  9. 'https://bit.ly/2rSCx8v',
  10. 'https://bit.ly/2CwI8aH',
  11. 'https://bit.ly/2BEV4t7'
  12. // and so on
  13.  
  14. );
  15. return $names[mt_rand(0, sizeof($names) - 1)];
  16. }
  17.  
  18. function adbanners() {
  19. $namez = array(
  20. '<div align="center"><a href="https://bit.ly/2Cwgjiu"><img src="ads/squarejob2.jpg" class="img-fluid"></a></div>',
  21. '<div align="center"><a href="https://bit.ly/2T9l8Ul"><img src="ads/squarejob3.jpg" class="img-fluid"></a></div>',
  22. '<div align="center"><a href="https://bit.ly/2GO84Cu"><img src="ads/squarejob4.jpg" class="img-fluid"></a></div>',
  23. '<div align="center"><a href="https://bit.ly/2CxV6VE"><img src="ads/squarejob1.jpg" class="img-fluid"></a></div>',
  24. '<div align="center"><a href="https://bit.ly/2EIDjfL"><img src="ads/squarescholarship1.jpg" class="img-fluid"></a></div>',
  25. '<div align="center"><a href="https://bit.ly/2Lz79Vj"><img src="ads/squarescholarship2.jpg" class="img-fluid"></a></div>',
  26. '<div align="center"><a href="https://bit.ly/2rSCx8v"><img src="ads/squarescholarship1.jpg" class="img-fluid"></a></div>',
  27. '<div align="center"><a href="https://bit.ly/2CwI8aH"><img src="ads/squarejob3.jpg" class="img-fluid"></a></div>',
  28. '<div align="center"><a href="https://bit.ly/2BEV4t7"><img src="ads/squarescholarship2.jpg" class="img-fluid"></a></div>'
  29. // and so on
  30.  
  31. );
  32. return $namez[mt_rand(0, sizeof($namez) - 1)];
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement