-
Posts
88 -
Joined
-
Last visited
Everything posted by Frylock
-
I'm not positive, but maybe there is a name conflict between the $_REQUEST 'page' and the $page you create (since I think register globals is on here)? When you try to set $page->name making it an object it wont work since $page is first set as a normal varible as its sent to the script. Try renaming one of them once (for example change it to $mypage->name).
-
Sweet, thanks! Naughty
-
I see, thanks. What I read in that "manual" makes more sense now. Why must they write it so confusing. (read: why am I so slow?)
-
How accurate (I don't mean is it perfect, but is it close) is the average Session Duration of someone viewing your site stat? For example, does it count someone who comes and visits just one page but stays 10 minutes to read it all? I tried reading the doc linked above, but it only confused me more:)
-
Nooo! Not X! I like how I can easily find everything in Cpanel right now. X is a mess. Unless.... maybe you have it reorganized? Seems there was a thread on this. New marketing campaign so wannabe hosts don't take away sales just because they have "X power"?
-
I too "learned" (and I use that term losely) PHP, and mySQL, on the fly. I looked at various scripts to see what others did, and when I wanted to learn more (and do it on my own) I went to the source at php.net which is actually a good resource. Coming from C++, PHP is a breeze. It makes it almost too easy... Bah! Who am I fooling.
-
1. http://www.nbrid.net 2. NBrid Hardcore 3. Games and Satire done in an hour or your money back. 4. Link back on the right, towards the bottom. And on the About page. Thanks!
-
Are most people around here from Europe or at least outside the US? Not that it matters... I'd only be concerned if it was overrun with Canadians... (11:58am CDT, or is it CST now)
-
Hey finally a reason to watch Screensavers! Good thing about Tivo is not only can you pass up commercials, but it makes it easier to skip all the annoying parts (read: everything else). Maybe they'll have on more accused hackers trying to show how their efforts beifit us all...
-
Maybe it's the numbers you are comparing? Like now you're looking at 'unique visitors' versus 'page views'? Though if like you say you don't get that many anyways, it could just be natural fluxuations. I know anytime Tupac is in the news or we are near a date he is supposed to come back from the dead our site visitors doubles.
-
Cool. I'll have to check this out. I usually use a simple (and free) text editor called Crimson Editor which I really like. But what I currently need is something that has a find&replace feature for multiple files, without having to open them all first. I'll check and see if this editor has that...
-
I wasn't serious obviously by the eye guy. I just remember while looking for a host places would point out they had CP X like it was something more then a skin. Image is everything...
-
Where I used to host they had CPanel X, but I can say I find it much easy to navigate in Blue Lagoon then the 'throw everything in one pile' style seen in X. Though they could do something about the name because X sounds so much cooler the Blue Lagoon... (wasn't that a bad 80's movie?) Which host would you pick, the one with CP X or CP Blue Lagoon? (almost kept me from coming here
-
Interesting, thanks. (So it's basically just a quick way for people to install a select few/popular scripts.) Oh and next time I'll just search out an answer on my own. I don't want to start any more fights.....
-
What is this "fantastico"? I've seen it mentioned a lot, but I can never figure out what it is from the post... And why does TCH seem so adiment about not using it? Well, thanks for your time. Whip
-
Well you could use html and have the https load up in one giant frame (that the subdomain links to). But the problem there is you don't get that reassuring 'lock' at the bottom of your browser. Maybe you can do a permanent redirect of site.com/secure to it (Redirect permanent /secure https...) and just have the subdomain redirect there? Or wait for someone who knows what they are doing to reply. (recommended)
-
Thanks! I slaved over a hot stove 6 hours to make it.............. sure I did. (thanks ATHF!) And it doesn't come close to that sweet Mt, err Head Guru avatar.
-
Hmm, I'll have to try this. I had been sticking with my IE/Avant browser since the last time I tried Mozilla or Netscape I didn't like what I saw. I remember when I was putting together the CSS for my site, I had it just like I wanted it as I viewed via IE... but when I tried in Netscape. Wow was it off. So I went to a CSS validation site and it showed me a number of errors that I fixed... and bam! It looked like I wanted in IE and Netscape.... Though doesn't only IE have those cool scroll bar colors still?
-
I tested it out by sending to a couple of outside emails... and it works! Cool. Thanks a lot.
-
Hmm, I'm having the exact same problem on server35. Whenever I try to send email to Hotmail, Yahoo, or AOL (via PHP's mail() function) it gets sent back with the exact same message as you're getting. I read elsewhere on these boards that I might need to add complete mail headers (and not just the 'From') when sending to these hosts, but I tried adding them exactly as they suggested and I'm still having troubles getting it through (I can to mydomain addresses). So if anyone else has any ideas... Thanks.
-
Does this script work in sending emails to Hotmail, Yahoo, MSN, AOL? I've been trying to get PHP's mail() to work (adding all the headers and such I saw suggested in another thread), but to no avail. It works fine for most addresses, but with those it gets sent back with a fatal error (unrouteable mail domain "hotmail.com")? Maybe I'll just test it out and see...
