Bitcoin Forum
April 27, 2024, 06:45:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Services / [Free] Freebitco.in SMART AUTO-Player on: May 24, 2014, 11:46:59 AM
This is completely free below, with a couple of screenies to help the not-so-technicals' out that haven't an idea how to open up the consoles on Chrome and Firefox.

I'm bringing to you a player that'll make life easier while over on freebitco.in that you can actually see for yourself. I'm not putting an affiliate link, but if you find this useful and would like to donate feel free it'll be down below (all donations are appreciated)

Anyhow here's the script and I'll supply you with screenies of exactly what it does, rather than posting comments throughout this code.

You will need Google Chrome or Firefox, if you need to know how to open up the console on each one great. If not here's how you do it:

Chrome - Shift + CTRL + J

Firefox - Right click the page once you're on Multiply BTC and click Inspect Element then click inside the box down below, the Console box as such:



Now for the code to place in the console, feel free to adjust the numbers as you see fit, I'll pop in and out once in a while, but it takes a bit of understanding, however...... There's a safety net Smiley You'll see as you progress! Because we can never win it all, always lose in the long run. However if you get up there in the numbers, PULL OUT!

Enjoy and it's full on open source, as you can see here this is what it builds you:



As you see it cuts all the access ads out, and builds you nothing but a frame to watch, and when you start to lose, it'll pop up and ask you to take the rise, you can see in the code below for yourself:

This is what I use, however do note, everyone's LUCK is different. But this adds a bit of speed to your gambling Smiley Remember bet responsively!

Copy and paste the below into the console and go kick ass!

Code:
$('body').append('<div style="position:fixed;top:0;left:0;width:100%;height:100%;min-height:100%;text-align: center;z-index:100000;background-color:white;" class=""><table style="margin:0 auto;"><tr><td>balance</td><td id="balance_b"></td></tr><tr><td>win</td><td id="roundwin_b"></td></tr><tr><td>bet</td><td id="current_bet_b"></td></tr><tr><td>time</td><td id="time_b"></td></tr></table></div>');
 
bconfig = {
  maxBet: 0.00001024,
  wait: 1,
  toggleHilo: false,
  alertMultiplier: 5
};
 
initialBalance = parseFloat($('#balance').html());
hilo = 'hi';
multiplier = 1;
startTime = new Date().getTime();
rollDice = function() {
 
  if ($('#double_your_btc_bet_lose').html() !== '') {
    $('#double_your_btc_2x').click();
    multiplier++;
    if (bconfig.toggleHilo) toggleHiLo();
  } else {
    setStartBet();
    $('#double_your_btc_bet_win').html('');
    var cmsg = {
      lose: $('#double_your_btc_bet_lose').html(),
      win: $('#double_your_btc_bet_win').html()
    };
    cmsg = JSON.stringify(cmsg);
  }
 
  if (multiplier > bconfig.alertMultiplier) {
    if (window.confirm("You have already lost " + (Math.pow(2, (multiplier - 1)) - 1) + " and you are about to lose " + Math.pow(2, (multiplier - 1)) + ". Click 'cancel' to reset the bet amount to 1 or 'ok' to take the risk?")) {
 
    } else {
      $('#double_your_btc_min').click();
      multiplier = 1;
    }
 
    $('#double_your_btc_bet_' + hilo + '_button').click();
  } else {
    if (parseFloat($('#balance').html()) < (parseFloat($('#double_your_btc_stake').val()) * 2) ||
      parseFloat($('#double_your_btc_stake').val()) > bconfig.maxBet) {
      $('#double_your_btc_min').click();
      multiplier = 1;
    }
 
    $('#double_your_btc_bet_' + hilo + '_button').click();
  }
 
 
 
  // setTimeout(rollDice, (multiplier * bconfig.wait) + Math.round(Math.random() * 100));
};
 
toggleHiLo = function() {
  if (hilo === 'hi') {
    hilo = 'lo';
  } else {
    hilo = 'hi';
  }
};
 
setStartBet = function() {
  $('#double_your_btc_min').click();
  multiplier = 1;
  // if ((Math.random() * 10) > 5) {
 
  // } else {
  //   $('#double_your_btc_min').click();
  //   $('#double_your_btc_2x').click();
  //   multiplier = 2;
  // }
}
 
currentMsg = '';
bChange = function(next) {
  var cmsg = {
    lose: $('#double_your_btc_bet_lose').html(),
    win: $('#double_your_btc_bet_win').html()
  };
  cmsg = JSON.stringify(cmsg);
  if (currentMsg !== cmsg) {
    $('#balance_b').html($('#balance').html());
    $('#roundwin_b').html((parseFloat($('#balance').html()) - initialBalance).toFixed(8));
    $('#current_bet_b').html($('#double_your_btc_stake').val());
    $('#time_b').html((Math.round(((new Date().getTime()) - startTime) / 1000) / 60 / 60).toFixed(2) + ' h');
    currentMsg = cmsg;
    next();
  }
  setTimeout(function() {
    setTimeout(function() {
      bChange(next);
    }, bconfig.wait)
 
  }, 50);
};
bChange(rollDice);


Now if you found this useful at all and want to donate, feel free here:

1KQ6ai6DmDcMnsiA4YAfJBkG7FWFCCD27t

If not, no worries, enjoy the automation and code that you can actually see Smiley

There are safety nets built in, so do see once you start losing, and you can adjust the code to your playstyle or even build on it.

All the best, and goodluck!
2  Economy / Services / Custom Content Management System :: by Me :) on: May 20, 2014, 05:48:45 AM
Hello Bitcointalk Folks!!!

A little bit about me before pushing forward into this so called "Sales Pitch/Page."

I'm EPCTechno, I'm from the coffee capital of the world, Seattle, WA USA. I'm 100+ years old and been a programmer since the day I jumped into one of the first AutoCAD courses in Jr. High back in the early 90s. I have been online doing business since 2000 more/less as a freelancer/contractor/subcontractor holding so many titles it's not even funny, but it has and always been fun!

I'm an avid rock climber for fun, and also big <3 into restoring Corvettes and feeding the homeless!  :)

Anywho that's a short about-me! (If you're from Seattle, and want to do a meetup for a coffee, heck shoot me a PM) Now let's get into the nitty gritty below...



As you will see below, I've built and used my very own custom content management system now for over nine years, never named it, couldn't figure out a name.

However cutting to the chase... It's fully open source, meaning you or anyone that you know could build modules, look at all of the source and etc...

I'm pretty new in the Bitcoin industry, and looking for my place here. After going through many faucet sites and other websites, seeing their content laid out is HORRIBLE IMO, but that doesn't make them better... However I have a solution that does help make them a bit better if they needed something as such:

WEBSITE CONTENT MANAGEMENT SYSTEM & ECOMMERCE SOLUTION

No more BULL Online!

If you are looking for the proper setup for a CMS and eCommerce solution that is fully customizable to your needs and requirements?

Then look no further. Guaranteed.

Every aspect within EPCTechno's CMS is 100% customizable even to the backend.



EPCTechno's CMS Introduction

No knowledge of HTML?

Need to throw in some quick PHP code on a page? (YES) Do it all as such:





Here's what it looks like for the advanced user side of things (PHP Coders dream:)







Tired of wasting your most valuable time trying to keep your web site updated?

Can't find an overall solution for a non-programmer?

Need a solution that will generate friendly URLs not only to the customer, but to all of the search engines?

If you answered yes to any of the above, the best solution has been released too you the online business entrepreneur!

What we do propose to you and ask that everyone, whether you are a start-up, one-man operation, small business under 20 employees, or a large scale corporation. You may find that our CMS solution is a one-of-a-kind, which you may ask, "How is that different than so many hundreds of others out there?"

Simply answered and proven to be the "one-of-a-kind."

You'll see below and on the demo what I mean by the "one-of-the-kind."



EPCTechno's CMS Screen Shots (Demo)

I don't care too much on screenshots, as for live PHP scripts that should display to the rest of the world that our products do work. Then after all the years of learning that our customers' love real and actual demos, so our LIVE demo is up for anyone wanting to visit and try out:  http://projects.shakeboxing.com/cms-demo/

Login credentials to the whole site are on the home page, I do have a reinstall script and cronjob that will reset the whole demo site after any changes are made.:

Administrative Side:

Once you login, you will see a link that will take you to the Administrative area, which is labeled as Admin CP. Please note that our Demo resets itself EVERY hour on the hour. So everyone will be able to login no matter what. So don't worry about being locked out. =)



EPCTechno's CMS Features

You will be able to handle every and any aspect within the CMS for your web site, by page creation, editing, and deletions.

As you see as follows for Editing and Adding new pages is a breeze! Where you do NOT need to know HTML, PHP or any other programming languages if you have a ready to go design that’s sliced up HTML! However the system will come with six (6) themes for you ready to go. (If you need me to make your current theme compatible with the system, I'm open for hire on this. However taking the default theme, and seeing the code syntax, it's pretty simple as such:

Code:
<?=$this->DisplayMenu($this->BuildMenu("home_account"), "submenu fix")?>

This will build your menu on the fly that you stipulated under your the administration side. :)



Manage Section

CMS Pages - You will find that creating your pages onsite are a no-brainer once you see how easy it is to add, edit, and delete your site's content! Absolutely NO HTML knowledge required!

CMS Users - Management of all users in one place, you can't get any better than this, from adding, editing and deleting users.

CMS Groups - Creating, editing and managing all the groups within your CMS and eCommerce system.

eCommerce Shopping Categories - All categories based on whatever niche or vertical market you are within and what you are selling on the web or offline.

eCommerce Shopping Products - Same as your categories, but within here, this is where you will set all aspects, pricing, shipping and everything up to sell online. Whether it's landscape materials, ebooks, software, magazines, viagra, you name it! You can sell it, assign it to a category, assign similar items if you wish!

eCommerce Shopping Orders - Manage and view all orders that were placed within your business online!

CMS Menus - The most unique and on-the-fly menu system that you will ever have, basically consider this one of your time savers!

CMS Rewrites - Want to stop chasing down and wasting time on how come this link doesn't work and that link doesn't work? Well this is another core feature that we have added in to help save you time and money overall!

CMS Modules - Modules within the CMS are considered controllable and configurable add-ons within CCMS as an example:

  • RSS Module - Turn any page into an RSS feed for visitors.
  • Sitemap Module - If a sitemap.xml does not already exist, this module will automatically generate an up to date sitemap.xml for the entire site. This is a valid sitemap for Google, Yahoo, MSN, etc.
  • Forums Module
  • eCommerce Module - Shopping cart configurations and payment acceptance ranging from Credit Card on-site using PayPal Pro, PayPal API Express, to Paypal Web Site Accept Payments.
  • Search Module - Where you are able to have your customers search on your site, find what they are looking for, and make life much easier for them, whether if you have a eCommerce type of site, or a HUGE article driven web site.
  • Many more modules to list... See the live CMS demo for yourself!

Design Section
Themes - Within here you will control EVERY aspect of your web site's look and feel. Theme changing and etc... You will be able to do "live" edits within your theme by simply choosing whatever files you want to edit.

Configure Section
General Settings - Generic and basic information of your web site "Essentials" Ability to turn on HTTPS for your admin area if you are behind a SSL certificate, language changing, Character set changing, setting default groups, general meta tags: Title, Description, Keywords, and Contact Information for Administration.

Tools Section
Within here will be a wide variety amount of tools. We will be adding them per requested, if seen fit for everyone, to utilize on a needs basis.

This is just a moral, or should we say a small write up on what there is...

EPCTechno's CMS Module (Plug-ins)

Currently one for Wordpress exists, where it ties the user and theme together and replicates it across the CMS to Wordpress seamlessly :)

EPCTechno's CMS Requirements

"Recommended Requirements for EPCTechno's CMS and eCommerce Core:

Fedora, Centos, Ubuntu, Debian, FreeBSD, Gentoo, Windows with:
HTTP Web Server Apache 2.2+
PHP 5.+
MySQL 5.+
SSL Certificate for secure processing. (Optional)
One internet Browser.
NOTE: Installation - I will help you install this on a compatible server in no time at all, by getting you up and running immediately after your payment. :)

EPCTechno's CMS Order Now (Wait until you see this crazy price)



NAME YOUR OWN PRICE!

You name your price, meaning what's in your budget! As I said, I'm new in the Bitcoin industry, however I have a unique presence in my own business model by doing everything I can for any type of client, whether if you can spend only $5/USD or your corporation needs something done immediately and you have an unlimited amount of cash to dispense. (Well I don't need that sort of payment, coffee, chips and a cigar is good enough for me and some $ is good :D)

So name your price via a PM on the forums here and let me know. I'll accept payment from PayPal and Bitcoin or whatever you suggest that's easier on you and myself to agree upon.

Also, if you would like to discuss on the forums about this, asking questions in reference and etc, hit me up! I'm wide-open for discussion here!
3  Economy / Trading Discussion / New to the Coining Industry Looking for Information on: May 20, 2014, 03:48:23 AM
Being almost three weeks in (getting my feet wet in the virtual coin industry) and...

I'm quite curious to know who and what services are out there that are reputational in the fact of trading x coin for y coin and etc... I see so many in Google, and haven't found a place to trade some of the coins I have for other coins because I haven't a clue who to trust or not. For instance I mined up 400 VTC solo mining this past week, and seeing on VTC website they recommend certain trading companies.

However I would like to know who uses what in this lovely virtual currency world on the trading aspect.

Since I'm basically a no-life virgin basement dwelling *nix-gaming-coder-guru, I'm open to hear your guy's recommendations.

All the best!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!