-
Posts
156 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by Ecko
-
yep i dont trust you because of what i have seen about you on this forum and the link that peter provided.
-
yeh thnks but peter already sorted it for me
-
yep i would have stopped playing if i had to wait for 4 mins , i dont think the instant crime thing is that good but if the delay was about 30secs or at max 1min 30 secs then that would be ok
-
ok so i can make login and register page but ive always wanted to design ingame layouts . only thing is i dont actually know how to do it. i dont know what to edit. i do know some html and i am polishing this up, i am also learning php.and always wanted to design a template ingame. THANKS FOR THE HELP IN ADVANCE!
-
do you think i should have stated this in the description , if so i will edit it . i also sent you a pm to clarify things.
-
well peter , i will obv be using free vectors for that price . nobody would use stock images , why would i go in loss? if you still want to see proof please pm me k
-
i am selling custom login and registers for only $10 PM ME if you want to see what my work is like , there is a example on this link. http://makewebgames.io/showthread.php/39669-SELLING-LOGIN-And-register?p=257480#post257480
-
ARE you tryin to bump your thread? if not i apologise in advance:D
-
Thanks i am learning from the feedback that you and others are giving me . when i get a offer i will ask the buyer weather they want the images at the bottom or not and next time i will try to integrate the characters better , THANKS FOR YOUR FEEDBACK! it helps alot .
-
yep, they posted on my login and register , telling me to put it on the internet so they could view it but thanks to peter my design was saved as he pointed out to me what they were trying to do . THANKS PETER.
-
oh , thanks alot peter , was just about to do as they said . thanks you just saved my work. and do you have any feedback since you are a expert at making layouts and i would be interested as how i can improve . also are there any offers.
-
its ok , i guess i should have added it in the description
-
well i did get them of a stock photo site which i pay membership for,lol . i wouldnt want my buyer to get done for copyright so if i find a image that does have copyright i would replace it immidiatly
-
how much would you give , and for the ingame id say contact peter leeman
-
Nice game , did you make it ?
-
i will include the psd , and the code , i will also (if you are struggling) install it to your game for no extra cost and make any customizations you want. here i am selling a login and register for a olden type mafia game but i think it would also suit other mafia games. [ATTACH]99[/ATTACH] also please ignore the line near the mans foot as i was adding a copyright on the screenshot but then decided not to , this line wont be in the files you purchase. and the quality is much better then in the screenie. i will not state the price so this is a auction !!! get bidding . also please feedback on this as this is my first paid mod THANK YOU !!!
-
i know lol dont really check the date of the thread , i think i should start chekin the dates
-
i think by now you will hav got a hang of it but if you havnt a tip is , if your going to use colours and not pictures and brushes then use a gradiant , it looks much better !
-
will buy for $4 then okay lol , already got a game but still if you want to sell i could use a test site
-
[ATTACH]97[/ATTACH] this is the images images.zip
-
il upload it as attachment on here then 1 sec
-
il help you code it , will take 1 dollar for the time but il code it for ya :)
-
if this is mccodes v2 then il sort it out for ya (; but it doesnt look like it , what engine are you using
-
OK so i was on clan templates and found a really simple but nice login page , i decided that people on here might like it so i added a login form to it and changed the images a bit. so here it goes... login.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>BlackO by -xpspx-</title> <link rel="stylesheet" href="style.css" type="text/css" /> <style type="text/css"> #apDiv1 { position:absolute; width:401px; height:242px; z-index:1; left: 226px; top: 196px; border: medium solid #000; } #apDiv2 { position:absolute; width:328px; height:243px; z-index:2; left: 638px; top: 195px; border: medium solid #000; } #apDiv3 { position:absolute; width:156px; height:246px; z-index:3; left: 975px; top: 194px; border: medium solid #000; } </style> </head> <body> <div id="wrapper"> <a href="index.html"><div id="header"></div></a> <div id="menu"> <ul> <li><a href="register.php">Register</a></li> <li><a href="tos.php">T.O.S</a></li> <li><a href="Contactus.php">Contact us</a></li> </ul> </div> <div id="content"> <p> </p> <p> </p> <p> </p> <p> </p> <div id="apDiv2">Welcome :-</div> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <div id="apDiv1">Announcements.</div> <div id="apDiv3"><table width=41% height="245"> <tr> <td width=50%> </td> <td> <fieldset> <legend>Login</legend> <form action=authenticate.php method=post name=login onsubmit=\"return saveme();\">Username: <input type=text name=username><br> Password: <input type=password name=password><br> <br /> <input type=submit value=Submit></form></fieldset></td></tr></table><br></div> <p> </p> </div> <div id="footer"><br /> <b>© by your Website | </b> </div> </div> <div style="text-align: center; font-size: 0.75em;">.</div></body> </html> style.css /* WooBlue Template by -xpspx- */ /* Navigation */ #menu { position: relative; background: #FFFFFF url('images/navbar.png') no-repeat top left; height: 38px; padding: 0em 1.0em 0em 1.0em; } #menu ul { position: absolute; top: 9px; left: 24px; } #menu ul li { position: relative; display: inline; } #menu ul li a { padding: 0.5em 1.0em 0.9em 1.0em; color: white; text-decoration: none; } #menu ul li a:hover { text-decoration: underline; } /* Misc. */ * { margin:0; padding:0; } body { font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-size:12px; background:url(images/bg.jpg) repeat; margin:10px 0 25px 0; } /*Header */ #wrapper { width:920px; margin:0 auto; } #header { height:146px; background-image:url(images/header.png); background-repeat:no-repeat; padding-left:15px; } #content { background:url(images/zz.PNG) top repeat-x #ffffff; padding-top:10px; padding-bottom:60px; } #contenttext { margin-left:5px; } #footer { color:white; height:47px; background-image:url(images/footer.png); padding-left: 5px; line-height:16px; } h2 { color:#444444; text-decoration:underline; } Note , this is not my work , this is a template that i thought was simple and nice and thougt of adding a login to it and posting it on here for you guys. also put style in the root of your cpanel and make and upload and extract the following archive. [ATTACH]98[/ATTACH] Thanks , and i would include the devs name but dont know who he/she is. so if anyone does il edit the post. i think the dev is xpspx so credit to him/her images.zip