not bad.. thx for this +rep

Here's a way of obtaining all the pictures on the official Diablo 3 website.
For this you need xampp installed or a website that supports PHP.
count.php
This will display all pictures that have been released on the official diablo 3 website.PHP Code:<?php
for ($i = 1; $i <= 150; $i++) {
echo "<a href='viewcount.php?id=" . $i . "'><img src='http://eu.blizzard.com/diablo3/_images/artwork/ss" . $i . ".jpg' /></a>";
}
For getting this in bbcode then simply include this file:
viewcount.php
Enjoy!PHP Code:<?php
$id = $_GET["id"];
echo "[img]http://eu.blizzard.com/diablo3/_images/artwork/ss" . $id . ".jpg[/img]";
ლ(ಠ益ಠლ) Y U NO GIEF MUNNEH?!
Roses are red, violets are blue. Does this bar napkin smell like chloroform to you?
Be sure to check my guide on how to get BF3 for free!
not bad.. thx for this +rep
Most likely in the first week in September.
Noobs, n00bs, newbs, call them what you will, they taste great on rye with mayonnaise.
Are you a Contrib+? Do you own an Xbox? Join the community here!
How do you exactly do it? I'm kinda confused.
yes,how do this?
I threw up some of your code and also used it on other website like gamespot. Uh, i keep getting broken images though because of the error 'not found on server'

Bookmarks