Post Reply Home » Forums » Diablo 3 » Diablo 3 Guides

Get All The Latest Diablo 3 Pictures Right Away : Diablo 3 Guides

Posted: September 27th, 2011
User avatar
Total Posts:2313 Joined:2004
Here is a great way for people to get the pictures from the diablo 3 website quickly and easily.

1 - Get xampp or own a website that has php enabled.
2. Create count.php with the following code if you want new pictures on the diablo 3 website.

Code: Select all

<?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>";
} 
Or

2. If you want it posted in bbcode then create a php file called for example viewcount.php with the following code

Code: Select all

<?php

$id = $_GET["id"];

echo "[img]http://eu.blizzard.com/diablo3/_images/artwork/ss" . $id . ".jpg[/img]"; 
Thats it and you can now create your own fansite with instantly updated information.

_________________
I DO NOT TAKE CREDIT FOR MY INFO.

I am a member of a exploit guild and post it here because i like this site and want to help it.

Image
Posted: August 16th, 2012
Total Posts:178 Joined:2007
The picture? There's a ton of pictures, and wouldnt using the screen shot key be easier?
Want Advertisements After The Last Post Removed? Create A Free Account!
blue large dotWho is online
Users browsing this forum: No registered users and 1 guest
Post Reply