Ok for the past week I have been trying to get my server up. In the past three DAYs I have put 40+ hours on 2 of them. Im stuck in a rut and I need someone to help me out. I beg you please help me. Ok heres the problem 1 by 1.
1: ) Connecting my MySQL to my WAMP for an Account Registration Page
- this one has been literally depressing me. I cant do it, no matter what I do EVER. EVER. its so depressing. Ok so I get everything working.. I get on my localhost website and I create an account. It checks out fine, but it wont work. Than if I go to PhPmyAdmin it can't connect to my MySQL. #1045 - Access denied for user 'root'@'localhost' (using password: NO) . But I changed to to my user and pass.
$dbhost = "localhost";
$dbuser = "root";
$dbpass = "ascent";
$dbname = "logon";
And thats what I use to log into the MySQL with heidiSQL. I just dont understand. I've googled, been to every link I could MULTIPLE times. I just dont understand. I am literally killing myself trying to fix this. I've reinstalled Wamp, I've tried Rospora, I've tried Xampp. I just dont unerstand.
2: ) How do I make Items cost honor?
I mean a custom amount of honor? See Im stuck on this because im using trinitycore, and I dont see a Itemsextendedcost.dcc or w/e in my Heidi. Where, and how, do I edit it to be a custom amount of HONOR?
3: ) How do I compile a C++ script in a trinitycore?
If I follow the Wiki page I get up to - "Under the scripts project (left hand side of the screen), press the arrow on the left to open the project dependencies. Then right click on the Source Files folder, and select 'Add' -> 'Existing Item'. Navigate to the location of your custom script (should be something like C:/Trinity/src/server/scripts/custom), select your script and press 'Add' or 'OK'. "
But when I open my Trinitycore with Visual 2010 express in my d:\build I dont have a "Scripts" project. I only have ALL_BUILD, g3dib, revision.h, ZERO_CHECK, zilb Solutions.
Please you have no idea how much time, how many google searches, and how many fail attempts I've done. If you can help me out I beg you, do so please.