squiblo Posted July 29, 2009 Share Posted July 29, 2009 OK, I have not posted this in the freelancing section because I am not looking to pay anyone. So lets get started, what I need help with is, viewing other peoples profiles and people are only able to change their own profile, such as profile picture etc, I am not sure but I would only expect this to take a couple of hours. If you are interested please message me, and I am greatfull to all those who help, thank you. Quote Link to comment https://forums.phpfreaks.com/topic/168026-solved-looking-for-a-little-dedicated-help/ Share on other sites More sharing options...
DaiLaughing Posted July 29, 2009 Share Posted July 29, 2009 So you want people to do your work for you but won't pay them or put up the code you have so far. Calling it a profile tells us nothing meaningful. Quote Link to comment https://forums.phpfreaks.com/topic/168026-solved-looking-for-a-little-dedicated-help/#findComment-886221 Share on other sites More sharing options...
MatthewJ Posted July 29, 2009 Share Posted July 29, 2009 Classic Quote Link to comment https://forums.phpfreaks.com/topic/168026-solved-looking-for-a-little-dedicated-help/#findComment-886222 Share on other sites More sharing options...
squiblo Posted July 29, 2009 Author Share Posted July 29, 2009 ok sorry let me explain more, the website i am trying to create is a social networking site for my local area. i have a profile page: <?php session_start(); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Squiblo - About Us!</title> <style type="text/css"> div#container { width: 900px; position: relative; margin-top: 0px; margin-left: auto; margin-right: auto; text-align: left; } body { text-align: center; margin: 0; } </style> </head> <body bgcolor="#E6E6E6" text="#FFFFFF"> <div id="container"> <div id="wb_Shape1" style="position:absolute;left:55px;top:41px;width:792px;height:125px;z-index:2" align="center"> <img src="/Images/header_img.jpg" id="Shape1" align="top" alt="" title="" border="0" width="792" height="125"></div> <div id="wb_Text1" style="position:absolute;left:60px;top:85px;width:325px;height:72px;z-index:3" align="left"> <font style="font-size:70px" color="#FFFFFF" face="impact"><a href="/index.php" style="text-decoration:none"> <font color="#FFFFFF">SQUIBLO</a></font></font></div> <div id="apps" style="position:absolute;left:754px;top:169px;z-index:14" align="center"> <?php include 'accmenu.php'; ?> </div> <div id="wb_Shape2" style="position:absolute;left:54px;top:200px;width:793px;height:1200px;z-index:10; align="center"> <img src="/Images/body_img.jpg" id="Shape2" align="top" alt="" title="" border="0" width="793" height="1200"></div> <div id="menubar" style="position:absolute;left:54px;top:168px;width:793px;height:30px;z-index:13" align="center"> <img src="/Images/header_img.jpg" id="menubar" align="top" alt="" title="" border="0" width="793" height="30"></div> <?php if($_SESSION['myusername']){ ?> <div id="wb_Text1" style="position:absolute;left:684px;top:55px;width:151px;height:14px;z-index:7" align="right"> <font style="font-size:13px" color="#FFFFFF" face="Arial">You are logged in as:</font><br> <font style="font-size:15px" color="#FF0000" face="Arial"> <?php echo ucwords(strtolower($_SESSION['myusername'])); ?> </font></div> <div id="logout" style="position:absolute;left:775px;top:130px;width:64px;height:23px;z-index:12" align="center"><a href="/logout.php"> <?php echo '<img src="/Images/logout.png" id="logout" align="top" alt="logout" title="" border="0" width="64" height="23">'; ?> </a></div> <div id="wb_Text3" style="position:absolute;left:60px;top:173px;width:100px;height:30px;z-index:14" align="left"> <font style="font-size:17px" color="#FFFFFF" face="Arial"><a href="/index.php" style="text-decoration:none"><font color="#FFFFFF">Profile</a></font></font></div> <div id="wb_Text4" style="position:absolute;left:123px;top:173px;width:100px;height:30px;z-index:14" align="left"> <font style="font-size:17px" color="#FFFFFF" face="Arial"><a href="http://google.com" style="text-decoration:none"><font color="#FFFFFF">Friends</a></font></font></div> <div id="wb_Text5" style="position:absolute;left:195px;top:173px;width:100px;height:30px;z-index:14" align="left"> <font style="font-size:17px" color="#FFFFFF" face="Arial"><a href="http://google.com" style="text-decoration:none"><font color="#FFFFFF">Photos</a></font></font></div> <div id="wb_Text6" style="position:absolute;left:262px;top:173px;width:100px;height:30px;z-index:14" align="left"> <font style="font-size:17px" color="#FFFFFF" face="Arial"><a href="http://google.com" style="text-decoration:none"><font color="#FFFFFF">Mail</a></font></font></div> <div id="wb_Text7" style="position:absolute;left:610px;top:173px;width:100px;height:30px;z-index:14" align="left"> <font style="font-size:17px" color="#FFFFFF" face="Arial"><a href="http://google.com" style="text-decoration:none"><font color="#FFFFFF">Search</a></font></font></div> <div id="wb_Text8" style="position:absolute;left:680px;top:173px;width:100px;height:30px;z-index:14" align="left"> <font style="font-size:17px" color="#FFFFFF" face="Arial"><a href="http://google.com" style="text-decoration:none"><font color="#FFFFFF">Settings</a></font></font></div> <?php } else { ?> <form name="form1" method="post" action="checklogin.php"> <input type="text" id="myusername" style="position:absolute;left:651px;top:59px;width:174px;font-family:Arial;font-size:13px;z-index:4" size="29" name="myusername" value="" title="username"> <input type="password" id="mypassword" style="position:absolute;left:651px;top:86px;width:174px;font-family:Arial;font-size:13px;z-index:5" size="29" name="mypassword" value="" tabindex="password" title="password"> <input type="checkbox" id="Checkbox1" name="Checkbox1" value="on" style="position:absolute;left:648px;top:113px;font-family:Arial;font-size:13px;z-index:6"> <input type="submit" id="Button1" name="Login" value="Login" style="position:absolute;left:778px;top:117px;width:50px;height:43px;font-family:Arial;font-size:13px;z-index:8" title="Login"> </form> <div id="wb_Text7" style="position:absolute;left:584px;top:63px;width:47px;height:16px;z-index:22" align="left"> <font style="font-size:13px" color="#FFFFFF" face="Arial">Username:</font></div> <div id="wb_Text8" style="position:absolute;left:586px;top:88px;width:65px;height:16px;z-index:23" align="left"> <font style="font-size:13px" color="#FFFFFF" face="Arial">Password:</font></div> <div id="wb_Text2" style="position:absolute;left:669px;top:113px;width:111px;height:14px;z-index:7" align="left"> <font style="font-size:11px" color="#FFFFFF" face="Arial">Remember Me</font></div> <div id="wb_Text3" style="position:absolute;left:651px;top:131px;width:122px;height:14px;z-index:9" align="left"> <font style="font-size:11px" color="#FFFFFF" face="Arial">Forgot your password?</font></div> <?php } ?> <div id="wb_Shape5" style="position:absolute;left:84px;top:240px;width:225px;height:275px;z-index:11" align="center"><a href="/upload.php"> <?php session_start(); include("checklogin.php"); $username = $_SESSION['myusername']; $query = mysql_query("SELECT * FROM members WHERE username='$username'"); if (mysql_num_rows($query)==0){ die("User not found!"); }else{ $row = mysql_fetch_assoc($query); $location = $row['imagelocation']; if($location == ""){ echo "<img src ='/profileimages/box.png' width='225' height='275' border='0'></a>"; }else{ echo "<img src ='$location' width='225' height='275' border='0'>"; } } ?> </a></div> </div> </body> </html> any more questions please ask Quote Link to comment https://forums.phpfreaks.com/topic/168026-solved-looking-for-a-little-dedicated-help/#findComment-886223 Share on other sites More sharing options...
Maq Posted July 29, 2009 Share Posted July 29, 2009 Why don't you just use a 3rd party app? Quote Link to comment https://forums.phpfreaks.com/topic/168026-solved-looking-for-a-little-dedicated-help/#findComment-886224 Share on other sites More sharing options...
squiblo Posted July 29, 2009 Author Share Posted July 29, 2009 sorry, what do you mean by a "3rd party app" Quote Link to comment https://forums.phpfreaks.com/topic/168026-solved-looking-for-a-little-dedicated-help/#findComment-886227 Share on other sites More sharing options...
Maq Posted July 29, 2009 Share Posted July 29, 2009 sorry, what do you mean by a "3rd party app" I mean an app that has already been built, all you have to do is implement and customize. Just Google, "free php social networking scripts". Quote Link to comment https://forums.phpfreaks.com/topic/168026-solved-looking-for-a-little-dedicated-help/#findComment-886232 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.