Search results

  1. A

    HTML/CSS issue

    So, I have a page which looks fine in most browsers, but has problems with Internet Explorer and Opera. This contains screenshots of all of the browsers, etc. http://browsershots.org/http://www.attackbunnygames.com/test.php This is the CSS that is probably affecting it: body { font-family...
  2. A

    PHP paging help

    I'm assuming that you did, in fact, connect to the database and took those bits of code out for security reasons?
  3. A

    [REQ][400 credits]Install Mod

    I'll do it. Which version of phpBB are you using?
  4. A

    [REQ][50 Credits per issue]Beta Testers wanted

    Re: Beta Testers wanted - 50 creds per issue. It seems as though it automatically put me in as an administrator when I signed up. I don't know that I have administrative privileges, but it certainly seems to tell me so. EDIT: It does seem as though I can view the visitor history, as well as a...
  5. A

    [off][all my credits]free raffle

    Can haz ticket?
  6. A

    Could x10 upgrade PHP to 5.3?

    Welch is correct; the third parameter was added in 5.3.0. Thus, one can't use it unless x10 upgrades
  7. A

    [Req][2200 pts] IRC install / setup

    I suppose I could do it. Could you pm me with more details?
  8. A

    User Page

    Using a database is by far the most efficient way to do this. Here's what I recommend doing: Database: 1) Create a database 2) Assign a user to it 3) Create a table that will store all users, indicating somewhere whether or not they are an administrator Web-end: 1) Create a form and a...
  9. A

    .htaccess

    I can't find mine. I'm not sure if this is the correct forum, but it didn't seem to fit. I've looked in public_html, and I can't find the file. Where is it generally located? EDIT: Agh. Didn't realize that x10 automatically hid this file. Please close this thread.
  10. A

    Are you the shanep of liveswifers.org ?

    Are you the shanep of liveswifers.org ?
  11. A

    [REQ][800 credits] Name for File Host!

    www.infocupboard.com www.filecupboard.com www.filelobby.com
  12. A

    User Page

    Just use GET variables with a database. Have a url of something like www.url.com/userlookup.php?username=bob . Collect the variable, and use that to retrieve the data from php. Add a single line of code that checks whether or not they are logged in as an admin. If you need more help, just ask!
  13. A

    Unique php page

    That won't work unless you put PHP beginning and end statements around the PHP. Try this: <form id="form1" method="post" action="http://www.mysite/verify.php?memid= <?php echo $_GET['.memid']; ?> " onsubmit="return submitcheckboxes()"> And that should work. If you want PHP to 'talk' or 'echo'...
  14. A

    [PHP]: Having a problem with fwrite()

    Yeah, after a while I figured out that it couldn't write to the directory, because it couldn't exist, and solved the problem. :P Thanks anyway! Please close this thread.
  15. A

    [PHP]: Having a problem with fwrite()

    Hmph. Now my problem is getting it to write to a specific directory. How would I do this?
  16. A

    Very simple Actionscript help

    I've never used, MX, so I don't know how that would compare with CS3, but would it be an option to just make everything in that particular text box bold in the text box properties? If you need it changed otherwise, Then perhaps you could do it the way that worked in older versions of Flash; I...
  17. A

    [PHP]: Having a problem with fwrite()

    Thanks, Marshian and Natsuki. Those did it.
Top