Jump to content
xisto Community

iGuest

Members
  • Content Count

    72,093
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by iGuest

  1. Trying to center text in HTML Table using CSSAlign Text Column Without Tables Using CssFirst let me explain what I need: Below is all the items I have in a given single Table Cell. Host Name: Mgmt MAC Address: Mgmt Interface:hme0 fjgi0 fjgi1 fjgi3 Mgmt IP Address (If Static): Jumpstart Network:192.168.2.0/28 192.168.3.0/28 OS to Install:Solaris 9 Solaris 10 OpenSolaris Platform:Sun8U Sun8M x86 Swap Size: Reserve Partition: MB Global Zone: Tivoli Agent: OpsWare Agent: Oracle DB Server: DMZ: What I want to do is having looking like this: Host Name: Mgmt MAC Address: Mgmt Interface:hme0 fjgi0 fjgi1 fjgi3 Mgmt IP Address (If Static): Jumpstart Network:192.168.2.0/28 192.168.3.0/28 OS to Install:Solaris 9 Solaris 10 OpenSolaris Platform:Sun8U Sun8M x86 Swap Size: Reserve Partition: MB Global Zone: Tivoli Agent: OpsWare Agent: Oracle DB Server: DMZ: That what I want it to look like. Any suggestions? reply by Phillip
  2. If you have a strong system and you are serious when comes to protecting your "bit", then I really recommend Norton 360, especially if you download lots of stuff and navigate the internet. I know it takes more resources to run than other similar software but better being sure than being in doubt when comes to protect your computer against the vast world of phishing, hackers, spyware, viruses, malware, etc. I tested many antivirus software and security suites before reaching a conclusion which one is best (such as: BitDefender, Nod 32, Avira, Avast, AVG, Panda Antivirus, Karpensky, McAfee) and I truly recommend to research yourself some of them. Try to buy the original software you decided to go with because you will benefit on the long run. Trust me I was the same like you, trying to get everything free,but I realized the importance and I changed my view on this. I, personally wouldn't consider free software because they offer just a fair amount of protection, it would be almost like a 50-50 chance to get a virus or to get someone on your computer when surfing the internet. BitDefender, Karpensky and Nod 32 have good protection, friendly-user interfaces and are light on resources. These are the only other antivirus software that I would personally consider as an alternative to Norton. -reply by Alex
  3. NEW COMPILER THING Runescape Private Server @echo offIf exist "C:Program Files (x86)" set programfiles=C:Program Files (x86)Set pro=%programfiles%Javajdk1.6.0_15Set pro2=%programfiles%Javajdk1.6.0_15Set jac=binjavac.ExeSet jav=binjava.Exe:co1Set b=0Set t=7Goto co2:co2Color %b%%t%:menuClsTitle The Perfect Compiler version 2.0Echo Please choose an option below to do that function.Echo Keep posted on the Moparscape Tutorials section forEcho any updates that I post.Echo.Echo c - Compile your server.Echo r - To Run your server.Echo e - To exit out of the program.Echo color - Change the Text and Backround colors of this compiler.Echo reset - Resets your Compiler Logs.Echo.Echo.Set /p c=Option:If %c%==c goto cIf %c%==C goto cIf %c%==r goto rIf %c%==R goto rIf %c%==color goto colorIf %c%==Color goto colorIf %c%==COLOR goto colorIf %c%==reset goto resetIf %c%==Reset goto resetIf %c%==RESET goto resetIf %c%==e goto eIf %c%==E goto eIf %c%==* goto erGoto er:colorClsEcho Would you like to change the backround color, changeEcho the text color, or reset it to default?Echo.Echo back - Change the backround color.Echo text - Change the text color.Echo def - Change all colors back to default.Echo.Echo.Set /p color=Option:If %color%==back goto backIf %color%==BACK goto backIf %color%==text goto textIf %color%==TEXT goto textIf %color%==def goto co1If %color%==DEF goto co1If %color%==* goto erGoto er:backClsEcho Please select a color to change the backround to:Echo.Echo blackEcho whiteEcho redEcho yellowEcho greenEcho blueEcho purpleEcho.Echo.Set /p back=Color:If %back%== black (set b=0)If %back%== white (set b=7)If %back%== red (set b=4)If %back%== yellow (set b=6)If %back%== green (set b=2)If %back%== blue (set b=1)If %back%== purple (set b=5)Goto co2:textClsEcho Please select a color to change the text to:Echo.Echo blackEcho whiteEcho redEcho yellowEcho greenEcho blueEcho purpleEcho.Echo.Set /p back=Color:If %back%== black (set t=0)If %back%== white (set t=7)If %back%== red (set t=4)If %back%== yellow (set t=6)If %back%== green (set t=2)If %back%== blue (set t=1)If %back%== purple (set t=5)Goto co2:cClsTitle CompilerGoto cjc:c2If exist src (goto cl) else (goto c3):c3If exist *.Java (goto cl2) else (goto ce):c4%javac% -cp . *.JavaEcho Files Compiled Successfully!PauseClsGoto menu:c5%javac% -cp . .src*.JavaEcho Files Compiled Successfully!PauseMove .src*.Class .classesClsGoto menu:ceClsEcho You need to have Java files for this Compiler to Compile.PauseClsGoto menu:rClsTitle RunserverGoto cj:r2Set rjava=%java% -Xmx1024m -cp .;./jython.Jar;./[Runescape-Private-Server#]MySql[/url]/mysql-connector-java-3.0.17-ga-bin.Jar serverClsGoto r3:r3If exist .classesserver.Class (goto sl2) else (goto r4):r4If exist .server.Class (goto sl) else (goto se):r5%rjava%PauseClsGoto menu:r6Set rjava=Set rjava=%java% -cp .;./classes; Server%rjava%PauseClsGoto menu:seClsTitle ErrorEcho You do not have a Server.Class. Make sure that you have used theEcho compiler with your server BEFORE you try runing it.PauseClsGoto menu:erClsTitle ErrorEcho Invalid command. Please make sure the commands you typeEcho in are correct.PauseClsGoto menu:eClsExit:cjcIf exist "%pro%_06%jac%" (goto sjc) else (goto cjc2):cjc2If exist "%pro%_07%jac%" (goto sjc2) else (goto cjc3):cjc3If exist "%pro%_08%jac%" (goto sjc3) else (goto cjc4):cjc4If exist "%pro%_09%jac%" (goto sjc4) else (goto cjc5):cjc5If exist "%pro%_10%jac%" (goto sjc5) else (goto cjc6):cjc6If exist "%pro2%%jac%" (goto sjc6) else (goto cjc7):cjc7If exist "%pro%%jac%" (goto sjc7) else (goto cjc8):cjc8If exist "%pro%_01%jac%" (goto sjc8) else (goto cjc9):cjc9If exist "%pro%_02%jac%" (goto sjc9) else (goto cjc10):cjc10If exist "%pro%_03%jac%" (goto sjc10) else (goto cjc11):cjc11If exist "%pro%_04%jac%" (goto sjc11) else (goto cjc12):cjc12If exist "%pro%_05%jac%" (goto sjc12) else (goto je):sjcSet javac="%pro%_06%jac%"Goto c2:sjc2Set javac="%pro%_07%jac%"Goto c2:sjc3Set javac="%pro%_08%jac%"Goto c2:sjc4Set javac="%pro%_09%jac%"Goto c2:sjc5Set javac="%pro%_10%jac%"Goto c2:sjc6Set javac="%pro2%%jac%"Goto c2:sjc7Set javac="%pro%%jac%"Goto c2:sjc8Set javac="%pro%_01%jac%"Goto c2:sjc9Set javac="%pro%_02%jac%"Goto c2:sjc10Set javac="%pro%_03%jac%"Goto c2:sjc11Set javac="%pro%_04%jac%"Goto c2:sjc12Set javac="%pro%_05%jac%"Goto c2:cjIf exist "%pro%_06%jav%" (goto sj) else (goto cj2):cj2If exist "%pro%_07%jav%" (goto sj2) else (goto cj3):cj3If exist "%pro%_08%jav%" (goto sj3) else (goto cj4):cj4If exist "%pro%_09%jav%" (goto sj4) else (goto cj5):cj5If exist "%pro%_10%jav%" (goto sj5) else (goto cj6):cj6If exist "%pro2%%jav%" (goto sj6) else (goto cj7):cj7If exist "%pro%%jav%" (goto sj7) else (goto cj8):cj8If exist "%pro%_01%jav%" (goto sj8) else (goto cj9):cj9If exist "%pro%_02%jav%" (goto sj9) else (goto cj10):cj10If exist "%pro%_03%jav%" (goto sj10) else (goto cj11):cj11If exist "%pro%_04%jav%" (goto sj11) else (goto cj12):cj12If exist "%pro%_05%jav%" (goto sj12) else (goto je):sjSet java="%pro%_06%jav%"Goto r2:sj2Set java="%pro%_07%jav%"Goto r2:sj3Set java="%pro%_08%jav%"Goto r2:sj4Set java="%pro%_09%jav%"Goto r2:sj5Set java="%pro%_10%jav%"Goto r2:sj6Set java="%pro2%%jav%"Goto r2:sj7Set java="%pro%%jav%"Goto r2:sj8Set java="%pro%_01%jav%"Goto r2:sj9Set java="%pro%_02%jav%"Goto r2:sj10Set java="%pro%_03%jav%"Goto r2:sj11Set java="%pro%_04%jav%"Goto r2:sj12Set java="%pro%_05%jav%"Goto r2:jeClsTitle ErrorEcho You do not have JDK 5.0 or JDK 6.0. Go to od Taharok's tutorialEcho on the moparscape Tuturoials section for step-by-step instructionsEcho link to download the newest JDK Update.PauseClsGoto menu:slClsEcho Ran Server at %time% and on %date%. >> "Compile Logs.Txt"Echo Server was run using %java%. >> "Compile Logs.Txt"Echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.Txt"Echo. >> "Compile Logs.Txt"Goto r5:sl2ClsEcho Ran Server at %time% and on %date%. >> "Compile Logs.Txt"Echo Server was run using %java%. >> "Compile Logs.Txt"Echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.Txt"Echo. >> "Compile Logs.Txt"Goto r6:clClsEcho Compiled Java files at %time% and on %date%. >> "Compile Logs.Txt"Echo Java files were compiled using %javac%. >> "Compile Logs.Txt"Echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.Txt"Echo. >> "Compile Logs.Txt"Goto c5:cl2ClsEcho Compiled Java files at %time% and on %date%. >> "Compile Logs.Txt"Echo Java files were compiled using %javac%. >> "Compile Logs.Txt"Echo Thank-you for using Mod Taharok's 'Perfect' Compiler! >> "Compile Logs.Txt"Echo. >> "Compile Logs.Txt"Goto c4:resetClsEcho Resetting the Compiler's Logs...PauseDel "Compile Logs.Txt"Echo ----------Compiler Logs---------- >> "Compile Logs.Txt"Echo. >> "Compile Logs.Txt"Goto menu -reply by newperson
  4. iGuest

    Noob Talk

    to jasperikNoob Talkdude. What you are talking about isnt 1337 at all. Its just n00b talk.Real 1337 looks like this. 1[-]|$ 1$ /-(1//-| |331 translation: this is actual leet.
  5. comment about comment from patelgRemote Computer AccessReplying to patelgReplying to patelgReplying to patelgDon't know what you mean that mywebex is free. All I found was you had to pay a monthly subscription fee. Yes, for a trial period it is free but after that have to pay.If free for you how did you do it?
  6. responding to galexcdHiring FelonsMy Son is 20. When he was 18 wrote on a wall. 2 years of fighting this he had to do 4 1/2 months in prison. 4 1/2 MONTHS He messed up at 18 now people like you think he's unhirible. He's a great guy and a very hard worker. Can't wait to work. But hes on parole and can't get a job. This is now his record, he wrote on a wall. Really is this something you would ruin a boys life over. He's concidered a level one which is low. Does the company even give him a chance to tell them of his crime. NO. I'm 54 years old and have worked in many places over the years..I know the ones you hire with no records are the ones that are stealing from you. Of course you know that since you hire people with no records. Also you get a parolee that wants to work you will also have a really good worker. They know what they have and don't want to lose it. A nice tax break at that. Where I work now Is one scary place with all them record free people. Try some compassion huh.
  7. I'm having some issues with my 2Wire router, yesterday when I came back from work suddenly my Dell Laptop could not find any networks...When it's been working fine for years...I've tried reseting the switch on the router, disconnecting/reconnecting, nothing seems to work, also the wireless light is solid green on the router when it supposed to be blinking, when I connect via ethernet cable directly to the router the internet works, I'm pretty sure is the router because I have another Laptop and it's an HP and it cannot find any networks either when it has been working fine until yesterday...I'm about to go shopping for a new wireless router but I'm not sure what brand should I get but also do not want to spend too much..
  8. Jaw/ear not quite rightI Need Some Help(medical)I read some of the posts here. A couple days ago, the left side of my jaw started to hurt really bad when I chewed, but it wasn't tooth pain. It was more like the jaw. I've felt tooth pain before, and it wasn't that. That subsided pretty quickly, so I figured it might have been just an odd anomoly. Now, my jaw - on the left side - and near my ear feel slightly swollen, and when I close my mouth to chew, the right side seems to close squarely but the left side requires a little extra effort to fully clamp down (with teeth). I can do it, but it feels funny like the jaw is swollen. Two days ago, it hurt when doing this. I took some Ibuprofen and that helped a lot. Today, it feels better. Little or no pain - but there is still some slight swelling and the left side of my mouth still doesn't quite close up when closing fully when chewing without a little more effort. It's better, but doesn't feel exactly right. It's almost like the jaw feels like it is out of alignment a little bit. The only thing I can recall, as far as any trauma, was chewing on a granola bar and there was kind of a hard piece that hurt a little when I bit down on it. Nothing all that bad, but I do recall it and it hurt a little. But, it didn't seem like something that would cause several days of discomfort in my jaw. I am going to give it over the weekend, and if it does not go away or improve considerably, I am going to see the doc. Who knows, he may end up sending me to the dentist too - I don't know. -reply by Mark
  9. how can I get a working url buttonLinking A Url To A Button1087: Syntax error: extra characters found after end of program. this is the complier error I was given after I imputted your code to my button as a test how can I fix this problem -reply by max
  10. ResponseChanging Legal Age For Driving I don't believe it is fair to say that it is just teenagers who are causing accidents. They are new drivers, so of course the amount of accidents in this age group are increased. If you moved the driving age to thirty, there would be more accidents at thirty, because again, they are new drivers. However, I do agree that many teens are reckless in their cars, but should this ruin it for those who are responsible and mature? Many teens drive to work at 16, 17, and even 18. With these teens not being able to drive, that allows for more "destruction of the community". Teens will have too much free time to do God knows what...And they will have a harder time adjusting when they go off to college, on their own, just beginning to drive. I believe teens should be able to get their permits at the age it is required now, since they are under the roofs of their own houses. They can use their families as guidance for driving. Think about it, would you rather have your children driving at the age they can start drinking? -reply by Rachel
  11. What a bunch of c***Non-english Speakers In America Yes, I am sure that everyone who feels like coming to the U.S. Is going to have the luxury of devoting years and years to perfecting a language that they have no chance to practice in their home country BEFORE setting foot in the place where it is actually used. This is why the rest of the world hates Americans - we act like we own the world, and like by setting foot on this soil one relinquishes the right to reciprocation in attempts to communicate. (I'll bet that half of the "English speakers" ranting on this board don't even know what that means!) But then if we travel or live abroad, we will curse those who can't understand our English. Did you know that Japanese people can't get into college without passing an English test equivalent to the reading section of the SAT in difficulty? Did you know that all Japanese high school graduates have studied English for 6 years minimum? Taking the classes isn't enough, though - mastery determines their chances to succeed, even in their OWN COUNTRY! This is not unique to Japan; it's how the rest of the world works. Americans need to stop being so godd*** selfish and learn to give a little. -reply by Shannon
  12. dumb responseWhy Tupac Is For RealReplying to Thorned RoseObviously you don't hear the lyricsOr understand the concept of being realWhy would u listen to a song if you don't pay attentionHe was political and very educational in many ways-reply by 1 nation
  13. I need help!Long Distance RelationshipsFirst of all excuse me for my language I'm not that good in expressing what I want to tell.. Coming to the point...I'm about to leave my boyfriend,but I do love him,but there are many reasons preventing me from talking to him.First he is two years lower then me in school..I'll be attending university this year and he is still bac1,,,second my parents are not much convinced with this relation...Third he seems so young (but I do love him)...Forth,if I continue this relation we will be in a long distance relationship,,,where I wont be able to visit him neither he,except on holidays...Just wanna know is it wise to continue this relationship anyway???and what to do about it?Please I need advise I am so confused. Thanks. Zena. -reply by zena
  14. Hi All, I have installed the xampp on my windows 2003 server , the ip is : 94.76.244.224, I have installed into this and put my files on /Shkarko-Mp3.NET direcotry : http://forums.xisto.com/no_longer_exists/ , and my site is http://forums.xisto.com/no_longer_exists/, I have redirect it into my server, I want u to tell me how can I add my domain shkarko-mp3.Net, on my windows 2003 via xampp, !-reply by Albion
  15. Hub instead of crossover wire???Connecting Two Computers With A Crossover CableGreat info all. One question regarding this same line of questions, please. I have two PCs that are about 400 feet apart. Is it possible to connect 2 XP standalone PCs (not even an internet connection) but using 2 conventional ethernet cables connected by the Hub halfway through? Will the Hub act as the a good alternative to the crossover cable? Thanks in advance! -question by almacote
  16. I have used them all and have been using inbox for several months and am more than happy. I will never go back to gmail, hotmail or yahoo. There features are awesome. I have several accounts and can get notification all in one place. The folder sync is a great feature. It is not necessary to download the email notifier however it is a great feature. If you do download all you do is hide it and you never know it is there and only have a notification icon on your taskbar. I use and I have my gmail accounts sent to my inbox account and placed in the appropriate folder. I highly recommend you give it a try and discover what it has to offer.
  17. providersBest U.s. Mobile Phone ProviderI just wanted to ask if someone could recommend a mobile provider for wisconsin/minessota, I`m just moving to the states so I have no clue what to look for... -question by db_blacky
  18. Actions!!!!My Girl Became AngryYou have 2 choices the way I see it. 1 Move on and forget about this girl and her family and find someone who appreciates you for who you are. 2 Work on your career and yourself and allow them to see what you''ve done to change your life, if they still don't see your worth seek someone better. -reply by Justin
  19. There May Be More To The Scam...Dish Network ScamOn June 2nd, due to my divorce I needed to cancel my Dish service. The first rep was very nice and explained that a box would be sent to my address with pre-paid return labels for me to return rented equipment in. The box didn't arrive. I called Dish on June 23 inquiring about the box and was advised by a very ditzy rep that it could take as many as 23 days to arrive, so should be there that week. No box arrived. I called again on June 26th, explained that the box had not arrived and asked that another be sent. Again no box arrived. On July 8th, I called Dish again and explained that I had requested two boxes and none had been received. The rep was very pleasant and promised to send me another box that would arrive within 5-10 business days. No box arrived.On July 23rd, I sent an email to Dish Network explaining that I had requested 3 boxes and that none had arrived. The email response asked me to call again. I called again on July 24th and explained the entire situation to a rep and was advised that I should receive a box within the next 2 business days. No box arrived. On August 6th, Dish Network made an unauthorized charge to my debit card for the equipment in the amount of $300, overdrafting my account. I called on August 7th, explained the entire situation to a supervisor and asked that another box be sent and that the fee be returned immediately, because I can not afford to have my account overdrafted. The supervisor became very rude to me and advised me that the fee would not be returned and that no more boxes would be sent. It was my problem. I sent another email to Dish on August 7th, following the call and am very unhappy with the way I've been treated. I have doubts that any boxes were sent. It doesn't make any sense and now they are refusing to refund the fees they charged to my debit card without authorization. -reply by Melissa
  20. I know this thread is horribly old, but I couldn't help but reply after stumbling upon it.First off, the Ocarina of Time manga, whether or not it has theNintendo Official Seal, doesn't prove anything. It certainly doesn'tMean quality or canon. Nintendo has officially approved worseMerchandise, eg, horrible Wii and DS games with the same seal, so theNOS means zip. If it didn't happen in the game, and especially not in the correctOrder like in the manga, it's not canonical and shouldn't be consideredAs such, despite how much it fulfills your Zelink wet dreams. The gameVersus the manga is like when Hollywood makes a book into a movie. TheyAdd things in or take things out, and generally screw things up, butOverall, your official canon lies in the original source, the games,And not the pandering to the hormonal female masses with a manga that'sCompletely opposite and out of order from the Ocarina of Time game. An example of such butchery would be Majora's Mask - forget all theOther stories that make up the game and make it awesome, let's justMake it all about Kafei and Anju's tragic romance, oh my God! - but thePrime example is A Link to the Past, where it's nothing but sappyRomance and a contrived, hurried, and hacked storyline. So cringeWorthy. Ugh."In an interview with Aonuma-san about the next Zelda game (The Legend of Zelda: The Twilight Princess)...CN: We have received a lot of e-mails in which our readers ask us"Will Zelda and Link someday have a romance?" This is a question thatWe couldn't let go.Aonuma: Ha, ha. Good question, at the moment in this new titleWe're using a teenage Link and, as you all know, teenagers areEmotional beings, so there are possibilities of seeing Link showing hisFeelings towards the princess. We don't know what could happen in theFuture."lol, I love when Zelink fans use this quote to support Zelda/Link because it's absolutely false. This infamous "Zelink" quote is not about Zelda and Link. The princess he's referring to is Princess MidnaAs we now all know, whom Link obviously has feelings for in this game.Ilia and Midna are the blatant romances in Twilight Princess, supportedBy Nintendo itself. Miyamoto even said himself, in reply to anInterviewer, "You think everyone wants Link to end up with thePrincess?" Not exact verbatim, but he was suggesting that it wouldn'tPlease everyone if that happened, and Miyamoto is all about openEndings, letting you the player, Link, choose yourEnding, and pleasing all, and not simply the screaming majority, so IWouldn't be so quick to judge when it comes to Link's only option inLove tediously being Zelda. -reply by Perpetually Exasperated Zelda Fan
  21. short for my ageIs My Height Normal For My Age?There is quite a few things wrong with being short.You would have thought by now that I would be used to being short but NO I aint.I have just turned 17 and my height is 5'0,next comes my sister who is 16 and she is 5'5 followed lastly by my youngest sister she is 14 and her height is 5'4.My dad is 5'2 tall and my mum is 5'6 so sadly for me I got my dad's height which I wouldnt have minded if I was his height.I remember always being pretty short compared to my friends at school and having older kids laugh at me because I was short.My mum was forever saying to me don't worry you will grow.At family gatherings I had family members saying to me that if I wasnt careful my younger sister would catch me up.It was true and it did happen it must have been around the age of 9 at lower school we already had to be measured by the classes for our height measurements.Has usual I came up being one of the shortest in my class I was measured at 4'3 and the tallest was 4'10.Then comes my sisters class they did the same but she was in the middle of her row.Her height turned out at 4'4, I already knew she was catching up with me but I still thought I just had the edge on her.That is when my class started laughing saying how I was even shorter than my sister.Then over the years she seemed to just step on the gas and grow,my growth was more steady over this time with my final growth when I hit 16 I was measured at 5'0 then.I was on a par with alot of the girls in class whereas many boys were nearly hitting 6'0.I tried everything to grow like stretching exercises and drinking lots of milk nothing helped so I had to live with it.When my youngest sister caught up with me it just got worse,I had lots of name calling from people in school.Many names were terrible,I was called munchkin and dwarf baby and to this day I still get shouted out HOI MIDGET.Everyone thinks that I am the youngest in my family whereas I am the oldest it isnt really fair as I would have loved to be mum's height.It looks like my sisters will be like her.I am in good company though with being short has I have an uncle who is 4'10 and my grandad is 4'9.So there seems to be a few of us and in the town where we live there are some shorter people so it helps us. -reply by samuel lopez
  22. play region dvd on macChanging Dvd Region CodeEverybody knows that an error may occur when playing a DVD disc with a region code setting different than that of the drive. Now if you want to solve the problem and play your different region code DVDs on your computer, how to finish? https://gonmac.wordpress.com/2009/08/06/how-to-play-different-region-dvd-movies-on-mac/ -reply by water
  23. ROOKIE: yo, it's the rookie from the streets,Wont take **** but I'll take yr beats,Singen on stage diss me loose your feet,Uall loose 'em' both not one you can keep,Tha *BLEEP*s out back will tryin ta peep,But if one of them see I'll slit there throat,Take there rimes take there quotes,Leave no evidence not ah fuc*in note,I leave ya dead or broke smokin dope,Ill hang ya dnt think I'm joking cause I got tha rope,I didnt provide it was the pope,I witnessed a rape I got tha proof I got the tape,Uall be pickin grass cause your an ape 24 clips pop in ya black A**! -reply by ROOKIE
  24. Well I am searching for some rly good mmorpg,I played WoW,silkroad,but I get rly bored! Aion is rly good Mmorpg but it pays /txtmngr/images/smileys/smiley7.Gif Go try Talisman Online that is rly good game it is Free Mmorpg! you have Monk-Tank Asassin-well not like rogue in WoW you don't have ability to vanish or something like that.. Fairy-Healer Mage-you know what that is and I cant remember that last 1 but he is like Hunter,you have your own Pet! You just need to download the client and register and BUM enjoy the GAME! -reply by Gelas
  25. memory is too lowPsp Error- Tut On How To Fixfixing "memory is too low". I have a 2g/4g memory.. -question by rakon14
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.