Search results

  1. S

    [VB6] Socket COmmands.

    My Current Code: Private Sub txtCom_KeyDown(KeyCode As Integer, Shift As Integer) If KeyCode = vbKeyReturn Then LastCOM = txtCom If txtCom <> "" Then If InStr(txtCom, "%") And InStr(txtCom, " ") Then multiParam txtCom ElseIf Not InStr(txtCom, " ") And InStr(txtCom, "%")...
  2. S

    Bug in User Control Panel

    If you go to Edit Profile in the control panel on this forum and click the change e-mail/password button it say the following: You did not enter the correct format for the Zip Code field. Please read the field description for the expected format. Figured I would point it out :)
  3. S

    Clear Hard drive

    So i got a new 320gb hard drive and decided i woul install Fedora Core 8 onit and such, after a while i came to the conclusion that i didnt really like it as well as i had hoped to. Upon trying to figure out how to clear the hard drive all failed and i attempted to get Boot Nuke which is a...
  4. S

    Mod Rewrite Help?

    Edit/Delete: I figured and made use of some better tags for defining variables and all that replaced prev. htaccess with this: RewriteEngine on RewriteRule ^([a-z]+)/$ /index.php?x=$1 [L] RewriteRule ^more/([0-9]+)/$ /index.php?x=more&id=$1 [L] RewriteRule ^more/$ /index.php?x=more [L] hehe...
  5. S

    Quick Question

    I didn't know about this and such but i was going to create an avatar system on a website i'm doing up and was wondering if all 100x100 avatars are the same file size or not >.>;
  6. S

    Peice O' Crap

    I have an old PC sitting here next to me and i've been wondering if i could hook it up to my current PC VIA a phone jack. But instead of it using Dialup it would use the Cable connection from my PC and all that happy stuff that may go on there. Sorta like... my PC is connected to the internet...
  7. S

    Annoying Error.

    Never mind. Mis spelled a variable >_>
  8. S

    Domain For sale

    Domain Name: codingdev.info Expires: June 2008 Price: $8.20/ 1 yr My Price: $5 or 2500 Credits. I was using it for a coding CMS i got bored and made but i kinda got away from it to work on other things. If you would like it give me a shout.
  9. S

    Perl

    I've recently wanted to use perl on this computer but don't know exactly how to set it up or anything.. If someone would, could ya please tell how? :P
  10. S

    pgSQL

    I'm wanting to install pgSQL on my localhost i'm using XAMPP latest which is php 5.2.3 and such but i was wondering which package to get from: http://ftp12.us.postgresql.org/postgresql/v8.2.4/ in order to set it up and all that. sorta like what PHP has done like lets you get the main things with...
  11. S

    Ports

    What ports do the servers generally use? i'd like to know so i could test out random fsockopen thigns on my localhost.
  12. S

    Cannot View Domain

    I've recently created a free hosting domain for a blog about me though i can not view it link is: http://hvr.exofire.net when i go to http://70.86.238.114/~joeben12/ it shows a random site that isn't mine then when i use: cossacks.x10hosting.com/~joeben12/ it gives me the site but a 500 Internal...
  13. S

    New signature

    Yay... i got bored so i decided to create a new signature for my winamp now playing list.
  14. S

    Random Chess Question

    64 boxes = chess each square you double::: 1 = 2 = 4 = 8 = 16 What would the number be at the 64th box?
  15. S

    FlashChat?

    I've read the TOS again now and i didn't see anything about chat systems so i thought i would post here, would they be allowed on the servers and such?
  16. S

    Just to tell you...

    For me, if i click the Account button in the nav bar here and select Modify Account... There is a mySQL error at the top AND it will say your account was terminated though it REALLY wasn't Just thought I would let you know. :)
  17. S

    HaHa.... Boredem Kills

    yeah i the shadowmage dude >.> I dunno what i was doing originally but i got bored so i went to expand a category and stopped there... This is what happened --Screenshot From Friend-- http://i60.photobucket.com/albums/h23/Animal_Legendary_wolf/Expanding.jpg
  18. S

    Driver Error

    I was wondering how i could do something like how IPS did with invision board where if somethings messed up it'll show IPB Driver Error so far i have: <?php $config[host] = "localhost"; $config[user] = "root"; $config[pass] = "PaSsWoRd1634735"; $config[data] = "sys"; if(mysql_error()){...
  19. S

    Is this safe?

    Can someone please tell me if this is safe then maybe suggest ways to make it safer? The function Encode is using md5(sha1()); for protection. <?php if(!isset($_SESSION[logged_in]) && !$logged[username] && !$_POST[login]){ echo "<form method='post' action='index.php?x=login'>...
  20. S

    [Suggestion]Cpanel Themes?

    Would it be possible to add different C-panel themes to the paid and free servers? Like have a theme select of some sort?
Top