php details and mysql details

Status
Not open for further replies.

chunsiang

New Member
Messages
122
Reaction score
0
Points
0
hey guys, wads the php and mysql settings of x10hosting? it would be good to attach the php.ini of the free server :)

oh and i would like the apache conf if you can gimme too :)

im setting up a local server for faster debugging b4 uploading into the web server ;)

thanks,
chunsiang
 
Last edited:

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
Hi,

We restrict giving that information out for security reasons. If you have specific questions we can answer them but we are not able to give out the configuration or ini files. Sorry.

-Corey
 

chunsiang

New Member
Messages
122
Reaction score
0
Points
0
oh, nah its ok, i understand. but can you tell me which features did u disable for php and mysql? thankyou
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
We haven't disabled any features for MySQL, there is quite a list of functions disabled for php, such as anything related with exec, posix, and some random ones. I can tell you that most CMSs and scripts run without a problem. You can always ask us here or make a quick PHP script to test and see if you get a disabled error.

-Corey
 

chunsiang

New Member
Messages
122
Reaction score
0
Points
0
well, does suhosin affects many scripts? because i had problems with my wordpress (now fixed, cookie encryption bug). and now my phpbb2 mass mailing screwed up from the start. installed everything manually btw.

ty
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
Usually we find the problem is the script added an @ before a function causing it not to report errors. By removing the @s it should report what the issue is you're having with whatever script.

Besides that we haven't had too many issues.

-Corey
 

chunsiang

New Member
Messages
122
Reaction score
0
Points
0
oh thanks for this info. well try to figure out what happen. thanks

ok i got this problem when mass mailing

Failed sending email :: PHP ::

DEBUG MODE

Line : 234
File : emailer.php
 
Last edited:

lambada

New Member
Messages
2,444
Reaction score
0
Points
0
What are you using to do the mass-mail?
Also we have e-mail spam protection in place - that might be causing it.
 

chunsiang

New Member
Messages
122
Reaction score
0
Points
0
um, im using phpbb. and even if im not using mass emailing, the email for activation wasnt sent when i registered a new account.
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
I just verified that PHP mail is working fine on that server. Check the settings of your script and make sure they are correct.

-Corey
 

zero5854

New Member
Messages
126
Reaction score
0
Points
0
ususally its your settings in your php ACP is wrong as the ONLY other way it wouldnt work is if Corey had safemode restrictions...which he DOESNT. So check your settings.
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
Please re-open if you need further assistance with this.

-Corey
 
Status
Not open for further replies.
Top