PDA

View Full Version : can someone plz help me??



z0mg beast
October 16th, 2010, 14:48
Hi, I really need to add vote4cash to my server + site. How I do it? I got made the vote.php, now it says to open up phpadmin which i did, and it tells me to make a query. i get stuck there. idk how to do it? can someone help?

Network
October 16th, 2010, 14:51
Can you explain what your exactly trying to do? You need to explain what your problem is better

z0mg beast
October 16th, 2010, 14:53
i am trying to add vote4cash. with this tut:
Only the registered members can see the link.

z0mg beast
October 16th, 2010, 14:58
and my problem is adding a query. im just kinda confused on the whole thing if u could clear it up it would be great.

Network
October 16th, 2010, 15:03
You mean this? "Now, open PhpMyAdmin you probably have it, if you don't ask your host to configure it for you. In PhpMyAdmin, open the newly created database and run this SQL query on it:" OT: Don't advertise other communities.

If you have phpmyadmin do that step. If you don't, don't do it. find the database you just created in phpmyadmin which would be through xampp (etc). and enter that code in and test the vote.php

Daedalus
October 16th, 2010, 15:09
You mean this? "Now, open PhpMyAdmin you probably have it, if you don't ask your host to configure it for you. In PhpMyAdmin, open the newly created database and run this SQL query on it:" OT: Don't advertise other communities.

If you have phpmyadmin do that step. If you don't, don't do it. find the database you just created in phpmyadmin which would be through xampp (etc). and enter that code in and test the vote.php


^ That,

And also if that ain't the problem, then please elaborate more like, is it a MySQL error? In which case Copy & Paste.

z0mg beast
October 16th, 2010, 15:12
kk first off im new to this so dont get pissed at me when i say that i dont really understand.i have phpmyadmin, but i have no idea how to use it and what it does.

ballin
October 18th, 2010, 00:16
At the top of your monitor there's a red "X" on the top right corner, go on it and click it. Than i think your problems will be solved.

Faab234
October 18th, 2010, 08:29
Run your query in the SQL tab, just C&P.

mikelmaotje
October 19th, 2010, 20:48
kk first off im new to this so dont get pissed at me when i say that i dont really understand.i have phpmyadmin, but i have no idea how to use it and what it does.

PHPMyAdmin is a control panel to administrate your MySQL Databases, Tables etc.
Through it you can create new database's, new tables, new values, edit database's, tables and values and delete them too.. You can do alot more with PHPMyAdmin, just look threw the documentation :)

z0mg beast
October 22nd, 2010, 01:32
i know but like where do i put the query?

Faab234
October 22nd, 2010, 09:13
i know but like where do i put the query?

Textarea inside SQL Tab.