Everything posted by Typo
-
Anyone here rage Stickam?
4chan dont rage they just sit in there with pokemon pics on cam. Needs more abuse... thats wer myg0t comes into it! :gaysex2:
-
Anyone here rage Stickam?
This is the rage showoff area, thread needs to be moved... read rules before making thread man. Here: http://forums.myg0t.com/showthread.php?t=9412 But anyway.. IRC is where the actions at: Get yourself an IRC client.. connect to: irc.myg0t.com and channel: #myg0t or #stickam
-
Stickam unbanner
Who gives a shit? join IRC and rage stickam eh?
-
Stickam unbanner
Made it a little bit more attractive... new download link above ^
-
InkLink invaded by pedophiles
Great! http://img108.imageshack.us/img108/3204/inklinkfl7.jpg
-
CS Rage
Had some quotes lying around... Thanks: H00k3R, Leopulse http://r4g3d.com/csrage22.jpg
-
LOL MONOPOLY
"brb gota take dog for walk" haha classic. I see you got the CS quotes from earlier on in ur sig haha ;)
-
s p 0 r k eh and vt300 priv
The amount of threads asking for and about sp0rk.3h here is just getting silly now... what happened to the good ole programming area?
-
Stickam unbanner
EDIT: Few people are using it so I thought I'd decorate it a little: http://img476.imageshack.us/img476/4052/stickam2oi5.jpg New Download: http://rapidshare.com/files/5950171/Stickam_Unbanner.exe.html Option Explicit Private Declare Function GetUserName Lib "advapi32.dll" Alias "GetUserNameA" _ (ByVal lpBuffer As String, nSize As Long) As Long Private Sub Command1_Click() Dim x As Long x = DelTree("C:\Documents and Settings\" & CurrentUser & "\Application Data\Macromedia\Flash Player\#SharedObjects") Select Case x Case 0: MsgBox "You are unbanned from Stickam" Case -1: MsgBox "You are unbanned already! Go back to Stickam!" Case Else: MsgBox "An Error was occured" End Select End Sub Function DelTree(ByVal strDir As String) As Long Dim x As Long Dim intAttr As Integer Dim strAllDirs As String Dim strFile As String DelTree = -1 On Error Resume Next strDir = Trim$(strDir) If Len(strDir) = 0 Then Exit Function If Right$(strDir, 1) = "\" Then strDir = Left$(strDir, Len(strDir) - 1) If InStr(strDir, "\") = 0 Then Exit Function intAttr = GetAttr(strDir) If (intAttr And vbDirectory) = 0 Then Exit Function strFile = Dir$(strDir & "\*.*", vbSystem Or vbDirectory Or vbHidden) Do While Len(strFile) If strFile <> "." And strFile <> ".." Then intAttr = GetAttr(strDir & "\" & strFile) If (intAttr And vbDirectory) Then strAllDirs = strAllDirs & strFile & Chr$(0) Else If intAttr <> vbNormal Then SetAttr strDir & "\" & strFile, vbNormal If Err Then DelTree = Err: Exit Function End If Kill strDir & "\" & strFile If Err Then DelTree = Err: Exit Function End If End If strFile = Dir$ Loop Do While Len(strAllDirs) x = InStr(strAllDirs, Chr$(0)) strFile = Left$(strAllDirs, x - 1) strAllDirs = Mid$(strAllDirs, x + 1) x = DelTree(strDir & "\" & strFile) If x Then DelTree = x: Exit Function Loop RmDir strDir If Err Then DelTree = Err Else DelTree = 0 End If End Function Public Function CurrentUser() As String Dim strBuff As String * 255 Dim x As Long CurrentUser = "" x = GetUserName(strBuff, Len(strBuff) - 1) If x > 0 Then x = InStr(strBuff, vbNullChar) If x > 0 Then CurrentUser = UCase(Left$(strBuff, x - 1)) Else CurrentUser = UCase(Left$(strBuff, x)) End If End If End Function
-
Video Card help
Oldish thread and the answers have already been posted many times stop trying to work on ur post count!
-
Free Steam Account
Thats what they all say until bamn!? Their account is mine. :madkeke:
-
Steam Cafe Accounts Verified
wow he has cafes and showing off?! compsciboi for myg0t !
-
IPB to vB
Yeah, google could be a start... *sigh* Look what I found within 2 seconds = http://www.google.co.uk/search?hl=en&q=ipb+to+vb&btnG=Google+Search&meta=
-
why are diamonds so special
That just about sums it up. :buttseks:
- LOL
-
The ultimate bored game
torching everything is more fun
-
[BIG] COUNTER STRIKE 1.6 RAGE GOLDEN QUOTES INSIDE
7/10 not bad. 1 comment though, try and spend a few extra minutes working on design. How about a nice border and shit. You rage is good, just design could be better brotha.
-
Video Card help
If your still alive, then I have found you a PCI graphics card: http://www.ebuyer.com/customer/products/index.html?rb=23177600300&action=c2hvd19wcm9kdWN0X3NwZWNpZmljYXRpb25z&product_uid=97991 Device Type - Graphics adapter Interface Type - PCI Graphics Processor / Vendor -ATI Radeon 9250 Core Clock Speed - 240 MHz RAMDAC Clock Speed - 400 MHz API Supported - OpenGL, DirectX 9.0 Video Memory Installed ( Max ) - 128 MB - DDR SDRAM Video Output - 2048 x 1536 TV Interface - TV out
-
How to fight?
rifkmfao "you can choke him out until he stops breathing and then put a spice bottom down his pants... it makes a lotta jokes with the people"
-
How to fight?
k. Punch them in the nose as hard as you can when they go down in pain do a toe bunt to the dick. At this point they will be on the floor in pain nows the time u just kick shit into em. I wouldn't recommend a hit to the chin cos its pretty tough bone and hurts you too. Nose punch ftw.
-
[Live for speed] [Typo, h00k3r, leopulse, hoodenhen, leeroy1200, derkaiser, sideways
bump, thanks for comments :D MUCH <3
-
Video Card help
You need a PCI-e x16 slot. My guess is you have 3 PCI slots. The PCI-e x16 slot is usually laid back from the PCI slots. You need a new motherboard or PC. http://img293.imageshack.us/img293/8968/myg0tnubfj7.jpg Edit: After looking through the tech specs of your machine you don't have a AGP or PCI-e x16 slot.... "You need a new motherboard or PC." Expansion Slots PCI x 3 - HP site /Typo
-
Problem with mySQL backup
im not to sure mate, 30 mb to 9mb hmm :/ best bet is too have a go at splittin and uploadin in parts.. try ;)
-
Problem with mySQL backup
You could split the file into parts and copy and paste the code into the area in phpmyadmin. Hope you can get that sorted, in future take backups from your webadmin or phpmyadmin. vbulletin site tells you to telnet the DB but mosts host block telnet ports now I believe... Keep a backup of the backup and try spliting it into sections and uploading each section... /Typo
-
Problem with mySQL backup
Where are you getting your backups from? The vbulletin maintenance thing I take it? If so I recommend you backup from phpmyadmin or cpanel/directadmin... the backup from vbulletin doesnt compress as far as I am aware just gives you the .sql. Whereas cpanel/directadmin will compress it to a gzip. This is also easier as you can use the cpanel/directadmin admin backup tool instead of upping to phpmyadmin... just makes life easier.