Pages

Subscribe Twitter
Showing posts with label Tools. Show all posts
Showing posts with label Tools. Show all posts

Tuesday, July 20, 2010

[GM] Neobux 2+ (v3 is fully available)

You can find the rest of scripts here:
http://userscripts.org/users/92001/scripts


http://userscripts.org/scripts/show/75700
--------------------------------------------------

Neobux 2+
-> Current version: 3.2.100228.1431


28-Feb-2010 :: NEW!
  • v3.2 is an attempt to make this script work as a chrome extension. It currently works almost flawlessly as both a userscript and an extension (minus update checking functionality which is built-in for extensions). You can find download links for both below.

16-Feb-2010 ::
  • As of v3.1 you no longer need to visit about:config to edit the settings. Instead, you can click the logo in the top-right corner of the screen and edit the settings from there!


This image has been resized. Click this bar to view the image in full size.

This image has been resized. Click this bar to view the image in full size.



Script Data

Quote:
  • Script name: Neobux 2+ (v3)

  • Description: This script provides detailed statistics for your Neobux account and referrals (eg: ages of referrals, recent income/outcome averages, plus more!)

  • Version: 3.2.100228.1431

  • UpdateNote: 3.2 = Currently in the experimental development stage, adding support for chrome;
    100228.1431 = CHROME-BUGFIX: Finally got storage/editing values working - boolean true/false values are stored as a string, causing later boolean comparisons to fail because the string "false" !== boolean false for example;

  • License: WTFPL v2 - Do What You Want To Public License v2;
    http://sam.zoy.org/wtfpl/

  • License Summary: "Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed **as long as the name is changed** [emphasis mine]".

  • Time last updated: Sun, 28 Feb 2010 17:17:20 +0000

Script information formatted on http://kwah.org/NeoScripts/myscripts.php?scriptID=61349


Download Links

Neobux 2+ User Script for Greasemonkey

Neobux 2+ User Script for Chrome (Currently beta)

Neobux 2+ Extension for Chrome (Currently beta)



--------------------------------------------------


Neobux Server Time
-> Current version: v2.3.2 (18/09/2009)

For it to work properly, you must visit your 'View Advertisements' page. This is to allow the script to calculate the correct time difference.



Script Data

Quote:
  • Script name: Neobux Server Time

  • Description: Displays both your local time and the Neobux's server time in the corner of your page

  • Version: 2.3.2

  • UpdateNote: v2.3.2 = Fixed time from being 1hour too fast / slow

  • License:

  • License Summary:

  • Time last updated: Fri, 18 Sep 2009 14:12:01 +0000

Script information formatted on http://kwah.org/NeoScripts/myscripts.php?scriptID=51040


Download Links

Neobux Server Time for Greasemonkey

NeoStats 3.3

NeoStats is a toolbar add-on for Mozilla Firefox. NeoStats can display information about your NeoBux account such as your balance, clicks and averages.

Download NeoStats here.


NeoBux Referral Analyzer v1.1

NeoBux Referral Analyzer is a very simple program in which NeoBux users can input and archive exported CSV referral data, which can be analyzed later on by the user. NeoBux Referral Analyzer uses individual graphs for referrals so that the user can visually determine the performance of individual referrals.


NeoBux Referral Analyzer is written in Java, and therefore should work on all Operating Systems. The Java Run-Time Environment MUST be installed in the system. If the program fails to load, download the JRE from http://www.java.com/en/download/.

This program is no longer in Beta stage!.

This image has been resized. Click this bar to view the image in full size.



Download NeoBux Referral Analyzer v1.1:
Windows
Mac or Linux

Program installation notices (Windows):
1. Run NeoBux Referral Analyzer v1.1.exe
2. If you're updating, copy the file "t.tmp" from the old folder and paste it in the new one.


Program installation notices (Mac or Linux):
1. Extract the zip file and run "NeoBux.jar"
2. The folder "lib" must be in the same folder as the .jar file mentioned above
3. If you're updating, copy the file "t.tmp" from the old folder and paste it in the new one.


I suggest you save the CSV files for every day in a text file for backup use


Please do not post bug reports on this forum, but rather send them to darrenscerri@gmail.com. Suggestions and constructive criticism are most welcome.


It is very important to keep the program up to date!


Updated:

20/07/2010 - v1.1
- Fixed some minor issues regarding GUI
- Tidied up some code


05/07/2010 - v1.0
- New Feature! - Added a column showing the "age" of the referrals.
- Improved GUI


05/07/2010 - v0.9

- New Feature! - Packaged the application in an executable format (.exe).
- Fixed a bug regarding the Referral Status text area not supporting scrolling.
- Added error support to custom date input


03/07/2010 - v0.8

- New Feature! - Automatic detection of recycled or expired referrals! No delete button required!
- Improved Feature! - Improved and simplified GUI! Now more concise.
- Fixed bug when maximizing the program.


03/07/2010 - v0.7

- New Feature! Added a button to delete selected referrals.
- Improved Feature! Detected valid CSV data in clipboard can now be imported with a custom date.
- Fixed minor bugs regarding user interface consistencies.


30/06/2010 – v0.6

- New Feature! Added a column in the table displaying the “Referral since” for each referral. Referrals can also be sorted by the “Referral since” attribute.
- New Feature! Clipboard support – the application can detect text you copied if it is valid CSV data or not, so you won’t need to paste anything.
- Improvement! The input area is transferred into a separate dialog as to give more space to more important user interface components.


23/06/2010 - v0.5
- New Feature! Added a column in the table displaying the total clicks of a referral. Referrals can also be sorted by total clicks.
- Fixed a minor bug concerning the display of referrals in the table


23/06/2010 - v0.42
- Fixed a performance issue for those with vast amounts of referrals


23/06/2010 - v0.41
- Fixed file backward compatibility
- Fixed a minor integrity bug


23/06/2010 - v0.4
- Improved Feature! A table is used instead of a list to display the referrals. Enables the display of AVG in the list.
- New Feature! Flagging - enables flagging of referrals.
- New Feature! Sort referrals by name, AVG or flag, by clicking the respective header column.


22/06/2010 - v0.3
- Referrals are sorted to aid in picking up a single referral from the list
- Added a check box to hide the first entry (used for long-time referrals which their first entry in the program consists of a large number of clicks)


18/06/2010 - v0.2
- Support "random" date inputs ("unchronological" inputs)
- Fixed several bugs


Credit also goes to JFreeChart which provides a solid library to create the referral graphs.