Jump to content
MakeWebGames

Jake

Members
  • Posts

    106
  • Joined

  • Last visited

    Never

Jake's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: Table Returns single result Thanks very much :D
  2. Re: Table Returns single result   $w=mysql_query("SELECT * FROM Wars", $c); $war=mysql_fetch_array($w); $wan=mysql_num_rows($w); if($wan==0) { print "<center>There Are Currently No Wars, Sire. [url='javascript: history.go(-1)']Back[/url]"; } else {   Then i have the table shown above.
  3. print "[url='javascript: history.go(-1)']Here Are all the current wars. Now, what else do you wish to discuss?[/url] "; print "[b]Attacker [b]Defender [b]Length {$war['Name1']} {$war['Name2']} {$war['DaysOld']} Days   I know its messy and stuff, but still... Why is this only printing one result? There should be 3 results.
  4. Re: Awesome 1st step to email validation. Surely an easier and much quicker way to do this is to send an email to the user with a link/code?
  5. On a new game engine i am developing, i want HTML to be enabled within a profile signature (easy enough), but will this not lead to easy SQL injection attacks? How can i prevent against this? Or is it not a problem?
  6. Jake

    Web Templates

    Hello, i was wondering if any of you know any websites that would develop a free web template for me, if i present a PSD of what i want it to look like. Or, if any of you could guide me through how to doing it, like through PMs or something, if you would do it for free it would be great, otherwise set me a price to make this web template, or how much for you to help me to do it. www.the-liberation.com/Layout_idea.jpg
  7. I am using DBS (MC) Code Lite, with all additional features coded by myself, if you wish to see, go to: www.the-liberation.com. Over the past 2 months we have had terrible issues with hacking...Well I think anyway. The problem is i don't know how the 2 people that are doing this are getting into the server/or even what they're doing. The First thing i noticed was millions of dollars on their accounts, then about 3 Billion Dollars worth of items etc... so i presumed SQL Injection, i have made my site secure against this now, but the problems still go on...So i checked files for the 0.4E935343 problem, and there it was, on the page where Gang Leaders Give money to members, there was this error. So i cleared this up, but still there were things annoying me: These Hackers were level 20, without attacking anyone, or training or committing any crimes. Other players have also noted that they're levels went up and that the house they were in changed. Now i have a sophisticated database system and there is no way they could tell what the table names/field names were for all of these aspects...which leads me to believe it Must be hacking. So do any of you know of any issues in the code that caused this, or are they gaining access to my server? Is there any open ports or things like that? I don't know how to test for these, so any information would be very valuable.... What are basic Security Mesuares i should take...
  8. Re: Making A template   No it wasn't intended for a game.
  9. Re: Free Advertising Thanks anyway, this was an old thread.
  10. Re: Making A template Ok thanks for the help. just to practice i downloaded some free templates, and it seems that each page has all of that crap about the layout at the top, and then you have to have that at the top of a page for it to look like that. But ... Could i put it all into a header file, and then just require this at the start of each page?
  11. Re: Making A template So i need to learn HTML/CSS For this.
  12. Re: Making A template Yeah its a relatively simple template. So i've downloaded a free one just to test with. So obviously i edit the PSD file to have the company info on it? And then what i just upload it, and the pages fit in as they are supposed to. What i wouldn't understand how to do is make it fit everyones browser size, and have links within it? Where can i learn the HTML required to do this?
  13. I have never used a template or even though about using one before until i decided to do some work outside of MC Codes. I am just making a general website and i was wondering if someone could help me develop the template for it. Just to clarify i don't know what information you need. The content down the side of the page changes with each page, the content at the top stays the same throughout the web page being viewed and the main content goes into the middle. The main troubles i thought of (why i couldn't do it myself) Were the links as images/buttons. The adaptable size to a users browser etc.. And the fact that i don't have a clue how to implement it with my site. Here is the .JPG image of what i want it to look like. http://img58.imageshack.us/my.php?image=layoutxg8.jpg If someone could make it into a template (don't know how easy it is or anything) then i would appreciate it. Or if someone could tell me how to implement ones i download from other sites. Or even better if someone could guide me through making that into a template (if its not too much hassle?) Please get back to me.
  14. Re: [mccode] How to Setup PayPal Instant Payment Notification - Free! Sorry for requesting this one script, i just though someone could help to make this script accessible to all.
  15. Re: THIS OR THAT? Hard Taco Guys Or Girls?
×
×
  • Create New...