Evren Yurtesen The Himodel affiliate program!
Home arrow Articles
Wednesday, 20 August 2008
 
 
Newsflash

The http://dev.yurtesen.com is officially opened! You can register and submit your articles and guides. We will examine them and publish.

 
Newest Articles
How to install 3Ware/AMCC 9550SX-4LP right on FreeBSD Print
FreeBSD Installations
Written by Evren Yurtesen   
Tuesday, 07 August 2007

Many people complain that SATA II RAID works slower than SCSI RAID, however the only reason is misconfiguration. When configured properly, SATA II can overtake SCSI RAID.  In this article I will go through 3Ware / AMCC 9550SX configuration. There are several pitfalls to avoid while configuring this card.

Last Updated ( Tuesday, 07 August 2007 )
Read more...
 
Get more info from mail logs Print
Tips,Tricks and Tweaks
Written by Evren Yurtesen   
Friday, 29 June 2007

I am sure most of you had a problem where you have thousands of mail going through your server but you cant pinpoint from which IP address they are coming from or from which authenticated smtp user of yours is the naughty one. This is because these information is not shown clearly in H-Sphere's mail logs. In this article you can find a tiny plugin for the qmail-spp system which you can use to pinpoint these information.

Last Updated ( Friday, 12 October 2007 )
Read more...
 
Using open_basedir and safe_mode on H-Sphere FreeBSD(and possibly on Linux) web servers Print
Tips,Tricks and Tweaks
Written by Evren Yurtesen   
Sunday, 25 February 2007

There are many guides on H-Sphere forums about how to use open_basedir and safe_mode however they usually include cumbersome settings and alterations on H-Sphere files which are not practical. Here you can find how I solved the problem, the simple way.

Last Updated ( Sunday, 23 September 2007 )
Read more...
 
How to increase user traffic limits after increasing the plan traffic limit Print
Tips,Tricks and Tweaks
Written by Evren Yurtesen   
Friday, 29 December 2006

Probably we all had the problem where we increased the traffic limit for a plan sometime after having hundreds of users using the plan. If you do not increase the traffic limit for each user  then your users will pay usage fees even if their usage is between the old preset value and the new preset value.

So we must increase the  limits for all the users using our plans to match the plan limits set. But only if the user's preset limit is lower than the current plan limit. If a user set their limit very high, so they wont pay extra usage fees, we shouldnt lower their limits!

Below is the SQL command which will accomplish this task for the main plans, if you want to do it for one of your resellers, please change the reseller_id=1 to suit to the reseller ID in question.

update traffics set tt_size=float8(plan_value.value) from parent_child,accounts,plan_value where parent_child.child_type=121 and parent_child.account_id=accounts.id and traffics.id=parent_child.child_id and plan_value.plan_id=accounts.plan_id and plan_value.name='_FREE_UNITS_' and plan_value.type_id=121 and float8(traffics.tt_size)<float8(plan_value.value) and accounts.reseller_id=1;

After issuing the command above in your SQL server, you must restart your CP process!

Last Updated ( Friday, 29 December 2006 )
 
Quick Mail/SSL functionality Print
Tips,Tricks and Tweaks
Written by Evren Yurtesen   
Monday, 18 September 2006

This is the quick guide for enabling SSL on H-Sphere mail servers.

Last Updated ( Monday, 18 September 2006 )
Read more...
 
Google Search
Donate For My Work

Amazon Search


 
Top! Top!