#3640 - 01/13/70 04:22 AM
Re: function ninja
|
Jamin
Cookie Crisp
  
Registered: 02/25/05
Posts: 2649
Loc: Texas
|
Offline
|
|
Hehehe...
---Jamin
|
|
Top
|
|
|
#3641 - 03/23/05 07:23 AM
Re: function ninja
|
AnmanIndustries
Cookie Crisp
   
Registered: 03/21/05
Posts: 2876
Loc: Planet Stupid, AKA Earth
|
Offline
|
|
Just who is that?
|
|
Top
|
|
|
#3642 - 03/23/05 12:42 PM
Re: function ninja
|
Jamin
Cookie Crisp
  
Registered: 02/25/05
Posts: 2649
Loc: Texas
|
Offline
|
|
Me.
---Jamin
|
|
Top
|
|
|
#3643 - 03/23/05 07:14 PM
Re: function ninja
|
Gary13579
Frosted Flakes
  
Registered: 07/05/04
Posts: 544
|
Offline
|
|
Is that really you, or are you being sarcastic (Im slow right now, humor me)?
|
|
Top
|
|
|
#3644 - 03/23/05 09:25 PM
Re: function ninja
|
Jamin
Cookie Crisp
  
Registered: 02/25/05
Posts: 2649
Loc: Texas
|
Offline
|
|
Yeah, that's really me. The dude in the background on the left is my roommate from freshman year.
---Jamin
|
|
Top
|
|
|
#3645 - 03/23/05 10:01 PM
Re: function ninja
|
AnmanIndustries
Cookie Crisp
   
Registered: 03/21/05
Posts: 2876
Loc: Planet Stupid, AKA Earth
|
Offline
|
|
You make a very sexy ninja.. Im sure the ladies love that one.
|
|
Top
|
|
|
#3646 - 03/23/05 11:03 PM
Re: function ninja
|
Jamin
Cookie Crisp
  
Registered: 02/25/05
Posts: 2649
Loc: Texas
|
Offline
|
|
Hehe... you'd have to ask Lisi and see if she likes it. ;)
---Jamin
|
|
Top
|
|
|
#3647 - 03/24/05 01:02 AM
Re: function ninja
|
AnmanIndustries
Cookie Crisp
   
Registered: 03/21/05
Posts: 2876
Loc: Planet Stupid, AKA Earth
|
Offline
|
|
I assure you, with thote nose ridge, glasses and freckles that you can see there, its perfectly fine.
|
|
Top
|
|
|
#3648 - 03/24/05 06:19 PM
Re: function ninja
|
lisi
Mrs. Se7enet
Registered: 02/20/03
Posts: 575
Loc: Allen, TX
|
Offline
|
|
He does make a very sexy ninja, I think so anyway! :)
|
|
Top
|
|
|
#3649 - 03/29/05 04:09 AM
Re: function ninja
|
AnmanIndustries
Cookie Crisp
   
Registered: 03/21/05
Posts: 2876
Loc: Planet Stupid, AKA Earth
|
Offline
|
|
IM SEXY!! IM A NINJA!!! I THINK SO TOO!
mrrrrr
|
|
Top
|
|
|
#3650 - 03/29/05 05:17 PM
Re: function ninja
|
Gary13579
Frosted Flakes
  
Registered: 07/05/04
Posts: 544
|
Offline
|
|
Wait a minute... This topic was posted in 1970? WTF?!
|
|
Top
|
|
|
#3651 - 03/29/05 05:42 PM
Re: function ninja
|
Jamin
Cookie Crisp
  
Registered: 02/25/05
Posts: 2649
Loc: Texas
|
Offline
|
|
Any topics/posts made in UBB.threads (the forums I used before I moved to Eve) have really funky dates because Eve didn't import the real dates correctly. I've seen its importer, all it does is attempt to copy fields with certain names... but Eve stored dates as Unix timestamp integers and didn't actually attempt to convert standard MySQL datetime column values into integers. So It just copied a bunch of crazy numbers into any date/time fields, which happen to coincide with the Unix timestamp for 1970.
When I was importing from Eve to PunBB, I had to write my own complete import application from scratch, so I was smart enough to account for the differences between Unix timestamps and the formatted datetime column type. :)
---Jamin
|
|
Top
|
|
|
#3652 - 03/29/05 07:32 PM
Re: function ninja
|
Gary13579
Frosted Flakes
  
Registered: 07/05/04
Posts: 544
|
Offline
|
|
Wait, you wrote the transfer script? I am sure some people that want to use PunBB might need that, if you wanted to release it..
Anyway, all you need to do is use mkdate, right?
|
|
Top
|
|
|
#3653 - 03/29/05 11:04 PM
Re: function ninja
|
Jamin
Cookie Crisp
  
Registered: 02/25/05
Posts: 2649
Loc: Texas
|
Offline
|
|
I would release it, but I'm honestly not even sure if it all works. And it's REALLY hacked together, so its long and redundant to the point of stupidity - I'd be embarassed to actually put my name on it. Because data storage in Eve was so scattered (seriously... there were, like, three or four separate tables that all contained different parts of a single post) there's like a dozen different functions that all pull different parts of the info and do specific things to it, like the aforementioned conversion from mktime to datetime format. I ended up running each of them individually and tweaking them as I went along, making new functions and replacing old functions as necessary, and I had to go back and re-run individual functions probably a half a dozen times each before I finally got everything to go into the PunBB tables correctly. So I really have no idea exactly how well everything works.
Also... do you realize that your signature says "$+˜µU+ zªªT" in binary? Is that intentional? Some inside joke that I don't get? Or did you just wanna look cool by typing a lot of ones and zeros? :P
---Jamin
|
|
Top
|
|
|
Moderator: Jamin
|
|