Search:

Type: Posts; User: flame_211

Page 1 of 11 1 2 3 4

Search: Search took 0.34 seconds.

  1. Replies
    3
    Views
    1,085

    Re: Display a PHP file in browser

    You will have to open the file, similar to the open function in VB. I'd look it up on php.net. The function you'll want to look at is called open.
  2. Replies
    6
    Views
    18,520

    PHP - Cookies (Yumm!)

    The basic idea behind cookies is very simple. The site stores a little bit of info on the users computer, which can be accessed at a later point in time. The info stored can be anything, but usually...
  3. Replies
    12
    Views
    650

    according to phpinfo() i have 2.0.15

    according to phpinfo() i have 2.0.15
  4. Replies
    12
    Views
    650

    Hrm... It says it in phpinfo? ill have to check...

    Hrm... It says it in phpinfo? ill have to check that, anyways, i got that from gd_info();, however its best to probably display it with var dump:
    <?php
    var_dump(gd_info());
    ?>
  5. Replies
    42
    Views
    1,671

    i agree with bekkel, i dont think im gonna go to...

    i agree with bekkel, i dont think im gonna go to your site, BUT also,..... is USATION even a word?!!?!?!?
  6. Replies
    12
    Views
    650

    ["GD Version"]=> string(27) "bundled (2.0.15...

    ["GD Version"]=> string(27) "bundled (2.0.15 compatible)"

    thats the version I have, it should work shouldnt it?:confused:
  7. Replies
    12
    Views
    650

    Alright, Ill try it out and let you know how it...

    Alright, Ill try it out and let you know how it turns out.
  8. Replies
    12
    Views
    650

    Yeah, I did, I tried like 3 of them, but It...

    Yeah, I did, I tried like 3 of them, but It doesnt seem to work. Could it be that my server doesnt support ImageTransparency for some reason?
  9. Replies
    12
    Views
    650

    ImageTransparency

    I am having problems with Image Transparency, My images I have go in as Transparent, but when I out put them, they arent. Am I doing my imagetransparency function wrong?





    function...
  10. Replies
    2
    Views
    571

    thanks, ill try it

    thanks, ill try it
  11. Replies
    4
    Views
    614

    i really hope not

    i really hope not
  12. Replies
    2
    Views
    571

    Editing Pages Using PHP

    Argh.... Everytime I try to save a page using this PHP codeing:

    <?php
    if( isset( $_POST["code"] ) ){
    $f = fopen( "ftp://me:blahblah@somewhere.com/index.php", "w" );
    fwrite( $f, $_POST["code"]...
  13. Replies
    456
    Views
    20,896

    lol, Collectively (in collectively, I mean the...

    lol, Collectively (in collectively, I mean the programmers, and the people making tow) we did have the knowledge to make the game we were after. I'd really like to start on it again. I just need...
  14. Replies
    456
    Views
    20,896

    oh i wish i could tell you that you are wrong,...

    oh i wish i could tell you that you are wrong, but, as you (should have) said it, no one really gives a damn any more... I would like to get the team back together, but we never really got...
  15. Replies
    4
    Views
    2,466

    thanks, ill try it out BTW:...

    thanks, ill try it out

    BTW: http://alltom.com/flame (its my game if you wanna check it out :P)
  16. Replies
    4
    Views
    2,466

    Battle Script for PHP RPG Game...

    Ok, i need an alorithm for determining how much damage a player will do, and how many times to attack in a row, also maybe have it caluclate exp, etc, any help with something like this would be...
  17. k, well, im gonna have my buddy look it over and...

    k, well, im gonna have my buddy look it over and figure it out :P
  18. Cause most kidsare smart enough to know they are...

    Cause most kidsare smart enough to know they are there and delete them ^_^ (yes i am smart enough)
  19. Version: PHP 4.2.1 And im trying to contact the...

    Version: PHP 4.2.1
    And im trying to contact the guy thats hosting me to get the session.save_path changed( i think thats the problem but im not sure ):confused:
  20. ok in response to kings first: I put all my...

    ok in response to kings first:

    I put all my session stuff first:


    session_set_save_handler('sess_open', '', 'sess_read', 'sess_write', 'sess_destroy', 'sess_gc');
    ...
  21. thanks ill check it out

    thanks ill check it out
  22. Replies
    456
    Views
    20,896

    Nope...

    None what so ever unfortunately i have all my time taken up on other things now, so i dont think i will come areound here as much as i used to... BTW the NEW project im working on is at:...
  23. Warning: Cannot send session cache limiter *RESOLVED*

    Warning: Cannot send session cache limiter - headers already sent (output started at /home/alltom/public_html/flame/template.inc.php:1) in /home/alltom/public_html/flame/lib.inc.php on line 550
    ...
  24. Thread: Best way????

    by flame_211
    Replies
    3
    Views
    1,266

    Best way????

    I was wondering what would be the best method for keeping user info from when they log in to when they logout? See, I am trying to make a browser based rpg. If you would like to help, then let me...
  25. Replies
    456
    Views
    20,896

    tsk tsk tsk... You never should have left...

    tsk tsk tsk... You never should have left...
  26. Thread: help needed

    by flame_211
    Replies
    3
    Views
    1,037

    HEY! Long time no see...

    HEY! Long time no see...
  27. *Solved My Self* thanks for the help >_

    Ok, i want to know how to do a get from the database its my sql, I know how to do a simple one


    <?php
    include("header.php");
    mysql_connect( "my host >_<", "blah", "blah" );
    mysql_select_db(...
  28. Replies
    0
    Views
    523

    Browser Based Online RPG

    I need a team of people. We will be making a browser based rpg game. I need people with knowledge of php and mysql.

    Basically we will be making a game about hackers. You try to attack/hack people...
  29. Replies
    4
    Views
    523

    Opps.... Posted again :P

    Opps.... Posted again :P
  30. Replies
    4
    Views
    523

    It still aint working..... Heres what I got, Can...

    It still aint working.....
    Heres what I got, Can you change it to work a lil for me?
    first page:



    <?php
    echo '
    <form action="next.php" method="post">
    <input type="text" name="user"...
  31. Replies
    4
    Views
    523

    K thanks, Ill try that

    K thanks, Ill try that
  32. Replies
    4
    Views
    523

    Simple Simple Simple

    Alright, I am extremely new to php. I am what you would call a newbie to it :P, anyways.
    Heres the setup:
    I have two input forms on a page.
    I want to take that information(thats inserted in them)...
  33. Replies
    456
    Views
    20,896

    Is this still going or not?

    Is this still going or not?
  34. Replies
    3
    Views
    386

    AAAAA... it didnt work... Ill try to be a bit...

    AAAAA... it didnt work...

    Ill try to be a bit more precise :p
    I have a website... I want to have my program load a page with inet, and then input information like email and pass....

    (username,...
  35. Replies
    3
    Views
    386

    Thanks Ill try it

    Thanks Ill try it
  36. Replies
    3
    Views
    386

    Inet!!!!!!! BAH!!!!!

    I need to know how ot make Inet basically login to a site... Or send information like Username and password... Ne help??? PLZ!!!
  37. Replies
    456
    Views
    20,896

    Sorry.....................................

    Sorry I havent been here for awhile... (DAMN AOL) My ISP started saying web restricted... So I have to use my parents Name to get on...

    Well.... Ill try to be more active...(DAMN AOL)
  38. Replies
    456
    Views
    20,896

    Thanks Gaming Buttons Required: New...

    Thanks Gaming



    Buttons Required:
    New Charachter
    Delete Charachter
    Quit
    Load World
    Create
  39. OK... I got bored... So I redid the site and I...

    OK... I got bored... So I redid the site and I uploaded it... I hope its ok with you that I did... if not ill take all of it off...

    And I still need to know wether or not your site supports php...
  40. Replies
    456
    Views
    20,896

    Thanks :D ;) :p :cool: :)

    Thanks :D ;) :p :cool: :)
Results 1 to 40 of 408
Page 1 of 11 1 2 3 4



Click Here to Expand Forum to Full Width