iBotModz - Post Generator Made By: Dakote http://ibotmodz.rogue-mods.com/upload/uploaded/Post%20Gen%20logo.png Version Number: 1.0 OS's Tested On: Vista, Windows 7, XP Features: Post Generator Auto Login Simple GUI Bugs Login Issue, Just make a new Post and it will work Pictures: Halo 3 Programs http://ibotmodz.rogue-mods.com/upload/uploaded/H3Program.png Halo 2 Programs http://ibotmodz.rogue-mods.com/upload/uploaded/H2Program.png Halo 3 Mods http://ibotmodz.rogue-mods.com/upload/uploaded/H3Usermap.png Halo 2 Mods http://ibotmodz.rogue-mods.com/upload/uploaded/H2Mods.png Download Click Here! This post was Generated with the iBotModz post Generator, by Dakote
Yeah, i don't do Endian for VB, anyway for something this easy, BR/BW is good enough. Lmfao, yungbol +reps me, some random fag -reps me. hahaha. Halodude i bet. Funny story, when we were "friends" he would always get jealous that i could program and he couldn't, says 1 of his friends i still talk to. So that is a lol.
ahhahahahaha. I got this idea from a friend, Eazy, LEo, or Detox. I can't remember. I went my pregnant ex gf into a superstore. She was 9 months Pregnant, we went to the counter with a metal coat hanger and a pregnancy Tester. The look we got was so priceless. For anyone that doesn't get it a 9 month pregnnat woman getting a tester to see if shes pregnant. And a metal coat hanger was a old for of abortion.
Peaches you know iBotFiles.com loops after 5MB. You have to edit the php.ini file to allow http uploads over 5MB. Example: http://ibotmodz.rogue-mods.com/upload/
Or ask me, lmfao. I did code in VB for along time. Imports System.IO
Imports System.Text
Public Class Form1
Public fileName
Private Sub btnOpen_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOpen.Click
Dim ofd As New OpenFileDialog
If ofd.ShowDialog() = DialogResult.OK Then
fileName = ofd.FileName
Dim fs As New FileStream(ofd.FileName, FileMode.Open)
Dim br As New BinaryReader(fs)
Dim length As Long = fs.Length
br.BaseStream.Position = &H666 'HeX Offset
Dim EP As Byte() = br.ReadBytes(666) 'lengh of EP allowed
txtEP.Text = ASCIIEncoding.ASCII.GetString(EP)
End If
End Sub
Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click
Dim bw As New BinaryWriter(New FileStream(fileName, FileMode.Open))
bw.BaseStream.Position = &H666 'EP Offset
Dim EP As Byte() = ASCIIEncoding.ASCII.GetBytes(txtEP.Text)
bw.Write(EP)
End Sub
End Class
Source Download: http://ibotmodz.rogue-mods.com/upload/uploaded/example.rar
I have BT (British Telecommunications). Never had any problems, great 8mb speed, 1 problem with the wireless, they just sent us a new HomeHub (Router).
Guys, i need a php upload script, thats simple to use/install. It can upload any file size, i can manage extensions (some sort of .ini). And when uploaded it shows a link to the file. Thanks.