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

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

Market Discussions

 
  • Topic is locked indefinitely.
123Next page
 

GUIDE: Locally installing Eve-Profit, the best tool I've ever used

Author
Mr Bushar
Doomheim
#1 - 2012-07-20 15:41:53 UTC  |  Edited by: Mr Bushar
**taken down**

I'm sorry if you're a regular poster who does not know me, you can send me mail for a private guide.

The amount of pathetic disrespect I'm seeing from this community made me regret offering my help.
Onyth
The Scope
Gallente Federation
#2 - 2012-07-20 16:21:02 UTC  |  Edited by: Onyth
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
CorInaXeraL
The Dresdeneers
#3 - 2012-07-20 16:32:09 UTC
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
Doomheim
#4 - 2012-07-20 16:42:21 UTC
sorry for not replying so fast, gotta do something real quick and ill answer all questions
Mr Bushar
Doomheim
#5 - 2012-07-20 16:56:53 UTC
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
Doomheim
#6 - 2012-07-20 16:57:21 UTC  |  Edited by: Mr Bushar
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
#7 - 2012-07-20 17:03:52 UTC
Mr Bushar wrote:
I figured since I've been getting a lot of hate in these forums,

Hate? Hardly.
Mr Bushar
Doomheim
#8 - 2012-07-20 17:07:29 UTC
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
The Scope
Gallente Federation
#9 - 2012-07-20 17:09:25 UTC
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
Doomheim
#10 - 2012-07-20 17:11:35 UTC
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.

It's possible that you did not set up the user/pass on PHPMyAdmin
Onyth
The Scope
Gallente Federation
#11 - 2012-07-20 17:16:32 UTC
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
Doomheim
#12 - 2012-07-20 17:18:18 UTC
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
The Scope
Gallente Federation
#13 - 2012-07-20 17:21:28 UTC
I'm terribly sorry... but now it says: Database connection failed due to Unknown database 'eveprofit'
Onyth
The Scope
Gallente Federation
#14 - 2012-07-20 17:31:16 UTC
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
Doomheim
#15 - 2012-07-20 17:33:59 UTC
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
The Scope
Gallente Federation
#16 - 2012-07-20 17:38:21 UTC
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
Doomheim
#17 - 2012-07-20 18:01:12 UTC  |  Edited by: Mr Bushar
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
The Scope
Gallente Federation
#18 - 2012-07-20 18:05:09 UTC
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
Doomheim
#19 - 2012-07-20 18:24:35 UTC
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
The Dresdeneers
#20 - 2012-07-20 18:27:07 UTC
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.

123Next page