PDA

View Full Version : Never got my download link.................


SpikeAshlye
Tue 8th Mar '05, 7:52pm
:eek: I never got my download link

can you please tell me the link?

Floris
Tue 8th Mar '05, 7:57pm
Hi there,

Thank you for your purchase and for contacting us.

The best way to resolve this is to send in an email to support@vbulletin.com with your full name, email and purchase details as submitted during purchase and we can look into it through the purchase-system. We can't do that through the forum.

To protect your privacy I removed your transaction number you posted.

SpikeAshlye
Tue 8th Mar '05, 8:05pm
email sent

EvilAkuma
Tue 8th Mar '05, 11:25pm
make sure you don't delete the purchase. Save a copy on a disk of the site so when they ask for it you have it

SpikeAshlye
Tue 8th Mar '05, 11:33pm
make sure you don't delete the purchase. Save a copy on a disk of the site so when they ask for it you have it

I can't download anything yet :( I have to wait more days. This is going to be a long week.

ManagerJosh
Tue 8th Mar '05, 11:43pm
Any reason why you have to wait a few more days?

Zachery
Tue 8th Mar '05, 11:51pm
I would guess its a paypal echeck :) by the sound of it.

SpikeAshlye
Wed 9th Mar '05, 12:20am
I have to wait for paypal to clear I guess.

I have a feeling I won't be able to install it anyway. I don't think PHP and MySQL is installed right on this server, and I can't get help to configure them.

ManagerJosh
Wed 9th Mar '05, 12:54am
I have to wait for paypal to clear I guess.

I have a feeling I won't be able to install it anyway. I don't think PHP and MySQL is installed right on this server, and I can't get help to configure them.

If that's the case, its time for you to change hosts.

SpikeAshlye
Wed 9th Mar '05, 12:58am
I am the host :(

SpikeAshlye
Wed 9th Mar '05, 12:59am
This is my error http://dev.mysql.com/doc/mysql/en/old-client.html but I don't understand the steps to fix it.

Zachery
Wed 9th Mar '05, 4:24am
As of MySQL 4.1.X there is a new password hashing system. PHP4 does not have builtin support for it as of yet, however PHP5 does. In order for your old PHP4 to be able to connect to the MySQL 4.1.X database you need to set an OLD_PASSWORD. You should be able to run the following Query to make it possible for PHP4 to access the MySQL 4.1.X database.

SET PASSWORD FOR 'username'@'localhost' = OLD_PASSWORD('password');


Make sure to change the text in red to the correct value.

If you are not able to run this command, or you are unsure of the values, you should contact your hosting provider and have them assist you with this.

SpikeAshlye
Wed 9th Mar '05, 4:46am
thanks that worked. now i should be able to install vbulletin when the give me the link