Pages: [1] 2 :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Mr Bushar
Myron Gainez
17
|
Posted - 2012.07.20 15:41:00 -
[1] - Quote
First, I would like to thank the developer for making eve profit open source. It is now the main API reader I use to manage my trades.
http://sourceforge.net/projects/os-eveprofit/
I figured since I've been getting a lot of hate in these forums, I would contribute something of value (not that everything else I've contributed thus far wasn't of value, it was just mostly unappreciated).
Guide to installing it Installing it is very very complicated for someone who is not computer savvy.
Short version: You need to have Apache (http server), PHP (web language) integrated into apache, MySQL for database management, and the ability to import the installation database into MySQL which is to be integrated with Apache
Sounds disgusting? that's because it is. Here's a quick and easy way to do this:
1. http://www.wampserver.com/en/ Download Wamp Server. It is basically Apache, PHP, and MySQL together. Automatically configured. This saves you about 7 hours.
2. Get a wamp server running and go to localhost on your browser. If it works, congratulations, you're almost there
3. Import the files in the zip to the /www folder in your Wamp server folder Go to localhost, your page will look messed up. That's because you don't have a database yet
4. Left click on wamp server, go to PHPmyadmin, and set up a username and password with full access rights that you will use to upload your database.
5. Importing the database into Wamp Server is impossible due to its size. Install the following: http://www.ozerov.de/bigdump/ and configure it to upload 'eveprofit' (might be eveprofits, ill have to double check it)
Hopefully I saved you hours of headaches.
Enjoy,
Bushar |

Onyth
Had Holdings
0
|
Posted - 2012.07.20 16:21:00 -
[2] - Quote
Hey there, big thanks for this! Works fine for me up until step 5, I'm afraid I don't know how to configure that file.
I went to the site, downloaded the .zip file. Unzipped it, but then what? How do you install that file? As it shows up as a .php file for me, where did I go wrong? :p |

CorInaXeraL
Order of the Silver Dragons Silver Dragonz
52
|
Posted - 2012.07.20 16:32:00 -
[3] - Quote
Mr Bushar wrote:
I figured since I've been getting a lot of hate in these forums, I would contribute something of value (not that everything else I've contributed thus far wasn't of value, it was just mostly unappreciated).
Pretentious much?
Bashed the auditors and refused to comply with requests - Check.
Created a bond for the purpose of rep-grinding and admit to it - Check
Bash others on MD while boasting you are the king of trade - Check
Flaunt your (still minor) achievements like it's a foot-long **** - Check
Yeah, lots of unappreciated value there.
|

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 16:42:00 -
[4] - Quote
sorry for not replying so fast, gotta do something real quick and ill answer all questions |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 16:56:00 -
[5] - Quote
Onyth wrote:Hey there, big thanks for this! Works fine for me up until step 5, I'm afraid I don't know how to configure (nor how to install) that file.
I went to the site, downloaded the .zip file. Unzipped it, but then what? How do you install that file? As it shows up as a .php file for me, where did I go wrong? :p
Unzip the .zip into the www folder and go to localhost/filename.php Make sure to edit it for the username and password by opening .php with notepad or something |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 16:57:00 -
[6] - Quote
CorInaXeraL wrote: Pretentious much?
Bashed the auditors and refused to comply with requests - Check.
Created a bond for the purpose of rep-grinding and admit to it - Check
Bash others on MD while boasting you are the king of trade - Check
Flaunt your (still minor) achievements like it's a foot-long **** - Check
Yeah, lots of unappreciated value there.
Get out of my thread. You're wasting my time and trolling in a productive thread. Keep your trolling to my bond thread, or better yet, don't post at all.
I flagged your post for inappropriateness, trolling, and offensive language. |

Kailean
Caldari Provisions Caldari State
16
|
Posted - 2012.07.20 17:03:00 -
[7] - Quote
Mr Bushar wrote:I figured since I've been getting a lot of hate in these forums, Hate? Hardly.
|

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 17:07:00 -
[8] - Quote
Kailean wrote:Mr Bushar wrote:I figured since I've been getting a lot of hate in these forums, Hate? Hardly.
Delete your post and I will delete mine. I am trying to keep this thread on topic so that people can troubleshoot technical problems and easily search for solutions to common problems. I don't want to start flagging more posts. |

Onyth
Had Holdings
0
|
Posted - 2012.07.20 17:09:00 -
[9] - Quote
Thanks for the reply, the problem is this now :p
Database connection failed due to Access denied for user 'Daan'@'localhost' (using password: YES)
I editted the .php file to my username and password I made earlier |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 17:11:00 -
[10] - Quote
Onyth wrote:Thanks for the reply, the problem is this now :p
Database connection failed due to Access denied for user 'Daan'@'localhost' (using password: YES)
I editted the .php file to my username and password I made earlier
Paste the part with your SQL username and pasword (make them arbitrary, not the same as the password you use anywhere else) on both PHPMyAdmin as well as BigDump, and I'll see what went wrong. |
|

Onyth
Had Holdings
0
|
Posted - 2012.07.20 17:16:00 -
[11] - Quote
Database connection failed due to No database selected
That's what I get when I go to http://localhost/bigdump.php
$db_username = 'Daan'; $db_password = 'daan';
I hope that's what you need/ment? or? |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 17:18:00 -
[12] - Quote
Onyth wrote:Database connection failed due to No database selected
That's what I get when I go to http://localhost/bigdump.php
$db_username = 'Daan'; $db_password = 'daan';
I hope that's what you need/ment? or?
Yep, that's what I meant :) Just before the $db_username and password, there is a database='' Put eveprofit in that part. |

Onyth
Had Holdings
0
|
Posted - 2012.07.20 17:21:00 -
[13] - Quote
I'm terribly sorry... but now it says: Database connection failed due to Unknown database 'eveprofit' |

Onyth
Had Holdings
0
|
Posted - 2012.07.20 17:31:00 -
[14] - Quote
it also gives Notice: Undefined variable: curfilename in C:\wamp\www\bigdump.php on line 533 as a yellow/red exclamation mark, don't know which line is 533 though since I'm using notepad |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 17:33:00 -
[15] - Quote
Onyth wrote:I'm terribly sorry... but now it says: Database connection failed due to Unknown database 'eveprofit'
copy the eveprofit.sql file to the same folder as bigdump |

Onyth
Had Holdings
0
|
Posted - 2012.07.20 17:38:00 -
[16] - Quote
Both the bigdump.php aswel as the eveprofit.sql are in this folder: C:\wamp\www
And It still gives the same error :s |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 18:01:00 -
[17] - Quote
Onyth wrote:Both the bigdump.php aswel as the eveprofit.sql are in this folder: C:\wamp\www
And It still gives the same error :s
the undefined database error? try "eveprofits" but im pretty sure its eveprofit paste the line of code with the db name |

Onyth
Had Holdings
0
|
Posted - 2012.07.20 18:05:00 -
[18] - Quote
eveprofits didn't work either.
Database configuration
$db_server = 'localhost'; $db_name = 'eveprofit'; $db_username = 'Daan'; $db_password = 'daan';
// Other settings (optional)
$filename = ''; //
that undefined error, I don't have a clue what that one is about, it was there when I opened it for the first time so... |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 18:24:00 -
[19] - Quote
Onyth wrote:eveprofits didn't work either.
Database configuration
$db_server = 'localhost'; $db_name = 'eveprofit'; $db_username = 'Daan'; $db_password = 'daan';
// Other settings (optional)
$filename = ''; //
that undefined error, I don't have a clue what that one is about, it was there when I opened it for the first time so...
At this point I'm really not sure, I was able to import it from there |

CorInaXeraL
Order of the Silver Dragons Silver Dragonz
53
|
Posted - 2012.07.20 18:27:00 -
[20] - Quote
Sometimes it may simply be a lingering file or string in the cache that's giving you a nightmare. I would recommend clearing out the files and starting it from scratch, perhaps in a different folder so you can control/contain any variables that might be left-over from not clearing out the original. It's annoying, but works. It's possible something simply got renamed / named / copied / pasted wrong and is throwing everything for a loop or causing circular / nonsense references when it tries to reference a DB.
|
|

Onyth
Had Holdings
0
|
Posted - 2012.07.20 18:34:00 -
[21] - Quote
Have to go for RL issues now will try when I get back :) thanks for the help so far I'll let u guys know how it goes! |

Conrin
The Scope Gallente Federation
1
|
Posted - 2012.07.20 21:37:00 -
[22] - Quote
Confirming the process detailed works a treat... thanks for that
.C
    |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.20 23:52:00 -
[23] - Quote
Glad I could help! |

Onyth
Had Holdings
0
|
Posted - 2012.07.21 00:20:00 -
[24] - Quote
After repeadetly trying this, I'm still stuck on "Database connection failed due to Unknown database 'eveprofit'"
The DB is located in the same folder as the bigdump file, so I honestly don't understand why it just wont work :o |

Klown Walk
Caldari Provisions Caldari State
110
|
Posted - 2012.07.21 00:37:00 -
[25] - Quote
Onyth wrote:After repeadetly trying this, I'm still stuck on "Database connection failed due to Unknown database 'eveprofit'"
The DB is located in the same folder as the bigdump file, so I honestly don't understand why it just wont work :o
I-Śm stuck in the same place. |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.21 00:41:00 -
[26] - Quote
Klown Walk wrote:Onyth wrote:After repeadetly trying this, I'm still stuck on "Database connection failed due to Unknown database 'eveprofit'"
The DB is located in the same folder as the bigdump file, so I honestly don't understand why it just wont work :o I-Śm stuck in the same place.
Could you guys paste the bigdump php code where it has all of the information? (user/password/name) |

Klown Walk
Caldari Provisions Caldari State
110
|
Posted - 2012.07.21 00:50:00 -
[27] - Quote
// Database configuration
$db_server = 'localhost'; $db_name = 'eveprofit'; $db_username = 'Klown'; $db_password = 'Klowney';
// |

Onyth
Had Holdings
0
|
Posted - 2012.07.21 01:01:00 -
[28] - Quote
// Database configuration
$db_server = 'localhost'; $db_name = 'eveprofit'; $db_username = 'Onyth'; $db_password = 'daan';
// Other settings (optional)
$filename = ''; //
Already tried importing it, didn't work :p 'only' 32x or so too big :p |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.21 01:10:00 -
[29] - Quote
Onyth wrote:// Database configuration
$db_server = 'localhost'; $db_name = 'eveprofit'; $db_username = 'Onyth'; $db_password = 'daan';
// Other settings (optional)
$filename = ''; //
Already tried importing it, didn't work :p 'only' 32x or so too big :p
hmm, try setting filename to eveprofit.sql - that is what i would try |

Onyth
Had Holdings
0
|
Posted - 2012.07.21 01:17:00 -
[30] - Quote
already tried the .sql variation; Tried moving both files to a different map (dump). This gives the same result. Tried it on my laptop in the meanwhile, gives same result.
Is there anything I might've forgotten to do? Like import something somewhere or so? Something totally logical to you, but unknown (or so) to me? |
|
|
|
|
Pages: [1] 2 :: one page |
First page | Previous page | Next page | Last page |