• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

We Will Host ANY Site, Large Or Small - Upto 150GB Bandwidth!!! INSTANT ACTIVATION!!!

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@rpg-dreamz.94mb.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

It's giving me that, I'm trying to install vbulletin.
 
the banner makes ur site so slow that no one can even view my site with banner on. i think u need to change ur banner code or quit hosting because my site cant load because of banner
 
^I agree with you there (+rep granted :) )

Get google ads, scrap the dodgy boring banner ;)


Adz.


PS: Can I host an IRC?
 
If you are not able to use our instant activation system, it does not always function correctly with firefox, if you are using firefox, try using a different browser for setup, like IE.

Porn is allowed IF it is legal and you own all the rights to the files.

The incredibly fast instant activation system you have in place will never work, not with IE and not with firefox, not with anything, you're pointing a form at a cpanel binary.

Both the proxy and the hosting site have the same ip address, how is that possible if they are on totally seperate servers ??

How do you provide unlimited bandwidth ??

All of this, in conjunction with the fact the you were told three days ago that something was wrong and instead of checking you did a typical "it must be something you're doing because our system is perfect", leads me to believe that you're an incredibly poor host and I highly doubt

your website said:
We currently house hundreds of super fast servers with 10, 100 and 1000Mbps bandwidth connectivity.

that is not anywhere close to true ...
 
Last edited:
Where are we offering unlimited bandwidth?

Our proxy sites are on a different ip, I assume that you simply checked out the IP of http://proxy.94mb.com, however if you actually visited http://proxy.94mb.com you would know that it redirected to our proxy http://www.publicentry.com.

If you then had the time to check the ip of the publicentry.com proxy you would see that it is 208.109.181.54 not the standard 94MB.com free hosting IP of 66.96.95.200

As with the hosting set-up script, if it didn't work we wouldn't of had any signups, yet we have had over 100 instant activation signups through the link posted on this page alone.

We currently house hundreds of super fast servers with 10, 100 and 1000Mbps bandwidth connectivity.

Yes I may of exaggerated a little, we currently have 6 servers each on 100MBPS connections, but there has been no harm in saying that.

Regards
Andrew from 94MB.com
 
Ok I was wrong about the proxy thing ... however ...

You clearly state on your website that accounts come with unlimited bandwidth... and I notice you're very careful not to do that here ...

About Us said:
With 94mb of space and unlimited bandwidth, our free hosting will blow you away. Tired of hosting that doesn't perform and is full of downtime? Our state-of-the-art data centers are comprised of ultra high-quality connectivity, networking gear, climate control, security and power systems. Our facilities are monitored 24/7/365 from our state-of-the-art network operations center and if a problem arises, we are here to help you!

None of that is true.

Of course there's harm in saying you have equipment you do not have, it's called dishonest, or lying - take your pick, in no way shape or form is it harmless.

I wouldn't say the script won't work if it will, listen, it won't. You are pointing the form at http://ssl.94mb.com:2086/scripts/wwwacct which requires you to pass a whm username and password or a username and accesshash, which you are not doing.
What makes you think people would say it doesn't work if it does ?? What makes you think any of that simple table code would work differently in firefox that it does in IE ?? I'll tell you why, it's because you do not really know ...

Here's a working version of your form ...

next post ...

That will work, whoever your js guy is get them to change the success message, if it were me I would header( ) to their cpanel, hwever I see u use iframes so not possible ....

Anyway I'm not -----ing or bashing, I made observations, formed opinions and voiced them ..... now I'm just trying to help you out .... for the love of god, trust me when I say that form will never work ... perhaps someone changed it ...
 
Last edited:
PHP:
<?php // whm 11
if( !defined( "CPANEL_HOSTNAME" ) ) define( "CPANEL_HOSTNAME", "hostname.com" ); # hostname of cpanel/whm
if( !defined( "CPANEL_USERNAME" ) ) define( "CPANEL_USERNAME", "root" ); # WHM username, poorly named
if( !defined( "CPANEL_PASSWORD" ) ) define( "CPANEL_PASSWORD", "password" ); # WHM password, poorly named
if( !defined( "CPANEL_PACKAGE" ) )  define( "CPANEL_PACKAGE", "plan" ); # Cpanel Package in use 

if( $_POST )
{
	if( function_exists( 'curl_init' ) )
	{
		if( ( $curl = curl_init( ) ) )
		{
			$url = sprintf( "http://%s:%s@%s:2086/scripts/wwwacct?remote=1&nohtml=1", CPANEL_USERNAME, CPANEL_PASSWORD, CPANEL_HOSTNAME );
			
			curl_setopt( $curl, CURLOPT_RETURNTRANSFER, true );
			
			foreach( $_POST as $key => $value ) 
				$post[] = sprintf( "%s=%s", $key, urlencode( $value ) );
			
			$url = sprintf( "%s&%s", $url, implode( '&', $post ) );
			
			curl_setopt( $curl, CURLOPT_URL, $url );
			
			$buffer = trim( curl_exec( $curl ) );
			$result = substr( $buffer, 0, 1 );
			$buffer = trim( substr( $buffer, 1 ) );
			
			if( $result == 1 )
			{
				## Log the user into their cpanel
				printf( "<script language=javascript>alert( \"Your account was created ... joe got bored writing here ...\" );</script>", $buffer );
			}
			else
			{	
				printf( "<script language=javascript>alert( \"%s\" );</script>", $buffer );
			}
		}	
	}
}
?>

<SCRIPT LANGUAGE="JavaScript">
document.body.ondragstart = "return false";
document.body.onselectstart = "return false";
</script>
<!--webbot BOT="GeneratedScript" PREVIEW=" " startspan --><script Language="JavaScript" Type="text/javascript"><!--
function FrontPage_Form1_Validator(theForm)
{

  if (theForm.domain.value == "")
  {
    alert("Please enter a value for the \"Domain/Subdomain\" field.");
    theForm.domain.focus();
    return (false);
  }

  if (theForm.domain.value.length < 6)
  {
    alert("Please enter at least 6 characters in the \"Domain/Subdomain\" field.");
    theForm.domain.focus();
    return (false);
  }

  if (theForm.username.value == "")
  {
    alert("Please enter a value for the \"Hosting Username\" field.");
    theForm.username.focus();
    return (false);
  }

  if (theForm.username.value.length < 3)
  {
    alert("Please enter at least 3 characters in the \"Hosting Username\" field.");
    theForm.username.focus();
    return (false);
  }

  if (theForm.username.value.length > 8)
  {
    alert("Please enter at most 8 characters in the \"Hosting Username\" field.");
    theForm.username.focus();
    return (false);
  }

  if (theForm.password.value == "")
  {
    alert("Please enter a value for the \"Hosting Password\" field.");
    theForm.password.focus();
    return (false);
  }

  if (theForm.password.value.length < 4)
  {
    alert("Please enter at least 4 characters in the \"Hosting Password\" field.");
    theForm.password.focus();
    return (false);
  }

  if (theForm.password.value.length > 15)
  {
    alert("Please enter at most 15 characters in the \"Hosting Password\" field.");
    theForm.password.focus();
    return (false);
  }

  if (theForm.khvbhj.selectedIndex < 0)
  {
    alert("Please select one of the \"Banner Placement\" options.");
    theForm.khvbhj.focus();
    return (false);
  }

  if (theForm.khvbhj.selectedIndex == 0)
  {
    alert("The first \"Banner Placement\" option is not a valid selection.  Please choose one of the other options.");
    theForm.khvbhj.focus();
    return (false);
  }

  if (theForm.iojoi.selectedIndex == 0)
  {
    alert("The first \"94MB.com Terms Of Service\" option is not a valid selection.  Please choose one of the other options.");
    theForm.iojoi.focus();
    return (false);
  }

  if (theForm.contactemail.value == "")
  {
    alert("Please enter a value for the \"Contact Email Address\" field.");
    theForm.contactemail.focus();
    return (false);
  }

  if (theForm.contactemail.value.length < 8)
  {
    alert("Please enter at least 8 characters in the \"Contact Email Address\" field.");
    theForm.contactemail.focus();
    return (false);
  }
  return (true);
}
//--></script><!--webbot BOT="GeneratedScript" endspan -->
<form action="" name="FrontPage_Form1" onsubmit="return FrontPage_Form1_Validator(this)" method="POST">
<input type="hidden" name="plan" value="<?=CPANEL_PACKAGE ?>">
<table align="center" class="tablecomplex2" width="486" cellspacing="5" height="107">
       <tr>
        <td class="lightbg" align="right" width="240" height="25" bgcolor="#FFF5EC"><font face="Arial" color="#800000"><b>Domain/Subdomain:</b></font></td>
        <td class="heavybg" align="right" width="237" height="25" bgcolor="#FFF5EC">
          <p align="left"><font face="Arial">www.<b><!--webbot bot="Validation"
          S-Display-Name="Domain/Subdomain" B-Value-Required="TRUE"
          I-Minimum-Length="6" --><input type="text" name="domain" onChange="dologinname();fixaddress();" size="25" tabindex="1"></b><font color="#800000">*</font></font></p>

        </td>
    </tr>
       <tr>
        <td class="lightbg" align="right" width="240" height="25" bgcolor="#FFF5EC"><font face="Arial" color="#800000"><b>Username:</b></font></td>
        <td class="heavybg" align="right" width="237" height="25" bgcolor="#FFF5EC">
          <p align="left"><font face="Arial"><b><!--webbot bot="Validation"
          S-Display-Name="Hosting Username" B-Value-Required="TRUE"
          I-Minimum-Length="3" I-Maximum-Length="8" --><input type="text" name="username" onChange="fixaddress();" size="20" maxlength="8" tabindex="2"></b><font color="#800000">*</font></font></p>
        </td>
       </tr>

    <tr>
        <td class="lightbg" align="right" width="240" height="25" bgcolor="#FFF5EC"><font face="Arial" color="#800000"><b>Password:</b></font></td>
        <td class="heavybg" align="right" width="237" height="25" bgcolor="#FFF5EC">
          <p align="left"><font face="Arial"><b><!--webbot bot="Validation"
          S-Display-Name="Hosting Password" B-Value-Required="TRUE"
          I-Minimum-Length="4" I-Maximum-Length="15" --><input type="password" name="password" value="" size="20" maxlength="15" tabindex="3"></b><font color="#800000">*</font></font></p>
        </td>
    <tr>
        <td class="lightbg" align="left" width="477" height="16" colspan="2">

          <hr>
        </td>
    </tr>
    <tr>
        <td class="lightbg" align="left" width="240" height="60" bgcolor="#FFF5EC"><font face="Arial">Do
          you agree to place the 94MB.com <a href="javascript:popUp('http://ssl.94mb.com/banner.htm')"><font color="#800000"><b>banner</b></font></a>
          on EVERY page of your website?</font></td>
        <td class="lightbg" align="left" width="237" height="60" bgcolor="#FFF5EC">

          <p align="left"><font color="#433f40" size="3" face="Arial"><!--webbot
          bot="Validation" S-Display-Name="Banner Placement"
          B-Value-Required="TRUE" B-Disallow-First-Item="TRUE" --><select size="1" name="khvbhj" tabindex="4">
            <option selected>NO</option>
            <option value="YES">YES</option>
            
          </select></font><font color="#800000" face="Arial">*</font></td>
    </tr>
    <tr>
        <td class="lightbg" align="left" width="477" height="1" colspan="2"></td>

    </tr>
    <tr>
        <td class="lightbg" align="left" width="240" height="40" bgcolor="#FFF5EC"><font face="Arial">Do
          you agree to the 94MB.com <b><a href="javascript:popUp('http://ssl.94mb.com/terms.htm')"><font color="#800000">Terms
          of Service?</font></a></b></font></td>
        <td class="lightbg" align="left" width="237" height="40" bgcolor="#FFF5EC">
          <p align="left"><font face="Arial" color="#433f40" size="3"><!--webbot
          bot="Validation" S-Display-Name="94MB.com Terms Of Service"
          B-Disallow-First-Item="TRUE" --><select size="1" name="iojoi" tabindex="5">
            <option value="NO" selected>NO</option>
            <option value="YES">YES</option>

            
          </select></font><font color="#800000" face="Arial">*</font></td>
    </tr>
    <tr>
        <td class="lightbg" align="right" width="477" height="25" colspan="2">
          <hr>
        </td>
    </tr>
    <tr>

        <td class="lightbg" align="right" width="240" height="25" bgcolor="#FFF5EC"><font face="Arial" color="#800000"><b>Contact
          Email:</b></font></td>
        <td class="lightbg" align="right" width="237" height="25" bgcolor="#FFF5EC">
          <p align="left"><font face="Arial"><b><!--webbot bot="Validation"
          S-Display-Name="Contact Email Address" B-Value-Required="TRUE"
          I-Minimum-Length="8" --><input type="text" name="contactemail" value="" size="20" tabindex="6"></b><font color="#800000">*</font></font></p>
        </td>
    </tr>
    <tr>
        <td class="cellheader" colspan="2" align="center" width="483" height="1" bgcolor="#FFF5EC">
            <font face="Arial"><b>

            <input type="submit" class="submit" value="Setup 94MB.com Hosting Instantly" style="font-size: 12pt" tabindex="7">
            </b></font>
        </td>
    </tr>
</table>
</form>
<a href="javascript:popUp('http://www.bannerclickthrough.94mb.com')">
<SCRIPT LANGUAGE="JavaScript">

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=800,height=500,left = 75,top = 50');");
}
</script>
<SCRIPT LANGUAGE="JavaScript">
document.body.ondragstart = "return false";
document.body.onselectstart = "return false";
</script>

PS. This code is lazy, you should use an accesshash when communicating with whm, you should also connect over ssl, however no one is paying me ....
 
You need to change the nameserver to:

ns1.94mb.com
ns2.94mb.com

Before cpanel will allow you to add the domain. Everything should then work, if you have any other problems PM me or contact our support.

Regards
Andrew from 94MB.com
 
now i asked about the banners. and 94mb u didn't even reply about it.

how about u go to page 2 and read my post please because ur banners are totaly gay i cant view my site because of them.
 
Back
Top