Recent content by Digital Wiz

  1. D

    proxie scraping links

    Thank you for this but getting message "We are sorry, but the requested file doesn't exist or has expired and is no longer available."
  2. D

    Generate .edu emails for free in 5 minutes

    Thank you. This worked for me.
  3. D

    Anyone managing Clients PPC Campaigns?

    Thank you for this. I am in the process of starting an agency. This was very helpful.
  4. D

    Is there a random redirect plugin for wordpress?

    A little late but - Instead of using rand(0,4) for 5 websites, rand(0,2) for 3 websites etc. you can use the sizeof() or count() functions to get the size of the arrays. They return the actual number so you would have to subtract 1 so change rand(0,n) to rand(0,sizeof($aff_array)-1) That...
Back
Top