Looking for PHP/CSS Coder

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
Hi, i am looking for someone with experienced knowledge in PHP and CSS to help me with a few problems, it's starting to get urgent so i will be offering that person up to 1000 credits to solve a few problems for me, first of all, if you go to http://tutorials.sohailtech.com/, you will notice a big space before the banner, and i don't want that, so it can match with http://forums.sohailtech.com/. And another thing, on the tutorials site, if you scroll down on the first page and click the title, send and get data from PHP, (not get data from PHP) you'll notice that the content has moved below the menu, that has happened with a few other pages too so that also needs fixing... And for all the titles, i want the colour of the text to be change to #5095BE. The second thing done is that i need someone to edit this code for me:

PHP:
 			 				<?php
if(isset($_POST['submit'])) {
$to = "sohail@sohailtech.com";
$subject = "New Game Request";
$name_field = $_POST['name'];
$email_field = $_POST['email'];
$gametitle = $_POST['gametitle'];
$imglink = $_POST['imglink'];
$swflink = $_POST['swflink'];
$copyright = $_POST['copyright'];
$others = $_POST['others'];
 
$body = "From: $name_field\n E-Mail: $email_field\n Game Title: $gametitle\n mage: $imglink\n Game Link: $swflink\n Copyright Evidence: $copyright\n Anything Else: $others";
 ?>
 
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Submit Game</title>
<link href="/games/stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>  
   <div id="banner"></div>
   <div align="center">
<div id="navigation"><a href="http://sohailtech.com/">HOME</a> • <a href="http://tutorials.sohailtech.com/content/blogsection/4/26/">FLASH TUTORIALS</a> • <a href="http://tutorials.sohailtech.com/content/blogsection/5/29/">PHOTOSHOP TUTORIALS</a> • <a href="http://tutorials.sohailtech.com">BLOG</a> • <a href="http://forums.sohailtech.com/">FORUMS</a> </div>
  </div>
  <div align="center"><br>
  <?php
echo "Thanks for your request, it will be reviewed shortly!";
mail($to, $subject, $body);
} else {
echo "You have submitted an invalid form, please try again.";
}
?>
</div>
</body>
</html>

So i want the imglink to obtain the image in that link, then make two resized images of it, 600*420 and 129*101 then it should upload it to the server. If you want to do one one of these tasks, i will offer 400 for the PHP script, and 600 to help me with the tutorials site (Joomla).

Important: Read my second post, it contains some important information!

Thanks.
 
Last edited:

DarkDragonLord

New Member
Messages
782
Reaction score
0
Points
0
the first one is just check if the DIV that have the banner got any padding or margin
 

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
Thanks for your advice, i can't seem to find anything which is why i need someone to do these things for me... If anyone here is interested then please PM me and i can give you FTP and login details for the site on the St network, i still have problems fixing the problem on "how to send and get data from php", or something like that where the modules start to go off the page so i will need someone to fix that too :). A few more things, i also need someone to install a Captcha code for me at http://sohailtech.com/contact.html... Plus i need someone to fix the big space that appears at the bottom of my search page when you search for something - http://sohailtech.com/search.html. I can easily raise this offer to 2,000 credits if i am pleased with your work.
 
Last edited:

kbjradmin

New Member
Messages
512
Reaction score
2
Points
0
for the banner, just set the div with the image with a top of 0px.

Code:
#banner{
position: absolute;
top: 0px;
}

when it come to the search page, could you be more specific, i don't see a big space at the bottom.
 
Last edited:

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
Okay i will try this out soon then i will get back to you.

Thanks.
 

Dan

Active Member
Messages
1,258
Reaction score
0
Points
36
I can do some of that for you, I can do PHP & CSS so anything you want me to do just PM me.
 

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
Okay first can you edit the PHP script for me, i will PM you later about everything else
 

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
I'm now increasing my offer to 2000 credits so people notice this. It's getting a bit urgent...
 

VPmase

New Member
Messages
914
Reaction score
0
Points
0
Thanks for your advice, i can't seem to find anything which is why i need someone to do these things for me... If anyone here is interested then please PM me and i can give you FTP and login details for the site on the St network, i still have problems fixing the problem on "how to send and get data from php", or something like that where the modules start to go off the page so i will need someone to fix that too :). A few more things, i also need someone to install a Captcha code for me at http://sohailtech.com/contact.html... Plus i need someone to fix the big space that appears at the bottom of my search page when you search for something - http://sohailtech.com/search.html. I can easily raise this offer to 2,000 credits if i am pleased with your work.
I'll script the captcha code for you. I already have one done for my site, even though its simple, it gets the job done. If it is too simple for you I can add some lines and other stuff to make it look different.

Demo: http://saumpro.com/user.php?t=reg

PM me if you want me to.
 
Last edited:

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
Replied to your PM VPmase. I sent you a PM too Dannad500.
 

lch-x10hosting

New Member
Messages
8
Reaction score
0
Points
0
A few more things, i also need someone to install a Captcha code for me at http://sohailtech.com/contact.html...

Go to reCaptcha.net and sign up for an API key (free). Their API makes the captcha thing no more than 2-3 lines of code, it is so unbelievably easy. Plus, it is proven to be secure. They're specialists about this and the captcha comes from a real-world problem where computers fail. And you help the humanity by digitizing old literature. :)
 

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
Cool! I'll have a look at that soon and i'll get back to you ;).
 
Last edited:

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
Okay, i think i'll just have someone copy the Captcha from my forums registration page so it can be copied onto other pages as that one has the recaptcha logo on it which wouldn't make my site seem professional...
 
Top