Post
Topic
Board Micro Earnings
Re: Open Sourced Faucet with Dice Script
by
coinableS
on 13/06/2016, 01:15:09 UTC
Nice script.
I want to ask how I can add columns on left and right to add some text to faucet?
guessing its in the index.php or template.... im not sure if that script has a user friendly admin page to add  ads.. you must have some html skills atleast to add ads text etc.

Yea no sorry I didn't include an admin page or anything to make changing the layout easy. You would have to do it manually yourself in the two index files, faucetbox and faucetboxgame.

If you wanted a quick way to do it, you could just wrap everything in a table with two columns.

Change this:
Code:




FAUCET BALANCE
echo $getfaucetbal2?> BTC




--AD SPOT

To this:
Code:




FAUCET BALANCE
echo $getfaucetbal2?> BTC




 


Some column text here


--AD SPOT
....
snipping many lines of code to save space
....
 

 

Rules & FAQs


  - More excellent information can go here