Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Scott

Members
  • Posts

    428
  • Joined

  • Last visited

    Never

Everything posted by Scott

  1. Look how the engine renders other stuff to picscreen, it's all in modDirectDraw7 client side.
  2. All I see is "I'm making up excuses because I don't feel like figuring it out." You could of fixed it in the time it took you to make up your excuse and make all these posts.
  3. So how does that excuse you from preventing such simple exploitation?
  4. So you mean "I can't do it". It's not hard to limit input in php, after seeing this I would be surprised if you where able to even integrate that database with the engine. I checked not "baned", and oh no my ip what are you going to do dos me? As for the 142, I was trying to get a youtube video to load. I'll stop but don't take that as a reason to not fix it.
  5. Not my fault I just want my name to be an html iframe(I can use html in my name on your form). Not to mention there is no limit on the amount of characters I can use. Not to mention the fact that when the script does reject my input it still inserts it. Your form is wide open for exploitation fix it.
  6. There are all the other menu's stacked on top of it in frmMain, right click the black boxes and send to back until you find the Character one.
  7. http://www.solonline.x10.mx/Forms/Beta/idup.php You have nothing preventing me from just pasting html into your fields.
  8. http://www.touchofdeathforums.com/smf/index.php/topic,71642.new.html Try this.
  9. http://lmgtfy.com/?q=vb6+ado+mysql
  10. Scott

    [EO] Edit Map

    If your asking if you can convert the engine to use 16x16 tiles instead of 32x32, yes it's very easy actually, you just need to re-size a couple things in the map editor, change some 32's to 16's throughout the source, and make some edits in the player movement functions. ![](http://img402.imageshack.us/img402/8325/16x16eo.png)
  11. **The format for drop chance is .percent Example: .25 = 25% .16 = 16% 1 = 100% More than 1 = 100%** If it does not work like that, you ducked something up.
  12. That would be what the error is telling you is wrong.
  13. @Goldside- Because you didn't delete your npc files like the tutorial said or you messed something up, the tutorial works fine. @xppxdd- Give us the line it points to…
  14. Scott

    Steve Jobs

    @William: > My iPhone was ducking up earlier that week, and then he died, and now it isn't messing up. I think the iProducts knew it was coming. Same thing with me, my phone was freezing up for over a month then he died and it's normal…
  15. SubScript out of range means it's trying to acess an element of an array that does not exist, what line does it highlight if you have a copy of visual basic 6? Was it the client or server?
  16. Scott

    String Pixels

    getWidth Function in modText, look at the DrawPlayerName sub for an example.
  17. That means 1.Editorindex is not between 1-255 or 2.Dropindex is not between 1-10
  18. 1.It is caps 2.If you made it lowercase and moved lines it would make it caps.
  19. Did you not dim a variable? When I have done that before it has said objects didn't exist.
  20. Are you compiling it? and are you even using visual basic 6 to edit it? Press the button that looks like a play button to compile and run your application, and to make a new exe go to file, Make Exename.exe.
×
×
  • Create New...