311 Topics

Member Avatar for
Member Avatar for mahe4us

Hi everyone, I have set the email piping to script in cpanel. Also in script i send a acknowledge mail to me to confirm whether the script works or not. But the script works fine and i have received the mail to my inbox. I got one more mail which …

Member Avatar for kerryJames
0
338
Member Avatar for maxelcat

Hi all We currently have a reseller package sitting on one of the "old" cPanels without WHM. We are considering moving our 10 or so sites that we host over onto the "new" cPanel. Has anyone got any experience of doing this - was it easy? Are there hidden pitfalls? …

Member Avatar for remarkablyso
0
115
Member Avatar for mangel.murti

hi guys,,, deep trouble,,,, i don't know where to put this question ... when i am seeing my webpages onevery page this script comming .. i have no idea how to deal with this thing.. i search google did some thing for related to cpanel. changning all my account password,,,, …

Member Avatar for vaibhav1983
0
119
Member Avatar for andydeans

hi, i have never used a dedicated linux server, however i am going to be switching one of our sites from shared hosting to a dedicated server due to traffic etc. the host is giving cpanel which i just wanted to check with you guys if this is fine to …

Member Avatar for andydeans
0
283
Member Avatar for itsgrace

I have a website running xcart ([url]http://www.mysite.com[/url]) and want to run it as a secure website ([url]https://www.mysite.com[/url]). The following are the solutions I have done: 1. I have tried to enforce SSL through htaccess but it gives me INTERNAL SERVER PROBLEM Error. 2. I have created a self-signed cert through …

0
141
Member Avatar for |DarkBerzerk™|

Dear Friends, I am not expert in php, but i am trying to make website easy to edit with its own cPanel i tryed this basic code to get the id of the page from the link and show the contents of the file.. and its working good..but how i …

Member Avatar for |DarkBerzerk™|
0
127
Member Avatar for wallance

Hi, I have a file that connects to a database, database.php. I also have a file for defined constants, config.php, and it is stored in the top level directory because I'm going to use those constants on the main site and when I edit them, I don't want to edit …

Member Avatar for digital-ether
0
120
Member Avatar for liamfriel

Hello, Bandwidth on one of our sites was severely messed with on the 28th of this month. The cpanel only tracks daily access logs and didnt archive them(it does now), using aw stats I found our bot traffic to be as follows: Googlebot 145686+43 7.47 GB 28 Jul 2010 - …

0
127
Member Avatar for Mukt@R

Hello,i want to hide my actual download link from my website. when anyone click the contents they got direct download link. here is my code [CODE] $get_path=explode("/downloads/",$path[0]); $filename=$get_path[1]; $download=$get_path[0]."/downloads/".$filename; echo "<a href=\"".$download."\">Get File</a>"; [/CODE] they got direct link like this [QUOTE][url]http://localhost/downloads/cpanel.gif[/url][/QUOTE] i want to make it like [url]http://localhost/downloads/6885a6c38d6e9bcc201326902269658a[/url] (its md5) …

Member Avatar for Mukt@R
0
169
Member Avatar for DarkBerzerk™

Hey there, i am making cPanel to the websites i cr8.. so wanna it easy to the user to edit the texts.. gonna tell u what i have done. the user have cPanel page...with text form, when he type the text and confirm some script automatic save this text into …

Member Avatar for DarkBerzerk™
0
124
Member Avatar for tejasluvs
Member Avatar for tejasluvs
0
492
Member Avatar for xxxservicexxx

Hello to all webdesigner experts, I'm just a newbei in webdesigning world, as I only know how to Change/edit the existing codes for my own desired content, but in myself I can design basic layout only using basic HTML and CSS, I subscribed to a shared webhosting and they provide …

Member Avatar for pritaeas
0
122
Member Avatar for andydeans

Hi, I was wondering if some of you guys could give me some advice. I have a normally setup websites for clients on a reseller account from a hosting company. However I was looking at setting up my own PHP/MYSQL server in a new office. We are looking at business …

Member Avatar for HITMANOF44th
0
109
Member Avatar for througheye

Hello, I want to make my php based script's url search engin friendly,as i know nothing about .htaccess, can anyone one hints me about the code in the .htaccess file. [url]http://127.0.0.1/one/index?base=one&script=comment[/url] ignore 127.0.0.1/one/ the actual url is index?default&base=one&script=comment where "one" is the folder name and comment is the script on …

Member Avatar for cwarn23
0
157
Member Avatar for emteez

I am Linux server with cPanel. My problem is that i keep getting PermGenSpace error; even though i have set the -Xms and -Xmx attributes in starttomcat under /usr/sbin. I have searched thru the net, but I am not been able to find any solution to my problem. Any suggestions?

Member Avatar for ~s.o.s~
0
66
Member Avatar for genieuk

Hi, I wonder if someone can advise. My website has been working great ever since i first launched it. I made a script months ago to notify me of errors like 404, 500 etc and so on and it works perfectly. Two days ago someone accessed my website and they …

Member Avatar for genieuk
0
127
Member Avatar for xen0r

I wan to host my own content, but I can't figure out where to put my files. I'm using WAMP, [url]http://www.98.163.121.220.com/cgi-sys/defaultwebpage.cgi[/url] That's my site. How can I just host my own files?

Member Avatar for drjohn
0
77
Member Avatar for azegurb

hi all i need to learn what does this mean (this style of writing) may be is there another variant to write the code [CODE]<? exit;} if($_GET['step'] == "2"){ $name_db=$_POST['name_db']; $host_db=$_POST['host_db']; $user_db=$_POST['user_db']; $password_db=$_POST['password_db']; $connect=mysql_connect($host_db,$user_db,$password_db); mysql_query("create database $name_db"); $connect=mysql_pconnect($host_db,$user_db,$password_db); mysql_select_db($name_db,$connect); $sql1 = "create table `config` ( `id` int(1) NOT NULL default …

Member Avatar for azegurb
0
89
Member Avatar for virtualmisc
Member Avatar for saiprem
0
76
Member Avatar for tryphy

Basically it is.. I have a Admin page- > In this the admin wil be able to create a user by entering in his particulars: eg: user name, password for the user, telephone and email address.. The user will able to login using this username and password. Once they log …

Member Avatar for saiprem
0
270
Member Avatar for mimsc

Hello guys I normally write java...but heres my question [CODE] int propId = Integer.parseInt(request.getParameter("property")); <script type="text/javascript"> function doReport1() { document.forms[0].target = "_blank"; document.forms[0].action = 'http://<%=accountName%>/JAABA/jsp/cpanel/homeSellerReport1.jsp?propId=<%=propId%>'; document.forms[0].submit(); } <div class="marginTopBump5 marginBottomBump9"> <div class="left paddingRight2 paddingTop21">Dear</div> <input type="text" name="custName" maxlength="100" size="40" value="" class="fullBox left" /> <div class="left">&nbsp;,</div> [/CODE] as you can see …

Member Avatar for mimsc
0
148
Member Avatar for PatrickV

Does anyone have issue with PHP version 5.1.3. it is crap and causes cpanel and other php software issues, i cann't get the latest xammp becacuse of it. Does anyone know when is the next release to fix these problems is coming out?

Member Avatar for PatrickV
0
104
Member Avatar for liamfriel

Hello, We are trying to create a new account on our dedicated server with whm. We fill out the information: [CODE]Domain: jdomain.co.uk Username: jollysof Password:xxxxxx Email: me@domain.co.uk DNS settings: Use the nameservers specified at domain's registrar(ignore locally specified nameservers) Mail Settings: Automatically Detect Configuration.[/CODE] When we attempt to create this …

Member Avatar for liamfriel
0
196
Member Avatar for dreamzgaurav

Hi, If you are a Joomla user and forgot your Administrator password then don’t think of re-installation. There is an easy way to change your Administrator Password. To get your password recovered you will need following things. Access to PhpAdmin If you are Cpanel user you will find the link …

Member Avatar for nileshgr
0
95
Member Avatar for BehrouzPc

hi in my project inside Cpanel server PHP MING Extension is ok BUT in Plesk have Problem by GIF and PNG file and this file must be change to dbl to work version of Extension MING in plesk is 0.4.2 i need a script to convert online png/gif file to …

Member Avatar for RamiroS
0
179
Member Avatar for nccsbim071

I have been developing a MySQL database backup and restore appliation in windows forms. This application crates a dump of a mysql database at remote location and imports everything from the dump file back into local mysql database. MySQL database is located at the server which hosts my php website. …

Member Avatar for nccsbim071
0
333
Member Avatar for shishtawitch

how can i access my root folder as subdomain with .htaccess...!! i.e mydomain.com/folder to folder.mydomain.com without manually creating it as subdomain in cpanel

Member Avatar for cwarn23
0
70
Member Avatar for shishtawitch

hi, my problem is, that i want to access my root folder as subdomain using php or htaccess..........!! i.e if i have a folder like => [url]http://www.mydomain.com/folder[/url] should be automatically changed to => [url]http://folder.mydomain.com[/url] i have cpanel hosting accounting not reseller.........!!

Member Avatar for network18
0
80
Member Avatar for diafol

Hello all. This is not a php question, but I assume that you php aficionados will probably know more about this than most. I have a laptop that I use from home and work and have a different IP address when connecting from different locations. I am able to gain …

Member Avatar for diafol
0
95
Member Avatar for shishtawitch

i have register a domain on domain.com and setup my own name servers e.g ns1.mydomain.com ns2.mydomain.com but when i access my page it shows me the following error..... Great Success ! Apache is working on your cPanel® and WHM™ Server what should i do next i have never install any …

Member Avatar for smartness
0
120
Member Avatar for betatype

I recently agreed to change hosts for a client that has a Joomla based site. I have everything setup correctly db/ftp wise but was wondering how transferring e-mail works. Both hosting accounts are CPanel based which should make things quite simple, but I have found many conflicting reports out there …

Member Avatar for blocblue
0
38
Member Avatar for cwarn23

I've been seaching and googling for an answer that I just can't find. I have a vps account with no nameserver and have been told I need to make the nameserver myself. Does anybody know of any good tutorials or could explain how to setup the nameservers. I have already …

Member Avatar for cwarn23
0
177
Member Avatar for rickya100

Hi everyone, I am not a server guru but have had to setup a dedicated server for a new website. Everything is going except that when I try to connect to it via HTTPS connection I get a 500 internal error page which basically means I don't know what is …

Member Avatar for xav.vijay
0
574
Member Avatar for Spunky

A friend referred me to this forum knowing I've been struggling for quite a while unable to find proper help. She says the people here are excellent and quick to respond. I do hope I am posting this is the correct forum area.:-/ My problem is is that I have …

Member Avatar for pritaeas
0
655
Member Avatar for francis123

Hi everyone, I am having 2 php file to run with cron job, the first to run every hour and the second to run every 12pm midnight. I am using cPanel and this is the cron job. i put this in the command to run tex field of the advance …

Member Avatar for francis123
0
96
Member Avatar for gouthamvel

[CODE=php]<? function outError($text){ print "<center><b><font color = red>$text</font></b><br><br></center>"; }[/CODE] [CODE=php] <option value="0" <?= ($installtype == "0") ? "selected" : ""; ?> >Install with CPanel Info (can create MySQL DB automatically)</option> [/CODE] I have a script with such unusual tags and the script won't work. I cannot replace them since they …

Member Avatar for cwarn23
0
128
Member Avatar for maestrianick

[B]Does your hosting support overeat your business profit? [/B] In an holistic approach, the hosting and server business have gone much competitive in support, technology and negotiable prices, so i think its high time to ask this question to atleast the mid to starter hosting ventures who would like to …

0
25
Member Avatar for Avee

[COLOR="Red"]IvhostPRO.com[/COLOR] understands that choosing a reliable web hosting company is a daunting task. We specialize in affordable, high quality web hosting. All web hosting plans include latest hosting control panel with point and click simplicity and latest web hosting features. Our web hosting packages are scalable which can be customized …

0
39
Member Avatar for samiullah478

Hello World I need a career advice and I am very much confused. Currently I have good skill set of the following stuff • Html/Xhtml/CSS/ • Content Management Systems Word press, Joomla, drupal, template customization, installation ,configuration • Os Commerce Applications as like os-commerce, magneto • Bulletin Boards • Real …

Member Avatar for snapshot
0
215
Member Avatar for peterstrauff

Cheaply! The system administrator ready to remote work (freelance) in the hosting company or in the dedicated servers provider! I have over 7 years of experience in the system administration. I worked with most of the control panels as ISPManager Pro, cPanel, ISPConfig and etc. and operating systems: Linux (Debian, …

0
39
Member Avatar for lucky13

Hey I have a website and the administration panel is powered by cPanel. I cant seem to find out why i cant send mail when using the site I have squirrel mail installed and I have a cPanel password changer plug-in installed for squirrel mail., . here is the codeing …

Member Avatar for digital-ether
0
154
Member Avatar for rhino666

Hi New to this forum so hello from sunny Coventry, UK My website uses MySQL which is accessed through PHPmyAdmin via CPanel. I have a major update to do on my main product inventory database. The standard edit/insert facility is too slow and risky in this instance as 1000's of …

0
36
Member Avatar for thewiredman

Hi everybody: I want to ask you a question about a problem that I have, My friend has a VDS godaddy server and a domain name registered under verio-hosting.com The problem is that verio-hosting is not resolving the domain properly, Here is the way I set up the dns zones …

Member Avatar for sknake
0
228
Member Avatar for Kraai

I have a client, who received a pc from one of their children. It runs on XP Pro service pack 3. All of a sudden, they have no internet connection. I could see that their router is connected to the internet. I went out to their house, because I suspected …

Member Avatar for hughv
0
173
Member Avatar for mimsc

Hey Fellas...Im getting this error on a "select box"...im trying to parse some info: PWC6197: An error occurred at line: 88 in the jsp file: /jsp/cpanel/HomeSellerList.jsp PWC6199: Generated servlet error: string:///HomeSellerList_jsp.java:147: cannot find symbol symbol : method indexOf(java.lang.String) location: class java.lang.Object PWC6197: An error occurred at line: 88 in the …

Member Avatar for hkansal
0
90
Member Avatar for mimsc

Hey Fellas...Im getting this error on a "select box"...im trying to parse some info: PWC6197: An error occurred at line: 88 in the jsp file: /jsp/cpanel/HomeSellerList.jsp PWC6199: Generated servlet error: string:///HomeSellerList_jsp.java:147: cannot find symbol symbol : method indexOf(java.lang.String) location: class java.lang.Object PWC6197: An error occurred at line: 88 in the …

Member Avatar for sillyboy
0
846
Member Avatar for arvindikchari

Hello I have a script which uses CURL to create a database using CPANEL. But it is giving the following error message: [code] Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/aquarius/public_html/createdb/includes/ecurl.class.php on line 35 [/code] It is not an issue with …

Member Avatar for kireol
0
275
Member Avatar for RobotFX

So, is been a month now since IE8 doesn't remember the usernames, passwords and whatever else I type in forms. And this is very annoying, of course. And even bigger problem (I think they're related) is that the Windows Live and Messenger can't log me in, though I can access …

Member Avatar for caperjack
0
207
Member Avatar for mimsc

Hey fellas, I need some help doing on action changes This is what I got. I have a loop that has the form name "autoEmailRedirect" [code] <form name="autoEmailRedirect" method="post" action="autoEmailContact.jsp"> <td valign="top" class="paddingLeft10 paddingTop9"> <div class="paddingBottom2 boldFont paddingTop20"><%=(String)autoName.elementAt(i)%></div> </td> <td class="paddingTop9 paddingLeft" valign="top"> <div class="paddingBottom2 paddingTop20"><%=(String)autoEmail.elementAt(i)%></div> </td> <td class="paddingLeft11 paddingTop9 …

Member Avatar for sysel
0
92
Member Avatar for jugg3r

I am very new to this so I apologize if I get confusing with my post. I have a database that I access through CPanel then through phpMyAdmin. I am running a query to find out when the last login was made by users and I am getting values such …

Member Avatar for diafol
0
2K

The End.