Pages:
Author

Topic: OpenEx: Progress Report - 95% launching this week - page 6. (Read 9538 times)

full member
Activity: 224
Merit: 100


If you wish to join the project, do not hesitate to contact me.



Hi man, I want to join the project. I'm from Mexico. I'm Mid Level PHP dev, but I can also help with design, PR, advertising, and all that cool stuff. So  plz tell me if I can help with something. Smiley
legendary
Activity: 965
Merit: 1000
Why remove litecoin? btc-e needs some competition!
hero member
Activity: 686
Merit: 504
always the student, never the master.
a couple of coins i would like to run by you guys as i feel like several of the coins presently listed are probably not worthy of the exchange.i am also considering removing the litecoin market completely, although i probably won't, especially if devcoin is listed on the exchange.


Some coins i am interested in:

Devcoin
Gridcoin
Protoshares
Curecoin

Some coins i am cooling on:

Inkacoin
Netcoin


hero member
Activity: 686
Merit: 504
always the student, never the master.
I work on java trading stuff. Do you have an API, that I could implement, so my code could trade on your site?


there are definite plans for an api. it may not be ready by the time the site launches, but it will definitely happen eventually.
legendary
Activity: 1008
Merit: 1022
In all honesty the dev had admitted to previous scams and the title should be given the appropriate scam warning.
hero member
Activity: 686
Merit: 504
always the student, never the master.
a small update:

over the weekend, i purchased a couple additional domains(Openex.info, home of the forums, and Openex.mobi home of the mobile version of the site) and security certificates for each, and finalized a deal for hosting of the site.


the site will be launched on the following hardware:

Dell Poweredge

Dual 6 core Xeon 5639's

48 GB ECC DDR3

Dual 1 tb sata with raid

100mbit port, firewalled

google pagespeed cdn+google shield

upgrade plans:

phase1:

-move wallets to server 2(Quad Opteron, 32 gb ddr2, dual 100 mbit port, firewalled)
-move openex.mobi(mobile site) to server 3(Core i7, 8 gb dd3, 1 gbit port, firewalled)
-launch openex.info(the forums)


phase2:

an upgrade with Alpheus moves us into tier 2 hosting, where we share the benefit of the following:

4x 100 gbit CISCO CRS-3 single port with 140G Cisco FPG


Tommorow, the site will go back online at the vps, and we will begin rigorously working on its completion. we have a tentative goal of December, however much of it will hinge on how confident i am in the security of the site. i am typically cautious and would like to err on the side of caution rather than to produce a bad exchange.

stay tuned folks Smiley





full member
Activity: 182
Merit: 100
Very nice! Thanks.
full member
Activity: 238
Merit: 100
Inject Its Venom Into Your Veins
Very nice brother. Seems to be gaining traction. I will run another series of tests today, will update you in skype when it's complete.
legendary
Activity: 965
Merit: 1000
I work on java trading stuff. Do you have an API, that I could implement, so my code could trade on your site?
member
Activity: 70
Merit: 10
Really well done so far, very cool idea and interesting prospect. Thanks for helping the community!
sr. member
Activity: 364
Merit: 250
I'm just now seeing this, been too busy!  Looks awesome, mate.  Good luck.
member
Activity: 119
Merit: 10
Wow, very nice project!
legendary
Activity: 980
Merit: 1000
I like.
legendary
Activity: 1696
Merit: 1008
Godspeed rewt!
hero member
Activity: 686
Merit: 504
always the student, never the master.
Very cool, watching this!

thank you for your support!

you are more than welcome to contribute ideas, tips, or pointers.

legendary
Activity: 1204
Merit: 1001
RUM AND CARROTS: A PIRATE LIFE FOR ME
Very cool, watching this!
hero member
Activity: 686
Merit: 504
always the student, never the master.
New Screenshots.

Market Overview



Admin--Query User



Admin--ServerStats



Admin--Coin Monitor(Basic Interface for monitoring each wallet/network.



Trade Page(now with graphs etc)



Trade Page with Chat Open



Issues

-withdraws still do not work.
 --No one is assigned

-chat still isn't functional.
 --zelles is assigned

-need alternate style sheets for non webkit or mobile users.this can easily be accomplished with js and alternate stylesheets.
-- i am assigned

-trade engine
-- justin is assigned

-jquery/ajax page requests
--No one is assigned

-Market Data arrays controllers and functions for charts
-- I am assigned

-API
--No one is assigned

-Pen Testing
--Gorgo rom is assigned

If you wish to join the project, do not hesitate to contact me.

hero member
Activity: 686
Merit: 504
always the student, never the master.
oh by the way, that password strength is pure js/css.

here's the js if you want it for a project. i'm all about code reuse.

Code:
function passwordStrength(password)
{
var desc = new Array();

desc[0] = "Too Short";
desc[1] = "Weak";
desc[2] = "Terrible";
desc[3] = "Better";
desc[4] = "Good";
desc[5] = "Strong";
desc[6] = "Secure";
desc[7] = "Legendary";

var score   = 0;

if (password.length > 8) score++;
if (password.match(/\d+/)) score++;
if (password.match(/([a-zA-Z])/) && password.match(/([0-9])/))  score++;
if (password.match(/([!,%,&,@,#,$,^,*,?,_,~])/))  score++;
if (password.match(/(.*[!,%,&,@,#,$,^,*,?,_,~].*[!,%,&,@,#,$,^,*,?,_,~])/)) score++;
if (password.length > 13) score++;
if (password.length > 20 && password.match(/(.*[!,%,&,@,#,$,^,*,?,_,~].*[!,%,&,@,#,$,^,*,?,_,~])/)) score++;



document.getElementById("passwordDescription").innerHTML = desc[score];
document.getElementById("passwordStrength").className = "strength" + score;
}


hero member
Activity: 686
Merit: 504
always the student, never the master.
Another busy night coding. Sorry guys, still no market pages yet Sad justin is writing a new trade engine, and all the test trades have cleared from the database. the plan will be to work with Chart.js for the market chart display on the homepage. we will be utiilizing an extra, js based database to store the last 120 trades from each market. we will use PDO to query each market and return an array of Datapoints. we will use php inside of our javascript to get the data array into Chart.js, which will take over the leg work from there.

Time for some pics before bed.

Account Page

Support System


Registration



Admin(Don't laugh to hard) lol


hero member
Activity: 686
Merit: 504
always the student, never the master.
got quite a bit done today.

justin worked on an administration interface, while i:

- built the framework for the mobile site. tomorrow is on to the css of the mobile site.
- finalized attributes of password strength indicator.
- added a configuration script to easily disable the login and registration systems.
- played with some javascript in firefox 25's version of the site. meny.js div's look ugly in looks ugly in firefox. adding some firefox logic to the css            tomorrow to fix it.
Pages:
Jump to: