Jump to content
The Uniform Server Community

oconkero

Member
  • Posts

    41
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.freewebs.com/oconkero
  • ICQ
    0

oconkero's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. right i got it working and ive studied sql and php together with databases so i do have a php few scripts that ban users ect but i need one that bans users with admin ect and protects certain pages most scripts i com across dont protect pages at all thet just kinda like a gate with no walls u can just walk around the gate like on these scripts u can just type the html address of that page and ban ur there.... i cant have unregistered or banned users finding this out and well its crap. unbeliveable, unacheivable crap, i cant have it. so if anyone know any scripts better"" it would be great... oh an i cant seam to load phpfreaks... ive tried for 3 weeks i only get a white page. can anyone else load it? Thanks to everyone for the great help on teaching a begginer
  2. ohhh thanks i might be able to start figuring this out i also found a script that tells u if the sql if working or not woth the username and pass u use... thanks im gonna try this cool script out and thanks for the defaults Update: yep i used this php script and i can connect so ima use the same user and pass for now and see if i can get some sort of user registration and login goin, heres what helped me <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>MySQL Test</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <p>MySQL test</p> <?php mysql_connect("localhost", "root", "root"); if (mysql_select_db("phpmyadmin")){ echo "CAN connect to database"; } else{ echo "CAN NOT connect to database"; } ?> </body> </html>
  3. Uhhh, Yeah this should be similair to the finished product i just need to know what the username and password is, is it the admin pass ar just and www pass or is there a diferent one for mysql becuz it doesnt ask me anything to get in there but i didnt change nething so it should be the defualt username and pass.and the database i want the users to be stored in is "users". ah and do i just leave the host as localhost or my remote or local ip? "db.php" $host = 'localhost'; $username = 'your_username'; $password = 'your_password'; $database = 'users'; $connection = mysql_connect($host, $username, $password); $mysql_select_db($database, $connection); Thanks For the Help.
  4. yeah i dont know if im close but still no cigar um ill get back to you on the error msg status. i think its still the old one
  5. ok thx ill edit it when im home im kinda at school but itas over in 4 days just ned to write finals then ill fool around with sql ect full time
  6. im sorry this is taking longer than expected but heres my problem now i have the code the one from that website you refrenced earlier but everytime is use any code it gives me an error, about some db.php on some line or rather i think i might have found what everyone is talking about. I jist need help with the username and pass. i think i got the rest. "This is the db.php?" $host = 'localhost'; $username = 'your_username'; $password = 'your_password'; $database = 'your_database'; $connection = mysql_pconnect($host, $username, $password); $mysql_select_db($database, $connection); Perform your mysql_query(); here.
  7. Ok um... the thing is... where in the world... or the confusing phpmyadmin do i put this code?? i know hot to make a database and how to make tables in those databases but i get confused at the whole coding part as far as i see phpmyadmin is all visual. not code. this is the only part im stuck at im sure all the php coding for forms is simple, almost copy and paste. and one more thing whats this include "db.php" the where or how can i make or get it?
  8. well if you have a modem in you dorm there then you dont go thru a router unless u have one in ur dorm too. but if its just a cat5 cable that comes in not coaxle then you most likly are going tru a schools router in which case nobody from outside the schools LAN will be able to get to ur server unless u port forward, maybe ask an admin of the school to forward a port? if you have your own modem you dont have to worry bout a thing and if you have a local router tin your dorm you might want to forward the port and its probably still the default password, in which case go here for all the dafault passwords for almost all routers ever made "http://www.phenoelit.de/dpl/dpl.html" Can be a bit confusing but remember think of the internet as a road and your lost if you try to get somwhere namely your server, and you dont know wut road to take ur done for, but with someone to ask for directions (port forward) you'll find the destination. kinda chezzy
  9. Ok Damian i think i kow ur problem um something that might help is try typing in you computers local ip adress in place of the local host, and make sure to have the ending "/" if not nothing will load, as for the local ip adress find out your computers which the server runs but going in to the network conection settings and type it like this "http://192.168.1.102/apanel/" where the 192.168.1.102 is yor local ip adress and DONT FORGET THE ENDING SLASH "/" Clear? lemme know if you got it going
  10. Well im still kindof confused with this all after reading thru the websites u gave me for refrences. so i was wondering if anyone can help me with the script and script installation. THX
  11. ok ok THANK YOU very much for your VERY VERY fast reply which took a time of like 2 minutes, lol , i will read up on those links Thanks again
  12. First of all i have taken a look at the phpmyadmin and my sql ive tried piecing it all together but im still unable to understand it all. What im trying to accomlish is that i have my website running with Uniform server and i have access to the APANEL so i can then start the sql, i have changed the script so i can start it from anywhere. but the real problem lies where i need a register and login for my site, and i need it to be a database login, not .htaccess. I think this is kinda like what olajideolaolorun has on his forums here like the login and register, maybe, i dk. THANK YOU in advance. If you need more info to try and help me just ask, thx.
  13. well you could give your hosting ip address a domain name but the thing is no body will be able to see youer site with meta search engines like google. af for your other question clueless bu im sure the administrator will help u further.
  14. KK good deal boss, ill post it soon as possible
×
×
  • Create New...