Jump to content
Eternal Lands Official Forums

Aerowind

Members
  • Content count

    1606
  • Joined

  • Last visited

About Aerowind

  • Rank
    Leopard
  • Birthday 04/23/1990

Contact Methods

  • AIM
    aerowind5
  • MSN
    aerowind5@hotmail.com
  • Website URL
    http://
  • ICQ
    0
  • Yahoo
    aerowind5

Profile Information

  • Location
    I came from my mum of course.
  • Interests
    Computers, Dancing, watching beautiful llamas in cheese hats with Mike
  1. PHP Help?

    I figured out what I needed to figure out, I guess it was hard to explain what I wanted. I'm all set now, I just used $_POST to get what was in the name of the form field of both image and flash and then used basename().
  2. House of Pwn

    Heh, thanks Learner =] Yeah, and the PHP Help in Misc. will be to help HoP in the near future.
  3. PHP Help?

    My problem is that all the guides for uploading files that are connected to databases are the files are getting uploaded to the database, sure, I want the file uploaded but I just need the name of the file stored in the database and nothing else. So MAX_FILE_SIZE, shouldn't be important, and it doesn't seem like I'd have to physically upload the file for it to retrieve the name (yet). Which is what I'm curious about.
  4. PHP Help?

    Alright, well I decided to make the quick fix and MANUALLY create the database which is not what I was aiming for, because I wanted PHP to behave and work. So it works, and now I want to upload files (image specifically) and submit the name of the file to a database so I can later retrieve that and embed it into the site. Any ideas? I mean I guess I could always have me/other admins of the site manually enter that information but that would create more work that I don't want to do later on, so I just want this all working now. I'm assuming it'll be something to do with move_uploaded_file ($_FILES['uploadFile'] ['tmp_name'], "../uploads/{$_FILES['uploadFile'] ['name']}") EDIT: I might think I have it figured out, but then again I might not, I'll tell you when I test it. EDIT: It did not work. Here's what I have $image = $_FILES[image]; $imagename = $image[name]; $flash = $_FILES[flash]; $flashname = $flash[name]; echo $imagename; echo $flashname; $sql="INSERT INTO $dbgame (GameName, ImageName, FlashFileName, Description) VALUES ('$_POST[gamename]','$imagename','$flashname','$_POST[description]')"; if(!mysql_query($sql)) { echo 'Error: ' . mysql_error(); } It submits, Game Name, and Description, but just puts in blank values for Image Name and Flash File Name. Help?
  5. PHP Help?

    So, I'm trying to revive my site House of Pwn, and I'm trying to get everything database based. But I keep getting this error. Can anyone help? $dbuname and $dbserver are not the actual values Here's the block of code causing the issue. Line 12 -> $dbh = mysql_connect($dbserver, $dbuname, $dbupass) or die ('I cannot connect to the database because: ' . mysql_error()); //Create Database, if it doesn't exist $sql = "CREATE DATABASE IF NOT EXISTS $dbname"; mysql_query($sql); echo 'Error: ' . mysql_error(); mysql_select_db($dbname);
  6. 1337 Graffiti

    Poison mushroom now-a-days is a purplish-blue. But yeah, 1-up shroom ftw! I heard there was a normal "grow" shroom somewhere but I didn't see it sadly.
  7. 1337 Graffiti

    I guess this can be generalized as post your graffiti here and where you saw it at (not necessarily yours, but cool graffiti you saw). At MSU (Michigan State), a bus stop on the ground resided:
  8. El item stats

    You can make a pretty damn simplistic MySQL database, in the end, that is. Sure, the basic coding for the database will be time consuming but I'm sure there are many people to volunteer to do something of that sort (I can be of some help).
  9. 1.3.3 Map bugs

    Inside Iscarlith Storage Cavern there's a chunk of wall you can walk through. I can sit inside the wall in a variety of places (and it cuts down like a second of walking time because you don't have to walk around the thing). A coordinate inside the wall is [589,667] Here's a screenshot Iscarlith Storage Cavern map bug [FIXED, was reported earlier]
  10. I like the idea of some extra exp or the rosto powder.
  11. EFE issue?

    I have also noticed this. Once I heard the 100% chance thing I decided to finish the 20k project figuring I could get a few EFE's wait until the rate went down and then sell 'em. Anyways, before the change of everything I got about 1 after 2.5k and then I quit after I had made ~5k. I've now made ~13.3k and I haven't made a single one yet. EDIT: Yep, 14.5k FE and not one EFE.
  12. message when fired upon

    Alright, well in the case that they will be quite visible never mind I guess? Though I still like the direction idea, it would make some slight use of the compass. But if it's double click action to fire an arrow will it there be a chance to move out of the arrow's way? I don't think their should be personally, once you get that second click off it should be (Oh, I'm getting hit...) Unless maybe you TPTR or use a ring?
  13. Why not add the feature of #sto <category> So then someone could type #sto animal | And it would show everything in his/her storage under the Animal category/group. Eh?
  14. Everyone most remember Ent and Roja have to make a living off this game, so if they feel a desire or need to sell something in the shop, then so be it. Secondly, just because you don't like to admit it, but if you look at it from a perspective. They're better than you. Like it or not, they somehow got to that position in society, they're better than you, and they deserve those rights. So everyone can stop bitching of whether they'll be sold in shops or not. You do have to remember it's only ONE pickpoint, and unless you have like 80+ OA or something, getting back up there isn't entirely difficult. Get it? Got it? Good. Now stfu, and let Ent go about his life.
  15. Need a little help...

    It's Tum Tum \o/
×