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? |
|

Thoraemond
Far Ranger
37
|
Posted - 2012.07.21 01:29:00 -
[31] - Quote
Mr Bushar wrote: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). Hopefully I saved you hours of headaches. Enjoy, Bushar
Haven't you saved would-be scammers hours of headaches, too? Sometimes people post screenshots of this and other API-reading applications as putative "evidence" of their trading or manufacturing activities.
Having the application and data under your direct control means that you can manipulate the data directly to create whatever screenshots you want at any time, right? I.e., without needing to do the actual trading or manufacturing? |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.21 01:30:00 -
[32] - Quote
Onyth wrote: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?
Try using PHPMyAdmin to manually create an 'eveprofit' database and leave it blank, and then try another time? |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.21 01:33:00 -
[33] - Quote
Thoraemond wrote:Mr Bushar wrote: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). Hopefully I saved you hours of headaches. Enjoy, Bushar Haven't you saved would-be scammers hours of headaches, too? Sometimes people post screenshots of this and other API-reading applications as putative "evidence" of their trading or manufacturing activities. Having the application and data under your direct control means that you can manipulate the data directly to create whatever screenshots you want at any time, right? I.e., without needing to do the actual trading or manufacturing?
Not sure if serious mind=blown |

Mara Rinn
Cosmic Industrial Complex Cosmic Consortium
1637
|
Posted - 2012.07.21 02:27:00 -
[34] - Quote
Thoraemond wrote:Sometimes people post screenshots of this and other API-reading applications as putative "evidence" of their trading or manufacturing activities.
Are you suggesting that screenshots can never be faked? Or are you suggesting that a mere trillion ISK or two isn't worth the effort of saving a web page from an API-reading site and adjusting the HTML to make the web page say what you want it to say?
Wouldn't the effort of installing this software be far greater than writing up an HTML page containing the information you want?
Day 0 advice for new players: Day 0 Advice for New Players |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.21 02:31:00 -
[35] - Quote
Mara Rinn wrote:Thoraemond wrote:Sometimes people post screenshots of this and other API-reading applications as putative "evidence" of their trading or manufacturing activities. Are you suggesting that screenshots can never be faked? Or are you suggesting that a mere trillion ISK or two isn't worth the effort of saving a web page from an API-reading site and adjusting the HTML to make the web page say what you want it to say? Wouldn't the effort of installing this software be far greater than writing up an HTML page containing the information you want?
Agreed 100%, I was going to type something similar but figured why even bother I'm lolling hard This forum is like a religion where the devil is a scammer, and everyone except 5 people is a witch trying to conjure demonic scams
Thank you, Mara Rinn, for having some common sense You can't even receive one 'thank you' on this forum, despite making a useful guide, because you are either 1) a scammer 2) a demon who helps scammers |

Mara Rinn
Cosmic Industrial Complex Cosmic Consortium
1639
|
Posted - 2012.07.21 02:54:00 -
[36] - Quote
Mr Bushar wrote:You can't even receive one 'thank you' on this forum, despite making a useful guide, because you are either 1) a scammer 2) a demon who helps scammers
Well, you are instructing people in the art of setting up software that uses PHP and MySQL. Thus, you are the hand of Satan. Day 0 advice for new players: Day 0 Advice for New Players |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.21 02:56:00 -
[37] - Quote
Mara Rinn wrote:Mr Bushar wrote:You can't even receive one 'thank you' on this forum, despite making a useful guide, because you are either 1) a scammer 2) a demon who helps scammers Well, you are instructing people in the art of setting up software that uses PHP and MySQL. Thus, you are the hand of Satan.
I love you Now, we must meet in the darkest cave in hell and plan our next scam attack. We will call it Fraudbond Incorporated, and as the hand of Satan, I will tell you that I have the approval of the devil himself. |

Thoraemond
Far Ranger
41
|
Posted - 2012.07.21 02:59:00 -
[38] - Quote
Mara Rinn wrote:Are you suggesting that screenshots can never be faked? No, quite the contrary: hence my pejorative construction, scare quotes and all: putative "evidence".
Mara Rinn wrote:Or are you suggesting that a mere trillion ISK or two isn't worth the effort of saving a web page from an API-reading site and adjusting the HTML to make the web page say what you want it to say?
Wouldn't the effort of installing this software be far greater than writing up an HTML page containing the information you want? I'm probably not a good judge of what hoops people will jump through for a pittance.
I don't have a lot of need for fake screenshots, so I have not tested which method is less effort. I'd guess it might depend on whether one finds it easier to install and use software, or to learn to read HTML.
Also, and I'm just spitballin' here, I would guess that a couple of screenshots might be quicker to fake using direct editing of HTML, but if one wants to maintain an internally-consistent thread of fake screenshots over a period of time, having a software tool to keep track of it all might help.
So maybe it boils down to whether the would-be scammer is engaged in a quick grab or a longer con? |

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.21 03:02:00 -
[39] - Quote
Thoraemond wrote:Mara Rinn wrote:Are you suggesting that screenshots can never be faked? No, quite the contrary: hence my pejorative construction, scare quotes and all: putative "evidence". Mara Rinn wrote:Or are you suggesting that a mere trillion ISK or two isn't worth the effort of saving a web page from an API-reading site and adjusting the HTML to make the web page say what you want it to say?
Wouldn't the effort of installing this software be far greater than writing up an HTML page containing the information you want? I'm probably not a good judge of what hoops people will jump through for a pittance. I don't have a lot of need for fake screenshots, so I have not tested which method is less effort. I'd guess it might depend on whether one finds it easier to install and use software, or to learn to read HTML. Also, and I'm just spitballin' here, I would guess that a couple of screenshots might be quicker to fake using direct editing of HTML, but if one wants to maintain an internally-consistent thread of fake screenshots over a period of time, having a software tool to keep track of it all might help. So maybe it boils down to whether the would-be scammer is engaged in a quick grab or a longer con?
You would make a really good politician. |

Thoraemond
Far Ranger
41
|
Posted - 2012.07.21 03:14:00 -
[40] - Quote
Mr Bushar wrote:You would make a really good politician. I couldn't make up my mind between two replies; so take your pick:
- Ad hominem already?!
- I forget, is politics a quick grab or a longer con?
|
|

Mr Bushar
Myron Gainez
18
|
Posted - 2012.07.21 03:18:00 -
[41] - Quote
Thoraemond wrote:Mr Bushar wrote:You would make a really good politician. I couldn't make up my mind between two replies; so take your pick:
- Ad hominem already?!
- I forget, is politics a quick grab or a longer con?
You even made a [list]... but why do I have to pick just one of them? I pick both, it's more satanic that way  |

Alyssa Ford
Republic Military School Minmatar Republic
0
|
Posted - 2012.07.21 13:41:00 -
[42] - Quote
Thanks for this :)
For those who saw the instructions on how to do it and were having problems with bigdump finding the database:
-Set db username/password/server name etc in the bigdump.php -Create eveprofit database in phpMyAdmin -Go to localhost/bigdump.php and it should now let you import -Once that is done you need to edit mysql.php in your www folder and change the dbuser name and password to the one you setup in phpMyAdmin. -You should now be able to go to localhost in your browser and it should work.
Thanks to Mr Bushar for providing the guide to do this. Wouldn't have known about such programs to do this easily.
|

Onyth
Had Holdings
0
|
Posted - 2012.07.21 17:09:00 -
[43] - Quote
I believe that makin the DB in phpMyAdmin did the trick, it's importing now!
Big thanks :)
And seriously? If you get scammed because someone fakes data using this program you deserve to loose your isk. You should always have someone else verify data presented by someone who sets up a bond (or w.E form of money request). Don't trust screenshots! |

Onyth
Had Holdings
0
|
Posted - 2012.07.21 17:13:00 -
[44] - Quote
It seems like I spoke to soon! (blast)
While it is now all running smoothly, it now doesn't give me any updates on what I did. I entered API key, found my char no problems.
But now it doesn't seem to import any market data. Says server is offline (aswel as api).  |

Adamina
Butter Sculptures
2
|
Posted - 2012.07.22 11:44:00 -
[45] - Quote
Exact same thing for me.  |

Lex Fasces
New Eden Renegades Suddenly Spaceships.
9
|
Posted - 2012.07.22 23:25:00 -
[46] - Quote
Adamina wrote:Exact same thing for me.  edit: I was able to get it to work by going inside every individual file and renaming every line that had eve-online to eveonline and it started showing everything correctly. Then, it wouldn't import the conquerable stations without timing out so, I omitted everything in api_char and it's working fine and is saving all my data correctly. I'm sure this is a half-assed way of fixing it but being half-assed is something I do quite well.
what files would that be?
and also how do i omit things? |

Lex Fasces
New Eden Renegades Suddenly Spaceships.
9
|
Posted - 2012.07.23 15:13:00 -
[47] - Quote
( ! ) SCREAM: Error suppression ignored for ( ! ) Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\include\api.php on line 51 Call Stack #TimeMemoryFunctionLocation 10.0032408224{main}( )..\index.php:0 22.0136465216require_once( 'C:\wamp\www\wtrans\api_wallet.php' )..\index.php:163 32.0174605208import_marketOrders( )..\api_wallet.php:81 42.0174606224sendToHost( )..\api_functions.php:132
getting this error everytime i try to import new stuff now |

Haulter
Republic Military School Minmatar Republic
1
|
Posted - 2012.07.23 18:59:00 -
[48] - Quote
Search for php.ini and increase max_execution_time.
There are two different php.ini files but i have no idea which one does what. |

Onyth
Had Holdings
0
|
Posted - 2012.07.24 09:20:00 -
[49] - Quote
Also had it working up to the point where the site was up. Then I'm stuck with seemingly no connection. It wont pull any data for me sadly enough :( when I press wallet transactions I get:
( ! ) SCREAM: Error suppression ignored for ( ! ) Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\wtrans\api_char.php on line 83 Call Stack #TimeMemoryFunctionLocation 10.0298406720{main}( )..\index.php:0 20.1904563824require_once( 'C:\wamp\www\wtrans\api_char.php' )..\index.php:136 30.1914565800import_conquerableStation( )..\api_char.php:134 |

Adamina
Butter Sculptures
2
|
Posted - 2012.07.24 10:03:00 -
[50] - Quote
For everyone having difficulties getting this to work. I uploaded my api_char.php file which SHOULD fix the timing out issue, just overwrite it with the one in your /www/wtrans folder. If you're too scared to download the file I can write a tutorial if needed. File: http://www.mediafire.com/?axk2pgtw39151n5 (it's just a .php file with a few omitted lines)
I'm confused as to WHY he deleted the entire OP with the tutorial? Why make a post and then delete it 2 hours later? Here is the original post for anyone who was interested in doing this: http://eve-search.com/thread/134919-1/page/1 |
|

Onyth
Had Holdings
0
|
Posted - 2012.07.24 10:21:00 -
[51] - Quote
Adamina wrote:For everyone having difficulties getting this to work. I uploaded my api_char.php file which SHOULD fix the timing out issue, just overwrite it with the one in your /www/wtrans folder. If you're too scared to download the file I can write a tutorial if needed. File: http://www.mediafire.com/?axk2pgtw39151n5 (it's just a .php file with a few omitted lines) I'm confused as to WHY he deleted the entire OP with the tutorial? Why make a post and then delete it 2 hours later? Here is the original post for anyone who was interested in doing this: http://eve-search.com/thread/134919-1/page/1
Tried this, it worked, big thank you for Adamina! |

Haulter
Republic Military School Minmatar Republic
1
|
Posted - 2012.07.24 14:01:00 -
[52] - Quote
Adamina wrote:For everyone having difficulties getting this to work. I uploaded my api_char.php file which SHOULD fix the timing out issue, just overwrite it with the one in your /www/wtrans folder. If you're too scared to download the file I can write a tutorial if needed. File: http://www.mediafire.com/?axk2pgtw39151n5 (it's just a .php file with a few omitted lines) I'm confused as to WHY he deleted the entire OP with the tutorial? Why make a post and then delete it 2 hours later? Here is the original post for anyone who was interested in doing this: http://eve-search.com/thread/134919-1/page/1
I would very much appreciate a tutorial, because my "workaround" isn't really one.... |

Cebraio
Starfire Oasis
179
|
Posted - 2012.07.24 14:11:00 -
[53] - Quote
Adamina wrote:I'm confused as to WHY he deleted the entire OP with the tutorial? Why make a post and then delete it 2 hours later? Here is the original post for anyone who was interested in doing this: http://eve-search.com/thread/134919-1/page/1 Because he is mad at some people here and doesn't want to share his secrets with them anymore. Thanks for digging it up though! 
|

Warlock Richard
FOR.PONY
0
|
Posted - 2012.07.24 14:16:00 -
[54] - Quote
Original OP from EVE search (Thanks to Adamina):
Mr Bushar wrote: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
Adamina wrote:For everyone having difficulties getting this to work. I uploaded my api_char.php file which SHOULD fix the timing out issue, just overwrite it with the one in your /www/wtrans folder. If you're too scared to download the file I can write a tutorial if needed. File: http://www.mediafire.com/?axk2pgtw39151n5 (it's just a .php file with a few omitted lines) I'm confused as to WHY he deleted the entire OP with the tutorial? Why make a post and then delete it 2 hours later? Here is the original post for anyone who was interested in doing this: http://eve-search.com/thread/134919-1/page/1 |

Dunan Sanis
Dreddit Test Alliance Please Ignore
14
|
Posted - 2012.07.24 15:21:00 -
[55] - Quote
Warlock Richard wrote:Original OP from EVE search (Thanks to Adamina): Mr Bushar wrote: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 Adamina wrote:For everyone having difficulties getting this to work. I uploaded my api_char.php file which SHOULD fix the timing out issue, just overwrite it with the one in your /www/wtrans folder. If you're too scared to download the file I can write a tutorial if needed. File: http://www.mediafire.com/?axk2pgtw39151n5 (it's just a .php file with a few omitted lines) I'm confused as to WHY he deleted the entire OP with the tutorial? Why make a post and then delete it 2 hours later? Here is the original post for anyone who was interested in doing this: http://eve-search.com/thread/134919-1/page/1
Thanks, I'm kinda disapointed though. These indications can be shortened in 2 steps:
1/ Download EVE Profit 2/ Serve it
|

Lex Fasces
New Eden Renegades Suddenly Spaceships.
9
|
Posted - 2012.07.26 17:42:00 -
[56] - Quote
( ! ) SCREAM: Error suppression ignored for ( ! ) Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\wtrans\api_functions.php on line 462 Call Stack #TimeMemoryFunctionLocation 10.0153407984{main}( )..\index.php:0 28.68381306760require_once( 'C:\wamp\www\wtrans\api_wallet.php' )..\index.php:163 325.29381453144import_walletTransactions( )..\api_wallet.php:91
FUUUUUUUUUU
gonna have a look at changing that timeout after 30 seconds thing in the apii.php somewhere |

Lex Fasces
New Eden Renegades Suddenly Spaceships.
9
|
Posted - 2012.07.26 17:47:00 -
[57] - Quote
Haulter wrote:Search for php.ini and increase max_execution_time.
There are two different php.ini files but i have no idea which one does what.
this worked =) |
|
|
|
Pages: 1 2 :: [one page] |