PHP Coding Help!

free web hosting
Free Web Hosting > Computers & Tech > Programming > Scripting > PHP

PHP Coding Help!

ABM01
Ok, I admit it - Im totally pants at writing coding, but I have decided to give it a go!

What Im looking at doing is using php (think its php, anyway!) to pull details from a high score list of an MMORPG I play regularly (runescape, if its any help - www.runescape.com) and into a mini application to calculate the number of times you have to do a particular skill in order to increase your level.

However, as I have pointed out, my coding skills are virtually non-existant! :-( I know it can be done (as there are other calculators out there that can do this task, but I would like to give it a go for myself), but as a coding noob I really dont know where to begin!

Anyone got any ideas? I was hoping to use MS Visual Studio to do the coding work, and I can set up all the forms etc from there.

Any help would be greatly appreciated!

Reply

mastercomputers
Hmm... If you're thinking of using PHP, then it's possibly because you want this information to also exist online in a webpage?

Otherwise depending on your Visual Studio programming (what language by the way?) you could just do it within that program and create a desktop application for it or even use it to write the page to put online. Many ways to do it.

You say there are already these calculators, if there's any particulars ones that you know of do what you want (select as many of them as you like). Then it'd probably help me understand what the aim of this idea would be to do and I might be able to help with telling you how to go about it and whether the language you want to use would be suitable, etc.


Cheers,

MC

Reply

toby
http://www.zybez.net/calcs.php

That's one of the most complex, but there are a lot more on IRC.

On that forum (you'll need 50 posts) there is a php script that does what you want.

Reply

CrazyPensil
Huh.... First of all, u're intending to make a runescape-like online-game, right?
Then, your work would consist of 2 parts:
1)Static part, can be Java or Flash. It would be on each user's computer ant it will be only sending data(variables, etc) to the server. And will also get data from the server and convert it to suitable for user view.
2)Dynamic part, would be placed on server(PHP,c,c++,Perl,ASP etc...) would be getting data from users, proceeding it, storing, and giving respond to the ser.
So, you gotta know all these;) I't not that easy, man)

Reply

minnieadkins
In response to the last post. I don't think this is what he requires. Re-Read his post and mastercomputers post. I believe he wants a calculator to retrieve statistics and numbers from the game. I would have to see one of the calculators in action to fully understand the project.

If you want it for personal use then perhaps an app coded with VB or something would be more appropriate. I like web programming with php, but how would you retrieve those numbers? How would someone have access to those or do you know tha algorithm to generate the numbers? The more insight to the project we have the better we can evaluate the scope giving you a better project definition.

Good luck with it.

Reply

sparkx
Hmm... Another runescape help website... I find it funny that there are more runescape tutorial sites than there are phpbb forums on the web. You could just find a site that already has a calculator for runescape and link to it (assuming you follow all copyright laws). But if you wan't to make your own code, it will take a while and you would pretty much have to beat the game so good that it wouldn't even matter to make a calculator (to get all the exp info). Good luck though smile.gif could you please P.M. me your site url (I always like to look at new sites and see how there going).

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Similar Topics

Keywords : php, coding

  1. Basic C++ Coding
    (9)
  2. Get The Current Running Machine Ip-c/c++ Coding
    (2)
    There are many ways to get the current machine ip in c/c++ coding. I prefer to use
    gethostbyname(*hostname). But the issue with this is we need to pass hostname to get the IP address
    of the machine. Is there any other alternative solution to get the current machine IP without
    knowing the hostname?. It works fine in windows as we can pass a null pointer in place of hostname
    then gethostname() will return the IP. But same will not work in Linux, it will give segmentation
    fault. If you have any suggestion please let me know. ....
  3. Coding Layouts
    Coding layouts (4)
    Ok so i want to know how to a code a layout or altlease get started on making a layout. I want to
    learn. Is there any toturials or anything like that. I really want to knwo. Is anyone in here have
    a site? /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />....
  4. Game Coding
    (4)
    QUOTE First of we set up the scene, What you will need is a button, I just made a simple graphic
    with a gradient, then convert it to a button symbol by right clicking and choose convert to symbol.
    Give the button an instance name, we will need it when we have to do some action scripting. I called
    mine "roll". Then we need a simple text box, place it center on the stage, and change its property
    to dynamic textbox, so its able to receive information through actionscripting. Basically this is
    what we need to make things work, but to make the game a bit more interesting ....
  5. Can Anyone Help With Html/coding?
    (2)
    I am fairly good with HTML and invisionfree, however, I found this one 'graphic' (for lack
    of a better term) that I just HAVE to have. Unfortunatly the site that I found it on is closed so I
    have no way of contacting the maker. SITE:
    http://z11.invisionfree.com/DanseMacabre/index.php?act=idx Under the first Catagory title (Danse
    Macabre London) there is a three section 'box' where there is a list on the left hand side,
    a paragraph in the center, and a scrolling list on the right hand side. That is what I want but I
    can't figure out the code and ....
  6. Coding Html Properly In The New Age
    (15)
    In all your html there are things you want to follow. Always use lowercase for your HTML Tags
    Don't use upper case. Upper case is bad (this can be hard to do if your like me and tend to
    write and then for closing:P). CODE Types of Staff Administrators: SilverFox,
    Danmidas Above: Bad Code Below: Good Code CODE Types of Staff Administrators:
    SilverFox, Danmidas Use Self-Closing Tags In html certain tags (ex. img, br, hr) didn't
    need closing tags. However its best to write them with something called self-closing tags. ....
  7. Coding Asp In Javascript
    (2)
    I read in w3schools.com that you can code in Javascript rather than VBscript in making ASP pages.
    All you have to do is to put the following line at the top of the page: I don't like VBScript
    because it's just too confusing and I know a lot about Jscript. Coding in ASP with JS would be
    really cool and helpful so is it really possible? Can anyone help me with this? What I mean is that
    I want to use these kind of syntax: "document.write" instead of "response.write" and "function
    hello(){}" instead of "private sub hello() end sub" Is it possible?....
  8. Scrutinize My Chess Game!
    Check out my coding skillz! (6)
    OK, so here's the skinny: Back when AOL was THE place to be online (1998/1999), me and a few
    friends became internet vandals, using punters and things of that ilk to reek havoc in the
    chatrooms. Our heyday was short-lived, as punting became virtually impossible with AOL 4.0 and
    pretty much a thing of the past with later patches/releases. However, 'progs' -- as they
    were referred to, usually named by their creator with some variation of the words "Hacker," "Elite,"
    and "Toolz" -- did not die. Their golden age had passed, but souls desperate to keep them ....
  9. C++ Template Coding Conundrum...
    (5)
    I have no clue if this is even possible, but it seems like it should be so I figured I'd check
    if any of you guys knew a way to do it. I'm somewhat new to c++ so I'm kinda learning
    templates as I go for this job I'm at currently and my supervisor wants me to look into if this
    can be done this way. Alright, so basically currently I'm using templates to handle file
    handling for a bunch of custom file types we have in a piece of software (basically just different
    data layouts that need to be handled accordingly). Now currently I have it set up so the te....
  10. {} Html'ing & Basic Codes {}
    Basic coding HTML for beginners! (0)
    ** I was looking through the tutorials page and I saw one tutorial on beginning HTML, I thought I
    would expand a little on it and show ya some basic codes you can use for your website if your
    beginning HTML! ** Beginning HTML HTML isnt all that hard. Once you get the hang of it, its
    quite a breeze, but sense your starting out new and would like some basic help on how to do simple
    things regarding HTML heres a little help for you! First off, lets start out with what HTML means
    and what you need to write it. * HTML - H ypertext M arkup L anguage which is a....
  11. Coding A Private Message System
    would like assistance (4)
    I am (trying) to code a private message system for my one website (the one I pay big bucks in... ok,
    not big bucks, but a chunk of income). As being the first major script that I've ever coded, I
    would like some assistance on the side. I've never tried anything such as this and the fact that
    this is revolving around the core of my member's system (if I would have installed some
    pre-built script, I could have easily intergraded my member's area) makes it a bit difficult as
    it has to work off of my already existing database and user's table. I really....
  12. Where Can I Seek Help On Flash Coding ?
    (5)
    where I can speak about flash programing, because I have a few questions..?....
  13. Need Help In Coding A Search Engine
    How to Use multiple keywords in it ? (1)
    i've a problem, i have a search engine and i can't get him multiple keywords. When i search
    in the search engine he only browse for one specific keyword. how can i do a script to let me insert
    multiple keywords. theres the code CODE // This is the module for the forms to insert data in
    the search engine.  $add_nome = $_POST ;  $add_keywords = $_POST ;  $add_desc = $_POST ;
     $add_url = $_POST ;      if ( $add_nome == '') {    echo (" Por favor insira o Nome ");
    }  else {  if ($add_keyword == '') {      echo (" Por favor insira ....
  14. Need Help With Floating Layout!
    Any coding experts out there? (0)
  15. Need Help With Floating Layout!
    Any coding experts out there? (11)
    First: I’m sorry, but I don’t know to which sub forum this topic belongs. Maybe a kind moderator
    will move this in the future. And now to my question: I’m currently building a new website which
    can be rather hard if you don’t know anything about coding (!). /tongue.gif' border='0'
    style='vertical-align:middle' alt='tongue.gif' /> This is how I want my website to look like:
    Now, my question is if it’s possible to make my content box float while the left box (with the
    buttons) stays on top (where it is now)? I bet there is a solution, but as I said I’m no coding e....
  16. Php Coding Help
    just when I thought I had it (10)
    Okay now... I'm pretty sure I have php and all that working but I preview it and it shows
    NOTHING! Zippo Nadda Zlich! Now I'm going to paste the code so forgive me if I use the wrong box
    thingy. CODE FEAR AND LOATHING | did I say that out loud? can they hear me?
              Can someone please hcek this to see
    if its right, and if not can you please correct it for me? Thanks in advanced.....
  17. Secure Php Coding
    tips and hints for more secure PHP'ing (10)
    Secure PHP coding Today, PHP is a very common and very popular scripting language that is used
    by many people over the world. However, many php scripts that they make are vulnerable to
    'hacks' by leaving some security holes open. This article will explain how someone can abuse
    your script and can alter your site/files, but also (even more important), this article will tell
    you how to PREVENT your site from being hacked and how to spot and fix those security holes.
    Contents: - Chapter 1 : To serve or not to serve - Chapter 2 : MySql, friend or foe? - Conclu....
  18. Css Coding
    help (3)
    anyone know where to find css tutorials? -----This is not a tutorial. Only genuine tutorials
    should be submitted in the tutorials section. Moving this to Web Design and HTML section.-----szupie
    ....
  19. Coding For Halflife 2...
    (2)
    Anybody here code for halflife 2? I'm starting a mod with some friends and Im the only one of
    us with at least minute experience in programming... Im familliar with the most common errors &
    fixes and the structure of everything, thats about it though. Anybody else here code for halflife 2
    that knows where I can find some tutorials or wants to just discuss about their mods? (Sorry if
    this doesnt go here, I just signed up. Trying to get my mod's site on here. )....
  20. Online Coding Contest By Google!
    (4)
    Just came to know..ab this event!! Grab the Oppurtunity!! *******************
    http://www.topcoder.com/gicj05 Me and my friend..are planning to register!! Data
    structures...THE BEST!! Satya!!....
  21. Adding A Windows Media Player
    HTML coding for adding this player (0)
    width=320 height=302 type=application/x-mplayer2 ShowC.?1? ShowStatusBar="1" AutoSize="true"
    EnableC.?0? DisplaySize="0"> hopefully that can help anyone who wishes to add one of these to
    their site /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> ....
  22. Perl Coding
    (1)
    Actualy this coding is in PERL .. I wanted to make my page secure and wanted that members sign up
    automtiacly.. so I tried and made this code its realy easy all inf are given in it.. Features of
    this Programe are.... * Automated User/Member signup * Administration approval/denial control
    panel * Automatic addition/deletion to .htpasswd/.nsconfig files * Confirmation e-mail sent *
    Form fields checked for completion * Account Finder for lost Username/Passwords * Customizable
    Header and Footer information, to match your website theme and graphics * And much more ....
  23. MySQL & PHP coding
    (9)
    So it seems as though the php docs make it very clear that mysql and mysqli functions will all
    connect to the database as a latin1 client. Although i have my server set up with utf8 databases,
    tables and fields and the default client connection is utf8, php still connects as latin1. My
    xhtml forms and pages are all utf-8, so when i post utf8 data and insert it into the database the
    connection assumes that incoming data is latin1 and the data that gets placed in the database is
    invalid. phpMyAdmin seems to be able to view, add, edit, and retrieve utf8 strings in the d....

    1. Looking for php, coding






*SIMILAR VIDEOS*
Searching Video's for php, coding
advertisement




PHP Coding Help!