iGuest
Members-
Content Count
72,093 -
Joined
-
Last visited
-
Days Won
5
Everything posted by iGuest
-
i enter the number in nokia e51 *#92702689# after that it show only 0000what it mean
-
Hi, I have the simplest code for you, just create a php file, having following code <?phpfunction getFileList($dir) { // array to hold return value $retval = array(); // add trailing slash if missing if(substr($dir, -1) != "/") $dir .= "/"; // open pointer to directory and read list of files $d = @dir($dir) or die("getFileList: Failed opening directory $dir for reading"); while(false !== ($entry = $d->read())) { // skip hidden files if($entry[0] == ".") continue; if(!is_dir("$dir$entry") && is_readable("$dir$entry")) { $retval[] = "$dir$entry"; } } $d->close(); return $retval; } // for example your folder name is img for the time being.. $dirlist = getFileList("img"); echo "<pre>",print_r($dirlist),"</pre>";?> and execute it... And it will give you an array containing the list of all files of that folder, it simple skips the folders and hidden files. (Note that you have to put this script in the same folder where your img folder exists.... ) Enjoy -Ankita Gupta
-
*BLEEP* you. Wanna be rapper I'll show you how its doneYou're like a hopeless dreamer, staring in divine light,You suffer from hindsight from this assigned fight,Your bars are benign, while I recite random hight,You're aligned to the sidelines, you're just a fleabite;I'm on my feet like a feline, rolling in the twilight,I designed the guideline, you can't get it timed right,Infinite crimes I indict, hip-hop in daylight;My lyrics define and refine - highlight the limelight.I'm the cashmere to your linen - much to your disdain,I jeer at your fear, I'm ruling your domain,The final frontier, the feigned membraneof society's damn mundane monarch reign;Revere the shakespearean bloodstain, inane pain,Lyrics restrained, appear to be insane,To the naked ear, profanity remains;For my homies' peer, my melody regains.i wrote that on my *BLEEP*ing couch this morning, douchebag
-
Mascot Phobia cant understand why some are afraid of mascots
iGuest replied to serverph's topic in General Discussion
I am the same way and I am around 17 years old. I went to school and saw a mascot and freaked out! I started crying and running and I do not why I am so afraid of it I just have this deep fear of it. Like you said it is un explainable and I can not contain it. -
Damn dude, you couldn't point those things out,without being a total douche about it? "I respect your opinion" was about the only thing in their that wasn't bashing him, and it's obvious you were lying through your teeth... keyboard... whatever, when you said that anyway. Now that I'm done defending some random internet person who I've never met in my life, let me argue his/her/their/my case. 1. I have the FaN, and as far as I've noticed, it still doesn't give you more than a double jump. If it does, and I just haven't noticed it, then it's probably not all that useful. 2. The point about the different ammo capacity and reload times is that while the FaN is strong, unless you're going one-on-one with someone who you can kill with two shots, you're probably going to get blown up or set on fire, or covered in piss from a jar before you can reload. 3. Fighting another scout has never been hard for me if it's in an open area, because I can aim fairly well while jumping, and can both attack and get away with ease. Close quarters is best to surprise them, get in a shot, maybe two if they haven't jumped away by then, and then you'll have the advantage on them. 4. He never said they were useless at capture the flag/intel. He said that there are more effective ways to help capture the opposing intel, or protect your own.
-
I have a laptop I am trying to recover my password, my computer was not sold with recovery cd. It's operating system is Windows Vista. I am the only admin on the computer and have forgotten my password. I need help plz!!
-
I feel you too man.You can say that I had the same problem as you.Me and my gf would talk over the phone till late nights and text each other like nobody's business but recently my gf's phone was confiscated,she is not allowed to use the internet(except on fridays when she goes to her friend's house and weekends too) and she is grounded from youth fellowship(both of us are christians). The only time I get to see her is on Sundays but even though we had that opportunity to catch up on each other, her parents would just give us that stare that really put the pressure on me btw her dad is a religious man and he is just trying to protect her.This situation has been going for almost 3 months and I starting to lose my patience and also my interest in her. I'm kind of struggling too since there are a lot of girls in my college but I always avoid talking to them.I'm giving my best hang in and I started to feel lonely.I really miss her.I miss her a lot. This is just my 2 cents and please forgive me if you find it annoying.
-
What Is A T_string? Please help Im new at PHP Programming
iGuest replied to Hamtaro's topic in Programming
I have this error: Parse error: syntax error, unexpected T_STRING in /home/a1943654/public_html/login.php on line 19 And this is the code: <?php//Database Information$dbhost = "mysql8.000webhost.com";$dbname = "a1943654_test";$dbuser = "a1943654_test";$dbpass = "hounds123";//Connect to databasemysql_connect ( $dbhost, $dbuser, $dbpass)or die("Could not connect: ".mysql_error());mysql_select_db($dbname) or die(mysql_error());session_start();$username = $_POST[username];$password = md5($_POST[password]);$query = select * from users where username=$username and password=$password);$result = mysql_query($query);if (mysql_num_rows($result) != 1) {$error = Bad Login; include login.html;} else { $_SESSION[username] = $username; include memberspage.php;}?> Can you please help? -
Here we golet me spit my flowcause ya don't knowi got da illest flow among all of yoand in case ya didn't knowima show all of yowhy they call me a real OGcause can't ya motha fuc*in seewhen i write my sh!ti become the M.V.P of the M.I.Cso ain't no need fo yo to be lookin down on mecause im already on topso you better look up cause i aint eva gonna stopbein the motha fuc*in G that i amso b!tch pleasestop talkin sh!t on me
-
Here we golet me spit my flowcause don't ya knowi got da illest flow among all of yoand in case ya didn't knowima show all of yowhy they call me a real OGcause can't ya motha f***** seewhen i write my s***i become the M.V.P of the M.I.Cain't no need fo yo to be lookin down on mecause im already on topso you better look up cause i ain't eva gonna stopbein the motha f***** G that i amso b**** pleasestop talking s*** on me
-
I've just experienced something similar. My G5 is the variety just prior to the built-in case, making it 5 yrs old. This past weekend, I was away from it for a couple of days to discover it yesterday with a black screen with green & yellow 'candy-canes' running diagonal across the screen, a screaming HD and fans. It's acting as a print and back-up drive server on my home system, which is still fine after a hard reboot. Unfortunately, the screen is totally black now. However, when I share screen through my MacBook, I can see the image I'd expect to see just fine. Since that's true, it would seem the video card is still working but perhaps the screen itself failed? Thoughts?
-
Why is everyone saying "not possible"?It is ENTIRELY POSSIBLE. http://kolibrios.org/en/ http://www.menuetos.net/ http://forums.xisto.com/no_longer_exists/ http://forums.xisto.com/no_longer_exists/ , you can find very small GUIs for Dos/FreeDos/UNIX
-
Romesite.net is where you can get enhanced game roms 1)Go to search box enter browser(japan and europe)pick which download 2)Put on memory card anywhere(suggest root or new folder)3)Turn on and enjoy (may need moonshell)for ds lite version put ds browserHades dinner
-
Green day sucks. They have sucked since day 1. Brain stew was the only decent song they ever had. they're not punk and never have been. and american idiot and everything since is ignorant, uninformed political bull.
-
Looking For An Airplane Fighter Game Any suggestions
iGuest replied to Kubi's topic in Computer Gaming
try this game http://forums.xisto.com/no_longer_exists/ its what I play, I had the urge to shoot stuff too. It's almost first person, the only thing is that it's on the internet, not on Xbox or PS2 -
What Is Static? not static electricity - tv static
iGuest replied to itrainmonkeys's topic in General Discussion
What your seeing is how Quamtum Reality really works. Scientists may or may not know this yet, But I do. The White dots are the energy of Quantum energy the 1s. The Black dots are formed when the 1s leap to another point to create a void. But Imagine that all those white dots are actually just one singulatity of Quantum energy leaping in and out of space to another point. thats what your seeing, your seeing One single point of energy jumping in and out of space and back. those white dots are made by one zero point of energy, the black dots are made when that zero point jumps somewhere else. Your seeing how the Quantum reality works and we are all part of quantum reality. In fact your made of quantum reality too, so some of those dots on the screen could also be created by you. for your also creaing your own Quantum Signal for the TV to recieve. -
What Is Static? not static electricity - tv static
iGuest replied to itrainmonkeys's topic in General Discussion
What your seeing is how Quamtum Reality really works. Scientists may or may not know this yet, But I do. The White dots are the energy of Quantum energy the 1s. The Black dots are formed when the 1s leap to another point to create a void. But Imagine that all those white dots are actually just one singulatity of Quantum energy leaping in and out of space to another point. thats what your seeing, your seeing One single point of energy jumping in and out of space and back. those white dots are made by one zero point of energy, the black dots are made when that zero point jumps somewhere else. Your seeing how the Quantum reality works and we are all part of quantum reality. In fact your made of quantum reality too, so some of those dots on the screen could also be created by you. for your also creaing your own Quantum Signal for the TV to recieve. -
yo, this hook is countageous, been waiting for ages, gally on the streets askin what my name is, i still role with the mandem thats for certain, i dont rely on them though im my own person, at school still learnin, keep on workin and workin, i aint a next man prick, i spit so sick, i got a 10 incher you aint even got a *BLEEP*, like mysize mysize, your a site for sore eyes, dont try dont cry, poor guys on the streets gettin mourtified, im merkin up like a landslide, dont leave *BLEEP* behind me, like yooo, mug you off one by one, im the worst of all, and i get girls like im in a lynx commerciallooool, made this up off the spot guys
-
^ Rage against the machine are a good metal band. LISTEN TO THEM! (RATM)
-
I'm currently in need of a program for my project...We're to interface a circuit via VB... We know what we want to happen on our program yet we don't know how to encode it already in VB... This is how the program goes...FOR EXAMPLE.. There are THREE set of numbers... And inside those sets were numbers stored...SET I = 1-10SET II = 11-20SET II = 21-30(the numbers inside the sets are just examples... We'll be using Input Values from a Parallel Port/Printer Port... -thinking that using other numbers would affect the changes in the program... But I don't really think so... Anyways...)Upon loading the form... The program will randomly choose one of those sets... After that... The user will input the values inside the chosen set respectively and correctly... I.E... The program randomly got SET II...In a label box... The values 21-30 should show in it respectively( the values are inputted to the label box through text box and a command button)... If it goes wrong... It will automatically terminate the program... Otherwise... A message/event will happen that the values are properly and correctly inputted... I hope you get what I'm actually saying... -reply by Jerome
-
I'm currently in need of a program for my project...We're to interface a circuit via VB... We know what we want to happen on our program yet we don't know how to encode it already in VB... This is how the program goes...FOR EXAMPLE.. There are THREE set of numbers... And inside those sets were numbers stored...SET I = 1-10SET II = 11-20SET II = 21-30(the numbers inside the sets are just examples... We'll be using Input Values from a Parallel Port/Printer Port... -thinking that using other numbers would affect the changes in the program... But I don't really think so... Anyways...)Upon loading the form... The program will randomly choose one of those sets... After that... The user will input the values inside the chosen set respectively and correctly... I.E... The program randomly got SET II...In a label box... The values 21-30 should show in it respectively( the values are inputted to the label box through text box and a command button)... If it goes wrong... It will automatically terminate the program... Otherwise... A message/event will happen that the values are properly and correctly inputted... I hope you get what I'm actually saying...-reply by jerome
-
How to contact you?VB.NET: Switch Regional Language AutomaticallyReplying to miCRoSCoPiC^eaRthLinGHi, I am new on this site. I've been working in Thailand for more than seven years now. In April 2010 I started to write a comprehensive VB6 application to manage all aspects of the management of a school, except for finance as this isn't in my field. I am using VB6, ADO and Microsoft Jet as database (the Access Engine - I don't use Access itself).I am now in the process of upgrading from VB6 to dot Net and it's a little nightmare. I like your code snippet and would like to share some experience with you. Best Wishes,B.-reply by Garouda
-
Yes.. Thank you. But, can you please help out in sorting the other questions I have asked.
-
Will There Be A SWAT 5 For PC ? Will there be a SWAT5?
iGuest replied to iGuest's topic in Computer Gaming
I loved Swat3. Was my favourite game for years, liked the gameplay, tactics, very close to reality. Swat 4 was much more nonrealistic. If ever swat5 be made, let it be close to swat3 but with new physics, engine and graphics. Something like Starcraft 1 and 2 changes. Otherwise don't ruin my memories of this great game and let it rest in peace! -reply by Force