Search results

  1. C

    Cracked Vbulletin or SMF ?

    Few things; Most nulled vBulletins that I know of are not getting reported anymore, because http://piratereports.com is no longer in server as they're no longer corroborating with vBulletin; Therefore might not seen any reports, now doesn't mean people might report you to vBulletin directly...
  2. C

    Favorite SSH Editor

    Usually works; Sometimes, I've had to install from source; Done;
  3. C

    Favorite SSH Editor

    Since the years I've been in the hosting field and learned a lot of commands, I've came to like one particular editor which would be pico and later basically renamed to nano. The other editor is a 'pain in the ass' and I don't see why people like it. It's called, vi. I had to google for the...
  4. C

    [TUT] Securing /tmp and /dev/shm partion

    Can't you tell I'm a cPanel user? but only reason why I mentioned it is because I simply said I used the similar steps you posted above above; to expand my /tmp on a cPanel server instead of using /scripts/securetmp :| Just incase if anyone is looking to know how to do that on a 'cPanel...
  5. C

    [TUT] Securing /tmp and /dev/shm partion

    and if you're in cPanel; I had to similar steps above as the /tmp was too full and had to expand to 5 GB on a cPanel server recently.
  6. C

    [TUT] Get emails when someone logins into SSH

    pico isn't used anymore. Use: Lastly, If you're on cPanel and use CSF (ConfigServer Firewall) this does it for you and therefore no need to do this.
  7. C

    Need someone to update my php to 5.3 [paid]

    Anything can practically run on PHP 5.2.x I wouldn't run or recommend PHP 5.3.x as it has broke some scripts I've used. If you're running cPanel; EasyApache update has PHP 5.3.x support. If not, someone above can help you or I don't mind taking a look.
  8. C

    xp VS vista VS windows 7

    I've had a Windows XP machine online for about 2 years; No anti-virus, No spyware. It's not used as a browsing machine, it's for e-mail. I can pretty much any program on Windows 7 that XP can, but my favorite e-mail client, Outlook Express 6, which runs on Windows XP as specified above.
  9. C

    Draconian Anti-Piracy Censorship Bill Passes Senate Committee

    Basically, the same guy that stopped COICA from passing, is going to stop this from passing too. :) yay for the win! Source: http://torrentfreak.com/anti-piracy-censorship-bill-passes-senate-committee-110526/
  10. C

    Where do you visit first when you open your browser?

    Well, I haven't rebooted my laptop or desktop in months. I don't my close browser. All the sites I use are always open. but I do click on WJunction first...unless I need to check something on my server as I always read my Outlook Express. :)
  11. C

    What Anti-virus do you use?

    At this current time, I don't use any. However, I recommend Kaspersky; It's better than NOD32... but I'd recommend NOD32, If you didn't like Kaspersky. As for Spyware; Malewarebytes and SuperANTISpyware Since I don't get virus or spyware, I have no need for them, but I do keep current as...
  12. C

    A doubt about php's preg_match result.

    That's what I did in my example; If I was coding this myself, I would use; <strong id="identify" and display that in there so I know what it's actually getting.
  13. C

    A doubt about php's preg_match result.

    Created: test.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled...
  14. C

    Beware of VandalizedHosting

    I noticed he was trying to sell in the ChatBox yesterday, I do believe and saw he was chargeing like $30. Two issues with these licenses; Only way they work if you're on Hostgator's servers. You can login to WHMCS and simply see your license, but no option to reissue. Not to mention...
  15. C

    A doubt about php's preg_match result.

    preg_match ("/(<h1)(.*?)(>)(.*?)(<\/h1>)/i", $data, $match); $found = $match[4]; That's how I do it...Works good, I wrote a script that scans a download file and parses a specific html tag, in this case <h1 :) -- Based off some code I use to parse a title of a webpage by getting <title> So...
  16. C

    First Java game

    Ok, I'm done making me mad. :|
  17. C

    First Java game

    I'm also noticing that there is still health left, but I apparently died. :(:|
  18. C

    First Java game

    He needs to add more than 1 life in one game this kind of reminds me of Space Invaders based on Flash and the real game and that has 3 lifes... Slow it down and then speed it up. Shield should be switched to letter 'S'. Spacebar needs to have an option to shoot; has no way of defending itself...
  19. C

    First Java game

    I'm still trying to figure out the object of the game since he doesn't add any instructions. Do I hit no blocks or just not yellow ones (Get no points for them)
  20. C

    How many WJunction screenshots do you have?

    Lol, K3V - I like that one. Now considers of starting a folder...
Back
Top