Advertisement

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.


Topics - darkhelmet

Pages: 1 2 3 [4]
46
Computer & Technology / my crawler is at it again
« on: January 27, 2011, 09:24:57 PM »
Okay some of you know I have a crawler going through PH looking for pictures at http://phpix.freevar.com/ which is located on a super slow free webhost (sorry).

So a friend of mine introduced me to this hmong music site called ehmongmusic.co m, which I'm sure most of you have heard or been to.  The sites pretty good with a lot of music files but can't download anything off of it!

Saw a few post about people using software to try to get them and a youtube where this guy shows you how to get it from your cache.  These are all pretty crude way of getting it so I decided to try writing a crawler to retrieve the files for me.

Here's it in action, the crawler automatically creates the a folder and names the files.  Makes it all nice and tidy for me :)


47
Hmong Websites & Resources / PH Pix View
« on: November 08, 2010, 09:03:40 AM »
The easy way to view pictures posted on PH.

http://phpix.freevar.com/

48
Computer & Technology / ph pictures
« on: November 08, 2010, 09:02:13 AM »
Sharing something I created over the weekend because I don't really have time to be on PH but I love to look at photos posted by users here.  Thought it might be useful for someone too.

http://phpix.freevar.com/

49
Computer & Technology / php mysql query
« on: September 28, 2010, 11:24:05 PM »
I ve got a table like this and need the query to get the result.  anyone?

MY BAD, THE IDS DO HAVE DUPES...UPDATE D.


ID   Name   Type   Value

1   Store1   Region   9000   
2   Store2   Region     9000
3   Store3      Region     8000

1   Store1   Service   6000
2   Store2   Service     6000
3   Store3   Service     6000

1   Store1   Wage   5555
2   Store2   Wage   4444
3   Store3   Wage   3333


I want to get all Name where Region = 9000 and Service = 6000

The result should be Name is Store1 and Store2.

What is the query to get this?

select store where region = 9000 and service = 6000 doesn't pull it?

50
Computer & Technology / php recurring events
« on: August 26, 2010, 10:53:30 AM »
Hi,
I'm starting to work on a php based calendar (events) and I would like to implement a recurring events option.

Does anyone have any snippet or class that can calculate the dates if I provide the starting date, end date and occurrence? e.g. daily, weekly (s, m, t, w, th, f, s), monthly, annually.

Also, if you have any suggestion on sql/db setup, I'd appreciate your input.
I was thinking of doing the straight forward approach - every event having their own record.
So I'd set up two tables, one to store all the event records and one to store info on recurring events.
That way each record can be edited and old events are still accessible.


Thanks!

51
Computer & Technology / do you programmers ever get tired...
« on: June 17, 2010, 02:19:09 PM »
of staring at the computer all day long? 
i have been putting 50 hours a week, staring at the computer and i'm sick of it.  i don't think i could stand this year in and out.
how do you guys maintain it?

52
Computer & Technology / anybody use CMS called ModX?
« on: May 06, 2010, 11:13:21 PM »
i'm learning oop in php right now but we have some clients using ModX and I don't know where to start.  Any help from you guys would be appreciated if you have used this cms before.

53
Computer & Technology / recommendation for test server
« on: May 06, 2010, 11:11:59 PM »
hi, our company want to get a test server so we can implement and run test on products that we work on.  we mainly do web design, cms implementation and customization, and other web stuff.   we also mainly work on php for now.
you guys got any ideas?  i'm not really a hardware or network guy.  my boss said we could purchase space from rackspace or get cloud servers, or whatever there is out there.  but i'm not sure what to recommend.  any inputs would be appreciated from you guys.

Pages: 1 2 3 [4]
Advertisements