Log in

View Full Version : I Will Honestly PAY Whoever can Do this for me...


JC
11-12-2002, 10:29 AM
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!

zajako
11-12-2002, 11:37 AM
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.

JulianD
11-12-2002, 01:00 PM
If you want to install a hack, I'd recommend this post (https://vborg.vbsupport.ru/showthread.php?s=&threadid=39145) made by Logician.

Scott MacVicar
11-12-2002, 01:13 PM
will do it for free if you want to pm me should take about 5 minutes of my time.

zajako
11-12-2002, 03:26 PM
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*

Neo
11-12-2002, 04:58 PM
thats why I took my name off.

Erwin
11-12-2002, 07:40 PM
phpMyAdmin is a free product that is very very easy to install. :) Just follow the instrutions.

Neo
11-12-2002, 09:32 PM
not easy is your are not a web junky foo.

Erwin
11-12-2002, 09:41 PM
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/mysql/phpmyadmin/install.php

zajako
11-14-2002, 05:29 AM
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/';