frazgta
Power Member
- Jan 24, 2011
- 574
- 383
So this is how i insert images (100's of them) in Spintax.
Step 1: Get the images. For this you can use the Image grabber add-on in Scrapebox or use any free image grabbing tools available here in BHW

There can be as many images as you want.
Once you've got them loaded up in a folder rename and edit them. For that you can read this thread by codo3500:
Step 2: Go to
Scroll down and make the changes as circled in the Picture:
Now click on "Select Files" and select all the Edited/Renamed images and click on "Upload Now".
Now just wait.
After it's done you'll get something like this.
Step 3: Copy all the text in the HTML code box.
Step 4: Open up Notepad ++ and paste the code in it.
You'll get this:
Now Press Ctrl + H
In Find what, type : alt="imagebam.com"></a>
In replace with, type :alt="imagebam.com"></a> \n
Click on the Extended radio button.
Now Click on "Replace All"
That will produce a new line at the end of each image code.
Step 5:
Now Press Ctrl + H again
In Find what, type : alt="imagebam.com"></a>
In replace with, type :alt="imagebam.com"></a>|
Click on the Extended radio button.
Click on replace all.
You'll get this:
NOTE: Remove the | in the end of the document.
Now at the start put a "{" without quotes and at the end put a "}" without quotes.
You'll get this:
That's it. There can be 1000s of images in that code but you will get only 1 when it is spun. You can use this code in almost any software.
Cheers
Fraz
Step 1: Get the images. For this you can use the Image grabber add-on in Scrapebox or use any free image grabbing tools available here in BHW
There can be as many images as you want.
Once you've got them loaded up in a folder rename and edit them. For that you can read this thread by codo3500:
Step 2: Go to
PHP:
http://www.imagebam.com/
Scroll down and make the changes as circled in the Picture:

Now click on "Select Files" and select all the Edited/Renamed images and click on "Upload Now".
Now just wait.
After it's done you'll get something like this.

Step 3: Copy all the text in the HTML code box.
Step 4: Open up Notepad ++ and paste the code in it.
You'll get this:

Now Press Ctrl + H
In Find what, type : alt="imagebam.com"></a>
In replace with, type :alt="imagebam.com"></a> \n
Click on the Extended radio button.

Now Click on "Replace All"
That will produce a new line at the end of each image code.

Step 5:
Now Press Ctrl + H again
In Find what, type : alt="imagebam.com"></a>
In replace with, type :alt="imagebam.com"></a>|
Click on the Extended radio button.
Click on replace all.
You'll get this:

NOTE: Remove the | in the end of the document.
Now at the start put a "{" without quotes and at the end put a "}" without quotes.
You'll get this:

That's it. There can be 1000s of images in that code but you will get only 1 when it is spun. You can use this code in almost any software.
Cheers
Fraz
Last edited: