Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  Show Posts
Pages: [1]
1  T35 Hosting Support / Paid Hosting General Support / Re: mysqli on: August 11, 2008, 12:06:32 PM
it will, but mysql is a lot more troublesome. I am actually surprised that u don't have it, cause i believe it comes standard with php.
2  T35 Hosting Support / Paid Hosting General Support / Re: mysqli on: August 10, 2008, 10:26:51 PM
yes.my own. I am getting into oop (object oriented programming, and could really use it). I am currently making a site that would have to use mysql/mysqli.
3  T35 Hosting Support / Paid Hosting General Support / mysqli on: August 07, 2008, 10:36:19 AM
could you please install the mysqli database extension. if it is installed i don't know how to use it.i have ran checks, and it doen't look like it is installed. i have been using the php5 extension.
4  General / General and Business Discussion / Re: Help with email setup - (New here) on: May 26, 2008, 11:02:45 AM
what are ur out outgoing mail settings?

your smtp server will be any of your domains that you have. you can also just use server1.t35.net. this is because all of the addresses point to the same server/ip, or at least unless you have a dedicated ip like me.

ur username is the full email address that you are trying to set up.

like if i set up bob @ me.com

my username would be bob@me.com

and my server would be me.com, mail.me.com, or simply server1.t35.net .

if you are confused by all this, i know that you alway have the option of setting up ur email in outlook or outlook express in c-panel. but you don't need to import the registry settings.
5  T35 Hosting Support / Paid Hosting cPanel & Fantastico Support / Re: cant create a sub sub domain on: May 25, 2008, 12:51:50 PM
i do not want to do that, and that domain and all associate with it is purely with t35. also you can have a sub domain with the same name on 2 different domains. just have to change the folder that it references to in cpanel. but the weird thing is is that i can add one sub sub domain, after that i get the error. and the odd thing is is that no one else can have the same exact address, cause they would have to add the main domain first and cpanel wouldn't do it if someone else already created it.
6  T35 Hosting Support / Paid Hosting General Support / Re: having problems with apache handelers/mime types and php on: May 25, 2008, 12:43:25 PM
i read a blog/article on how to do this. it defiantly seems like it would work, but it wont. and i would use mod rewrite for this part, except i dont want ppl to access index.php, but instead index.html. i have tried that, itr works, but i also wanted it to give a 404 error on the php ext. so i tried using php code like

Code:
if(ereg(".php",$_SERVER['PHP_SELF'])== true){
header("HTTP/1.0 404 Not Found");
include "THE 404 PAGE";
}
else{
//other code
}

of course since mod rewrite only hides the address, but still sends the same http request header, that wont work.

so i am not sure what to do.
7  T35 Hosting Support / Paid Hosting General Support / Re: having problems with apache handelers/mime types and php on: May 25, 2008, 12:12:54 PM
i am trying to use application/x-httpd-php to html.

tryed it in both the handlers and mime types in cpanel and htaccess. it wont work

i also tried php-script to html in the handlers.

for sub reason it treats the file as a download and uses the type of file as what i put for the handler. I cant get it to work. i know it must work, cause this forum uses it.

I mean right now the web page i am typing in is "http://www.helpingwebmasters.com/post.html;topic=3045.0;num_replies=1"

the html in that address was originally php. either t35 did what i am trying to do or they use mod rewrite which i cant exactly do. i mean i can, but its not what i require.
8  T35 Hosting Support / Paid Hosting General Support / having problems with apache handelers/mime types and php on: May 25, 2008, 11:17:49 AM
i am trying to have html files be processed by php. I have try both in cpanel and in htaccess to add a mime type and handler to treat html files as php files. It wont work. I am mainly trying to do this for site security and seo.

WHY WONT IT WORK?
9  T35 Hosting Support / Paid Hosting cPanel & Fantastico Support / cant create a sub sub domain on: May 24, 2008, 07:25:12 PM
i am trying to make a new version of one of my sites. the beta site is like beta.bla.com or something like that. dont want to give out the real address. but i can create one sub sub domain like home.beta.bla.com but after that, if i try to make another i get the error

"Error from domain wrapper: x.beta.bla.com is owned by another user."

that address ant real cause i changed it in this post, but u get the idea.

anyway, what the heck is going on?
10  T35 Hosting Support / Paid Hosting General Support / Re: PHP Upload Limits on: February 19, 2008, 04:11:52 PM
um, i have already tried using ftp in php. didn't work. and i am not familiar with using compression in php. as far as the chunks thing goes, i have no clue of how i could or would do that. and ftp accounts for my friends, um it is not link that. these are all "friends". they are members of a community. and they are only allow to upload one music and image file. then the script will delete the old and replace with the new.
11  Market Place / Site Promotion / Teenage Talk - A place for teens to express themselves on: February 18, 2008, 05:03:06 PM
check out Teenage Talk

http://www.teenagetalk.org

it is an alternative to MySpace.

it has lots of what myspace has. cool cool cool cool cool cool cool cool

12  T35 Hosting Support / Paid Hosting General Support / PHP Upload Limits on: February 18, 2008, 04:51:03 PM
I recently requested an increase in the PHP upload limit. It was increased to 4mb. The thing is,  is that a music file is averagely larger than 4. i know increasing it is not good for security, but a member/friends tried uploading one and got an error while doing it because of the file size. increasing to 10 would be great. i prob need at least a 7mb upload limit.

also who did you sell wise counter too. and you might want to check out ur link to us page. there is a html img tag mistype  wink
Pages: [1]
Powered by SMF | SMF © 2006-2008, Simple Machines LLC