Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lucid

Pages: [1] 2 3 ... 82
1
Hardware / Re: Looking for a gateway
« on: Today at 07:00:55 pm »
Good idea Snayler. Thanks for the input guys. Mordred, you wouldn't happen to know if that gateway would have any troubles with linux since it seems to use Broadcom would you?

2
Hardware / Re: Looking for a gateway
« on: Yesterday at 11:12:26 pm »

3
General discussion / Re: The Music Thread
« on: May 17, 2013, 08:06:57 pm »

4
Hardware / Re: Looking for a gateway
« on: May 17, 2013, 08:01:59 pm »
I admit that would be fun. The thing is that, well, actually my gf want's to get wireless in the next few days. So I was just going to get a gateway quickly. Then after that I could spend the time setting up my own server.

Does anyone have a specific recommendation on a good linksys model to purchase?

5
Hardware / Re: Looking for a gateway
« on: May 17, 2013, 07:56:23 am »
Thanks for the link RBA. I don't have an old shit computer or a switch but if I did I would do that too. I'll do some research.

6
Hardware / Looking for a gateway
« on: May 17, 2013, 05:46:53 am »
I'm in the market for a gateway for my house. Currently we have ethernet only and I don't want to rent a modem from Comcast. So I'm looking for a router-modem combo. The only things that matter is that it's cheap and supports port forwarding.

Hit me.

7
Hardware / Re: Screen damage gettin me down
« on: May 16, 2013, 06:00:50 pm »
It's money for me too.

8
Web Oriented Programming / Re: [PHP] File editing
« on: May 16, 2013, 06:55:07 am »
Why is it that by default it only shows the text input bar with the directory, and the table header that says File, Size, Permissions, etc? Here's what my view files function looks like now:

Code: [Select]
function view_files($dir)
{?>
    <table>
        <tr>
            <form method='POST' action='?act=file&dir=<?php echo base64_encode($dir);?>'>
            <td><input type='text' name='dir' size='50' value='<?php echo getcwd(); ?>'>
            <input type='submit' value='Go'></form></td>
        </tr>

        <table border='1'><tr>
            <td width='175'><b>Name</b></td>
            <td><b>Size</b></td>
            <td><b>Permissions</b></td>
            <td><b>Edit</b></td>
            <td><b>Delete</b></td>
            <td><b>Chmod</b></td>
        </tr>
       
        <?php
    
if($handle opendir($dir))
    {
        while((
$file readdir($handle)) !== false)
        {
            if(
$file != '.' && $file != '..')
            {
            
$path_and_file $dir .'/'$file;
            
$encoded_path_and_file base64_encode($path_and_file);
            
?>

           
                <tr>
                    <td><?php echo $file?></td>
                    <td><?php echo filesize($path_and_file);?></td>
                  <td>perms</td>
                  <td width='165'><a href='?act=edit&file=<?php echo $encoded_path_and_file?>'><b id='me'><u>Edit</u></b></a></td>
                  <td width='225'><a href='?act=del'><b id='me'><u>Delete</u></b></a></td>
                  <td width='190'><a href='?act=chmod'><b id='me'><u>Chmod</u></b></a></td>
                </tr
           
            <?php
            
}
        }
    }
}

It's only slightly different from yours. What I want it to do is display all files in the current directory and the edit, delete and chmod buttons by default, without having to click on the Go button next to the input box. That's how it used to work and even if I switch back to the exact same function that I had before it still only shows the input box with the current working directory..

9
Hardware / Re: Screen damage gettin me down
« on: May 16, 2013, 05:56:30 am »

Why not try and start building a rig, you can get the best 'bang for your buck' from sites like newegg or ebay (if you trust people) :)

Oh no, I'm definitely doing that as soon as possible. But, that still sets me back around 1000 bucks and now I really wanna fix my laptop because I would like to have a laptop AND a desktop. Not to mention other expenses... But yes, I am looking into getting the parts to build my own rig.

10
Hardware / Re: Screen damage gettin me down
« on: May 16, 2013, 05:47:15 am »
Ugh, this thing gets just a little bigger everytime I turn it on... I'm too broke for this shit.

11
Hardware / Re: Screen damage gettin me down
« on: May 15, 2013, 07:29:48 pm »
Well I just looked up a video on how to replace the screen for my particular laptop. It doesn't look too hard, I'm hoping it's not expensive. The only problem for me is going to be that it sounds like the dude is breaking the screen rim when he takes it off and that will make me nervous.

12
Hardware / Re: Screen damage gettin me down
« on: May 15, 2013, 07:13:39 pm »
I guess that's what I'll have to do. I can't be having my laptop fall apart on me. I'm too poor to get a new computer just yet.

Hopefully the local computer guy isn't too expensive although I bet he is.

14
Hardware / Re: Screen damage gettin me down
« on: May 14, 2013, 09:36:55 pm »
I found out that it's a dead pixel, not a stuck pixel. This little dot is black with tiny lines of green coming out of it. The black part is dead pixels. I'm thinking there's not a lot of things I can do to fix that. Is there any way I can fix the hardware?

15
Hardware / Re: Screen damage gettin me down
« on: May 14, 2013, 09:30:17 pm »
"dead pixel fixing" programs.

That's gotta be a joke right? Is this my only solution?

Pages: [1] 2 3 ... 82


Intern0t SoldierX py1337 SecurityOverride programisiai iExploit
Want to be here? Contact Ande, Bluechill or Kulverstukas on the forum or at IRC.