The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I need my MYADMINPHP system hooked up - I cannot run queries and want to have this to do so but have no clue how and won't even try
![]() I installed fireflies vbhacker and don't know how to use it either, it shows up and all, but when i click GET MORE HACKS i find a hack, choose install and then? NOTHING? I dont' get how it works? So if you install myphpadmin and teach me that SIMPLE ass thing I am willing to paypal you a small donation. I wont' trust just anyone with my login info obviously. Possibly firefly, anime loo, xenon, gamerforums or someone big time like that ![]() Let me know please. Thank you so much! |
#2
|
||||
|
||||
![]()
hey i wil help you with that, just aim me at zajako2
i have helped many sites, and am a trusted hacker round here, sides that i could use some money. |
#4
|
|||
|
|||
![]()
will do it for free if you want to pm me should take about 5 minutes of my time.
|
#5
|
||||
|
||||
![]()
aww ppn, you spoil the person who offered to pay:P
*gets about 50 people a week who he helps for free, due to advertising an aim name* |
#6
|
||||
|
||||
![]()
thats why I took my name off.
|
#7
|
||||
|
||||
![]()
phpMyAdmin is a free product that is very very easy to install.
![]() |
#8
|
||||
|
||||
![]()
not easy is your are not a web junky foo.
|
#9
|
||||
|
||||
![]()
Neo, now I know why you have your custom user title.
phpMyAdmin Installation Go to http://www.phpwizard.net/projects/phpMyAdmin/ and download phpMyAdmin. Unzip/untar all the files and directories, then open the Config.inc.php file and edit the following lines: $cfgPmaAbsoluteUri= ''; $cfgServers[1]['host'] = 'localhost'; $cfgServers[1]['user'] = 'root'; $cfgServers[1]['password'] ='' Changing them to: $cfgPmaAbsoluteUri= 'http://www.yourdomain.com/pma/'; $cfgServers[1]['host'] = 'MySQL.yourdomain.com'; $cfgServers[1]['user'] = 'yourusername'; $cfgServers[1]['password'] ='yourpassword' Create a new directory in your "www" directory titled something like "pma" (same as the directory named above by $cfgPmaAbsoluteUri). Upload ALL of the phpMyAdmin files to this directory. Open a web browser, and go to http://www.yourdomain.tld/pma/index.php (or whatever directory phpMyAdmin is in) and you should see the welcome page and be able to start configuring your databases! VERY IMPORTANT: Make sure you password protect your phpMyAdmin directory using .htaccess and .htpasswd files. More info here: http://www.phpwizard.net/projects/phpMyAdmin/ http://www.aota.net/PHP_and_MySQL/phpmyadmin.php4 http://help.powweb.com/tutorials/mys...in/install.php |
#10
|
||||
|
||||
![]()
if your host has cpanel its already installed, just look in your cp for the link called "edit databases(phpmyadmin)"
also several other hosts have similar programs. Due to phpmyadmin being a very insecure program many severs have coded it to require a pass of sorts to keep it safe also just to be on the safer side rename the folder you installed phpmyadmin in and then type its name in this line instead of pma $cfgPmaAbsoluteUri= 'http://www.yourdomain.com/pma/'; that way to prevent people from here from accessing your db if you had troubles with the hta edit. ex you name for folder "mysqlprg" then change that line to $cfgPmaAbsoluteUri= 'http://www.yourdomain.com/mysqlprg/'; |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|