Wallet Manager Code on GitHub
Posted: 2014-04-09 Filed under: eveonline, market | Tags: isk, prohd 11 CommentsI finally sat down and learned the basics of GitHub. I’ve uploaded the Wallet Manager code to this project so anyone that has enhancements or bug fixes can collaborate as a community.
https://github.com/brentnowak/prohd
If you don’t know what this project is, see these previous posts:
Happy trading.
Awesome! I’ve been looking to see if you have an email address to contact you so I could just talk development, but I couldn’t find one, so I guess I’ll have to communicate through your blog’s comments.
Love the site!
I tried to get this working before, i got it half working but with some issues, mostly with my hosting as i couldn’t install some of extra prerequisites it needed, i might start a Droplet Vps to trust this out again, What OS do you think is best for this Ubunta / Debian / CentOS
I’ve got it running on my Raspberry Pi, which is Debian. I’ve had good success under Ubuntu. It should be fairly platform agnostic as it just requires Apache, PHP5, and Curl.
Blake I’m not seeing the modified CDbCache.php in the repo and the original zip was taken offline. Is this step still necessary or was this step just overlooked when copy/pasting the original instructions?
Repo updated. Forgot that file.
Hello, i got everything working i think, i need to add the user.
can you tell us the format for the password field ? should i transform it to md5 first or something ?
think i found it in the code 🙂
else if($user->password!==md5($user->salt.$this->password))
i will try this way
I am glad to see this is finally on GIT. Great work Blake!
Ive got it mostly working. The only issue I have ran into so far is the following
Error 404
Unable to resolve the request “corpWallet/index”.
Yep, I never finished that section. Feel free to write it and add to the GitHub project!
I have everything displaying properly. It will pull my wallet balance and I can see where it is saving it in the DB. It isn’t saving any other data into the DB however. Anyone have any ideas?