Jump to content
MakeWebGames

Jason-x

Members
  • Posts

    85
  • Joined

  • Last visited

Posts posted by Jason-x

  1. Hi, I am selling my game layout due to moving on to another joint project

    It is fully functional and works in all resolutions

    Loging/Register

    http://puu.sh/7UtWh.jpg (i have cut the bottom of this off since it just contains site info + ads)

    Site View from gym http://puu.sh/7UnQM

    Development Tracker page http://puu.sh/7UnS8

    Credit/Crystal Shop http://puu.sh/7UnW5

    User Settings http://puu.sh/7UnXc

    What you will receive

    All the images/coding to make the layout work,

    Any images that say (Gang Nation) I Will make with your game name

    creditshop.php this is my own personal mod you will receive this with the layout

    settings.php (this is preferences with a new skin)

    gym.php my own torn style gym

    and my assistance with installing and setting the layout up on your game + help as and when needed in the future

     

    Looking for reasonable offers

    (i will be shutting my game down once this layout has sold if interested in just taking over the game aswell as buying the layout let me know will include that in the price.)

    Thanks

    Zebba (jason-x)

  2. in the css file you made

    in .headbars

    where it says

    You're unable to view this code.

    Viewing code within this forum requires registration, you can register here for free.

     

    below that add

    You're unable to view this code.

    Viewing code within this forum requires registration, you can register here for free.

     

    then where it says

    You're unable to view this code.

    Viewing code within this forum requires registration, you can register here for free.

    change that to

    You're unable to view this code.

    Viewing code within this forum requires registration, you can register here for free.

     

     

    in the .header change the 5s to say 8

    then .headerbars span change the 5s to say a 6

    (they will always have to be smaller number than the .header sicne its a smaller div

  3. Slick? No, ****. Not being harsh. Just being realistic.

    You need to:

    - Use your contrast of light and dark colors wisely.

    - If you put a dark color, mix it up with another color like red. Red and black go nice.

    - Too spaced out, some features like the stat bars blend in, whereas that can be a good thing, it can be a bad thing to, try making it stand out...

    Rating: 1.9/10.

    "not 100% finished"

    "thanks, yesterday i was just doing the structure for it, today i'm adding a bit of color + the images,"

    Forgot to add this isnt a Psd this is the actual coded layout 90% ofit it css only used a few images

  4. I posted a screenshot of my layout a few days ago.. since then i had a few people message me asking how to make bars

    so this is how i do mine, their probably is a easier way but this works for me

    First make a folder called css

    inside that folder create a css file call it what you want. example.css

    add this code to the css file you just made

    You're unable to view this code.

    Viewing code within this forum requires registration, you can register here for free.

     

    next

    open header.php

    find this

    You're unable to view this code.

    Viewing code within this forum requires registration, you can register here for free.

     

    replace it with

    You're unable to view this code.

    Viewing code within this forum requires registration, you can register here for free.

     

    The end result will be

    http://puu.sh/5XuPc.png

    if you want different color fills for your bars

    in the css file you made find

    You're unable to view this code.

    Viewing code within this forum requires registration, you can register here for free.

    copy it then paste it under the } part

    change the .barcolor to something like .barred

    you will have

    You're unable to view this code.

    Viewing code within this forum requires registration, you can register here for free.

    finally in header.php

    find the part like this

    You're unable to view this code.

    Viewing code within this forum requires registration, you can register here for free.

     

    then change it to this

    You're unable to view this code.

    Viewing code within this forum requires registration, you can register here for free.

     

    hope this helps you guys out with your css bars =)

  5. Told him to do this several times.. He accused me of scamming him lol

     

    you can purchase whois protection for some TLDs through your registrar.

    Personally I don't see a reason for it unless you got something to hide. I can care less if you know some of my contact info and if you do search my whois records it just shows you need a life of your own.

    The only time I get it is if my registrar offers is free

  6. thanks, yesterday i was just doing the structure for it, today i'm adding a bit of color + the images,

    i was going to do it using iframes but decided to use ajax - so basically everything in the header will self update, ie message count will go to (1) once you receive a message without having to refresh the whole page

    also it re-sizes for different resolutions, just working out the final bugs in that part before i start making it look a bit more eye catching

  7. I've spent almost all day redoing my layout. (old layout was pretty much the stock one that comes with v2)

    this is what i have so far, What do you guys think?

    The right side won't be empty, that will contain a few things, weekly lotto jackpot etc and a few other bits and bobs

    [ATTACH=CONFIG]1245[/ATTACH]

     

    Edit, 26.12.2013

    Done a bit of work on the layout tonight this is where i'm upto now

    mouse over your username will trigger a js tooltip

    5ZCoa.jpg

    5ZBD7.jpg

    5UfFd.thumb.png.258fd4a790fedbee06eb9a5832321a8d.png

  8. Hey just wondering has anyone done this with mccodes yet

    my index.php layout will be something like + i will have a table wrapped around the main table with a <td align='left'> for the the table in the code, then a <td align='right'> for the dashboard i mention

     

    <style>
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    }
    </style>
    <head>
    <html>
    <body>
    <center>
    <table width='1172' height='100%' cellpadding='0' cellspacing='0' border='0'>
    <tr height='150' bgcolor='#00FF00'>
    <td colspan='2' width='100%'>
    <iframe name='header' src='header.php' frameborder='0' height='150' width='100%'></iframe>
    </td>
    <tr>
    <td width='172' valign='top' background='http://puu.sh/5Otp2.png'>
    main menu links etc here<br>
    <a href='gym.php' target='gamecontent'>Gym</a>
    <a href='explore.php' target='gamecontent'>City</a>
    <a href='Hospital.php' target='gamecontent'>Hospital</a>
    </td>
    <td width='1000'>
    <iframe name='gamecontent' src='loggedin.php' frameborder='0' height='100%' width='100%'></iframe>
    </td>
    </tr>
    </table>
    
    </body>
    </html>
    </head>

    mail, events, announcements + all the bars (energy will etc) will be in a dashboard at the right hand-side of the page which will call its own refresh every 60 seconds and have a refresh button so players can manually refresh the dashboard to check for messages and such

    header.php will contain the games header image + hospital/jail text + all the globals code

    main menu will be built around the 2 frames as shown in the snippet of code

    then gym and everything will be called into the game content iframe

    so if a player types the url gamename.com/gym.php only the gym will display with none of the globals or anything so no one can use the page my typing a direct url

    the game will have to be played by the index.php page

    just wondering peoples opinions on this and if anyone has done it before with mccodes and how it worked out for them

  9. then in a second message "typo $5"

    but i'm surprised you seen any of my messages with the amount of spam you was sending

     

    i'll give you the same advice i mentioned earlier..

    save yourself the trouble and

    USE GOOGLE!

    half the stuff you are asking is VERY VERY BASIC!!

  10. Tried to help this guy earlier (has no intention of learning anything just wants people to do everything for him + he is absolutely rude!!)

    tried to explain to him about whios and all his info was visible.. accused me of scamming him when showing him how disable it (his host charges to hide information on whos)

    spammed me every 5 seconds demanding i drop what i am doing and help him

    then after a couple of hours

    told me how s.h.i.t i am and how his friend can do everything 100 times better

    then still comes to the forums asking for helm ( still hasn't learned to say please or thank you )

    why not just ask your friend?

  11. I've been working on a credit shop (Uses crystals i just use the name credits in my game)

    You create the item,

    then insert it into the Credit shop using staff_shops.php?action=newcredititem

    add item, set credit price,

    hopefully should have it fully working over the next couple of days depending how busy i get irl

    (it will create a new table row saying more soon once the first row is filled

    then when u add another item it will show the item in the next row first <td> then the next 3 will say more soon till all are filled before creating another tr and repeating :)

    [ATTACH=CONFIG]1211[/ATTACH]

    5wG9H.png.b40787442babdda4d53bdf451bd08d59.png

  12. echo'<center>

    <img src="mmtop.png">

    <a href="index.php"><span class="mm-li-info">Home</span></a>

    have you tried removing that <centeR>

    since the only part that doesn't mess up is and it doesnt contain then <center> tag

    echo'<img src="mmtop.png"><a href="preferences.php"><span class="mm-li-info">Preferences</span></a>
    <a href="preport.php"><span class="mm-li-info">Player Report</span></a>
    <a href="gamerules.php"><span class="mm-li-info">Game Rules</span></a>
    <a href="viewuser.php?u='.$ir['userid'].'"><span class="mm-li-info">My Profile</span></a>
    <a href="logout.php"><span class="mm-li-info">Log Out</span></a>
    <img src="mmbottom.png">';
    print "<hr />The Time Is:";
    echo date ('<font color=Red>F j, Y</font>')."".date('<font color=white>g:i:s a</font>');
    echo'</white>';
    ?>
×
×
  • Create New...