These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
Previous page12
 

EVE lottery or not lottery framework (Opensource)

Author
Apocil Munar
Shadovar Inc.
#21 - 2012-07-18 05:21:45 UTC
anyone have a copy of this so i can look at it?
NickyYo
modro
The Initiative.
#22 - 2012-07-31 15:49:45 UTC
Apocil Munar wrote:
anyone have a copy of this so i can look at it?


Yep it's available m8, link is in description have been afk for 2 months.
The file is now on github opensource, if there is any issues with github let me know, just learning it my self.

..

Gossi91
Orden der Freischar
Desolate.
#23 - 2012-08-02 12:06:39 UTC
I have a problem running the setup/setup.php:

Quote:
Database connection success!

Database connection file created!

Failed to create user table..


Did you know something about these error?
NickyYo
modro
The Initiative.
#24 - 2012-08-02 13:42:11 UTC
Gossi91 wrote:
I have a problem running the setup/setup.php:

Quote:
Database connection success!

Database connection file created!

Failed to create user table..


Did you know something about these error?


Did you create a database table and then enter the database table name in the setup window? if not thats what the error is for. If you did i will have a look at it and will update github.

..

Gossi91
Orden der Freischar
Desolate.
#25 - 2012-08-02 13:47:08 UTC
NickyYo wrote:
Did you create a database table and then enter the database table name in the setup window? if not thats what the error is for. If you did i will have a look at it and will update github.


Thanks, that fixed the problem :D
PyroTech03
Caldari Provisions
Caldari State
#26 - 2012-08-06 08:06:14 UTC
So does this handle anything such as tickets or draws?? Or is this simply a wallet tracker at the moment?
NickyYo
modro
The Initiative.
#27 - 2012-08-06 10:05:16 UTC  |  Edited by: NickyYo
PyroTech03 wrote:
So does this handle anything such as tickets or draws?? Or is this simply a wallet tracker at the moment?

Simply a base for wallet donation pulling and ingame-registration. The donations are then updated as an online balance to the characters online account.

If you watch the code on github it will update you when its updated, i can update it with the lottery type you speak of if you wish, so you can all have the fun of designing your front end.

..

Nutbolt
University of Caille
Gallente Federation
#28 - 2012-08-06 16:39:39 UTC
Feel free to include a front end as well :D Even just an extremely basic one so that people have a template to work off. I have been after a lottery ticket tracker for a while now. Although I do appreciate you are providing it for free and under no obligation to provide a front end and the ticket tracker stuff, but I promise I will pay you in forum likes :p
PyroTech03
Caldari Provisions
Caldari State
#29 - 2012-08-11 05:47:10 UTC
I'm wondering about adapting this to a setup to run an Eve Hold'em type setup....private server for alliance and what not, let people make some ISK and make the alliance some as well.

Thanks for sharing this though :)
AzAkiR NaLDa
Council of Exiles
Brave Collective
#30 - 2012-08-16 18:01:54 UTC
i did all the setup work which went smoothly but whenever i try to either login or register it gives me 404's

Lone Star Warrior

NickyYo
modro
The Initiative.
#31 - 2012-08-16 19:35:49 UTC
AzAkiR NaLDa wrote:
i did all the setup work which went smoothly but whenever i try to either login or register it gives me 404's


404 means the page does not exist, thanks for the feedback!!

Issue is now fixed!
https://github.com/NickyYo/EveOnline-web-framework/issues/1

..

AzAkiR NaLDa
Council of Exiles
Brave Collective
#32 - 2012-08-17 16:22:59 UTC
i did a full reinstall and still getting the 404's when trying to register or login

Lone Star Warrior

NickyYo
modro
The Initiative.
#33 - 2012-08-17 16:33:30 UTC
AzAkiR NaLDa wrote:
i did a full reinstall and still getting the 404's when trying to register or login


Re download i forgot to include ../ before the to come out of a folder to go in another one.. It's now fixed.

..

AzAkiR NaLDa
Council of Exiles
Brave Collective
#34 - 2012-08-17 17:56:20 UTC
redownloaded reinstalled from scratch still the same thing

Lone Star Warrior

NickyYo
modro
The Initiative.
#35 - 2012-08-18 18:10:43 UTC
I have just realized that half of the files are missing, think i messed up when i pushed them onto guthub. I will upload them all later on.

..

Nnaem Kvorr
Fleet-Up.com
Keep It Simple Software Group
#36 - 2012-08-18 20:35:12 UTC
Do you rely on the IGB character name for auth?

The reason I ask is because the client headers can be spoofed, there is no 'proof' that the EVE client sent them.

Apologies if you already know this and solved it but thought I'd mention it.

Fleet-Up.com - Your fleet operations, on steroids.

NickyYo
modro
The Initiative.
#37 - 2012-08-18 20:38:09 UTC  |  Edited by: NickyYo
Nnaem Kvorr wrote:
Do you rely on the IGB character name for auth?

The reason I ask is because the client headers can be spoofed, there is no 'proof' that the EVE client sent them.

Apologies if you already know this and solved it but thought I'd mention it.


Yes this is IGB auth for registration only, and is for lotteries so spoofing is pointless.

..

AzAkiR NaLDa
Council of Exiles
Brave Collective
#38 - 2012-08-19 08:53:18 UTC
Nutbolt wrote:
Feel free to include a front end as well :D Even just an extremely basic one so that people have a template to work off. I have been after a lottery ticket tracker for a while now. Although I do appreciate you are providing it for free and under no obligation to provide a front end and the ticket tracker stuff, but I promise I will pay you in forum likes :p


This might be a good idea. Alot of people have no idea where to start when it comes to designing their front end. With some sort of basic template it will make it a bit easier. And might make this package used more.

Lone Star Warrior

Previous page12