Skip to content
WJunction - Webmaster Forum

How to get those random ads?

Status
Not open for further replies.
How do you get those crazy random ads that Warez-BB has? (I am using adbrite). Any help on all this please? I want to start making a little extra money to help pay off my server since the economy went down, barely anyone is buying V.I.P. on my site now which is gonna kill the site. Any ideas on how to start making some money right away from ads to help pay off a server?
 

3 comments

I would recommend going into grafix for websites. Post ads in your town, cafe, etc. Tell them your service and such. Provide phone #. I have done this and made over $100. Find new ways to advertise, you should have kept sharedxs man. I miss the spinney avatars.
 
What are you asking exactly? which ads they're using? if so it's CPX and AdBrite.

If what you're asking is how to add different ads and ranomize them, you can use JavaScript or PHP for that.

Try this: (PHP)

PHP:
<?php
$ad1 = 'AD-1 CODE HERE';
$ad2 = 'AD-2 CODE HERE';

$ads = rand(1, 2);
    
echo ${ad.$ads};
?>

Not the best way, but heh.
 
Status
Not open for further replies.

About the author

D
Active Member · Joined
552
Messages
8
Reactions
18
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom