Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Gaming Script / Scriptor Needed!

  1. #1
    Join Date
    Jun 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Gaming Script / Scriptor Needed!

    Hello Everyone,
    I need a script/scriptor basicly the same thing that StateOfCrime.com is.
    I don't mind paying.
    So this is what I need:
    1. A sign up script for a game
    2. Where after you register everything it will send you a confirmation email and put your character into the game
    3. Working Login

    Contact Info:
    Info deleted by ddadmin.
    Last edited by ddadmin; 07-23-2006 at 04:18 PM.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Sure. not too hard. That would most likely be php...

    However, the more complex thing is dealing with the game.

    "and putting your character into the game"... that's why the game matters.

    The login, signup and email are easy. Integration isn't.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Jun 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    So do you think you could do that?

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Uh....

    What format is the game in?

    How does it work?

    Is it open source to the extent that we could modify it?


    And probably not. I know html and php, and a bit of javascript, but I don't know any real programming languages.

    If this is flash, not really sure how that would work. They're already compiled when uploaded... you can't just interact with it from what I know. Maybe you could use a database as the middle man.
    Java, maybe... sure, that could possibly work. I don't know it, though.


    This is a pretty advanced question and probably a big undertaking.

    So...more details.


    The login and stuff are fairly straightforward, but they're worthless if they don't work with the game.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    If djr33 integrates it and does the login and stuff, and you give sufficient details (where are the game characters stored? Database? File? What format is the file in / what software does the database use?) I'll write the bits he can't manage.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Cool, Twey.

    I'm busy, but summer is soon... so we'll see what that brings.

    I think I'll be able to work on it some.

    Again, please tell us what format this is, and, yes, where it's stored.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  7. #7
    Join Date
    May 2006
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I know a fair bit of C++, so maybe I could help you with this. You CAN include active files such as C++ with (I believe) Javascript.

  8. #8
    Join Date
    May 2006
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Plus, you can just store the Character files in a directory on your web and have a bot that sends them there, then on one of the pages have a list bot that displays the names of the files in the directory. You can do much the same thing with map files.

  9. #9
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    True, but databases would be much simpler and more efficient.
    C++ would not help here -- what language the game is written in doesn't matter. The only place C++ might help is as a CGI script, in this case. "Active" files cannot be run in a web browser, except for plugins such as Java, Flash or ActiveX. Only the output of the C++ would be seen, and there is no real reason to use it here. One may as well use a purposefully-designed server-side language such as PHP or JSP.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  10. #10
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    simpsons seems to have dissapeared.

    I was gonna try, anyway.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •