Close Beta - New Era image host, Tier One 12$/1000IP, 100% No-Shave, No Tricky rates

Status
Not open for further replies.
how to view all pictures was uploaded to My Gallery?

My Gallery is disabled currently due to its unreliable, too long load time. We are in progress to optimize the following : my account, graph, country earnings, and my gallery. We will put it back once we done optimizing it.

Thank you for your patience.

Best regards,
Kyle Abraham
Community Specialist
 
Last edited:
payment proof:

proof.png
 
Last edited:
We are aware of it, there is something wrong with our server provider's network. We are trying to resolve the problem as soon as possible.

Will update.

Update : server was down for an hour now its up, sorry for any inconveniences.

Thanks

Best regards,
Kyle Abraham
Community Specialist
 
Last edited:
Wow down again :thumbdown:

Hi, it is not down. It was because very high traffic.

Optimization for performance was done previously as what i've stated before. However, our visitor keep increasing day by day.

We are already developing load balancing system, that will solve any traffic problem in the future, however thing takes time.

There is no reason we don't want to fix it, when our server is overloaded, we lost revenue as well along with our members.

We are trying our best to solve the problem.

Thank you

Best regards,
Kyle Abraham
Community Specialist
 
Hi,

Can I get a list of the forums where your host is allowed?

Thanks.

Hi, apology for the late replies.

Currently i know our host is allowed in vipergirls.to, mygully. There are still many others which i can't compile them right now.

We do not have list of the forum that our host is allowed at the moment. However, i will compile a list of forums as soon as i have the time.

P/S : WMZ has some technical issue that we can't top up our wallets, it will be solved latest by tuesday server time. Meanwhile, if you need urgent payment, feel free to request by paypal.

Best regards,
Kyle Abraham
Community Specialist
 
Error on myaccount page

my account page not working

Shows like this

[h=1]CException[/h]Property "UsersHistory.funds" is not defined.
/home/admin/domains/gallerynova.se/public_html/framework/db/ar/CActiveRecord.php(145)
133 */
134 public function __get($name)
135 {
136 if(isset($this->_attributes[$name]))
137 return $this->_attributes[$name];
138 elseif(isset($this->getMetaData()->columns[$name]))
139 return null;
140 elseif(isset($this->_related[$name]))
141 return $this->_related[$name];
142 elseif(isset($this->getMetaData()->relations[$name]))
143 return $this->getRelated($name);
144 else
145 return parent::__get($name);
146 }
147
148 /**
149 * PHP setter magic method.
150 * This method is overridden so that AR attributes can be accessed like properties.
151 * @param string $name property name
152 * @param mixed $value property value
153 */
154 public function __set($name,$value)
155 {
156 if($this->setAttribute($name,$value)===false)
157 {


[h=2]Stack Trace[/h]
#0
+​
/home/admin/domains/gallerynova.se/public_html/framework/db/ar/CActiveRecord.php(145): CComponent->__get("funds")

#1
–​
/home/admin/domains/gallerynova.se/public_html/themes/default/views/site/account1.php(71): CActiveRecord->__get("funds")
66 $totalEarningIA=0;
67 $avaliable=0;
68 $totalViews=0;
69 if($userDetails!=null)
70 {
71 $avaliable=$userDetails->funds;
72 }
73
74
75
76 $totalImgAdVw=UsersFunds::model()->countByAttributes(array('user_id'=>Yii::app()->user->user_id,'view_type'=>'1'));

#2
+​
/home/admin/domains/gallerynova.se/public_html/framework/web/CBaseController.php(126): require("/home/admin/domains/gallerynova.se/public_html/themes/default/vi...")

#3
+​
/home/admin/domains/gallerynova.se/public_html/framework/web/CBaseController.php(95): CBaseController->renderInternal("/home/admin/domains/gallerynova.se/public_html/themes/default/vi...", array("gateway" => array(PaymentGateway, PaymentGateway), "userDetails" => UsersHistory, "userPayouts" => array(), "referUser" => array()), true)

#4
+​
/home/admin/domains/gallerynova.se/public_html/framework/web/CController.php(869): CBaseController->renderFile("/home/admin/domains/gallerynova.se/public_html/themes/default/vi...", array("gateway" => array(PaymentGateway, PaymentGateway), "userDetails" => UsersHistory, "userPayouts" => array(), "referUser" => array()), true)

#5
+​
/home/admin/domains/gallerynova.se/public_html/framework/web/CController.php(782): CController->renderPartial("account1", array("gateway" => array(PaymentGateway, PaymentGateway), "userDetails" => UsersHistory, "userPayouts" => array(), "referUser" => array()), true)

#6
–​
/home/admin/domains/gallerynova.se/public_html/protected/controllers/SiteController.php(1662): CController->render("account1", array("gateway" => array(PaymentGateway, PaymentGateway), "userDetails" => UsersHistory, "userPayouts" => array(), "referUser" => array()))
1657 //$imageViews=UsersFunds::model()->findAllByAttributes(array('user_id'=>Yii::app()->user->user_id,'view_type'=>'1','status'=>'0'),array('order'=>'id DESC'));
1658 $userPayouts=UsersPayouts::model()->findAllByAttributes(array('user_id'=>Yii::app()->user->user_id),array('order'=>'id DESC'));
1659 $gateway=PaymentGateway::model()->findAllByAttributes(array('status'=>'0'),array('order'=>'name ASC'));
1660 //$this->render('account1',array('gateway'=>$gateway,'userDetails'=>$userDetails,'userPayouts'=>$userPayouts,'imageViews'=>$imageViews,'referUser'=>$referUser,'userFunds'=>$userFunds));
1661 $userDetails=UsersHistory::model()->findByAttributes(array('user_id'=>Yii::app()->user->user_id));
1662 $this->render('account1',array('gateway'=>$gateway,'userDetails'=>$userDetails,'userPayouts'=>$userPayouts,'referUser'=>$referUser,'userDetails'=>$userDetails));
1663 }
1664 public function actionCon(){
1665 require_once(Yii::getPathOfAlias('application.components.recaptchalib').'.php');
1666 $publickey = "6Lco7_QSAAAAAOeHSxiyS1OL6c4AS6BL_gPBYl71";
1667 $privatekey ="6Lco7_QSAAAAAN6anhWk2v53RRkHrkGG7dy8HE5N";

#7
+​
/home/admin/domains/gallerynova.se/public_html/framework/web/actions/CInlineAction.php(49): SiteController->actionAccount1()

#8
+​
/home/admin/domains/gallerynova.se/public_html/framework/web/CController.php(308): CInlineAction->runWithParams(array())

#9
+​
/home/admin/domains/gallerynova.se/public_html/framework/web/CController.php(286): CController->runAction(CInlineAction)

#10
+​
/home/admin/domains/gallerynova.se/public_html/framework/web/CController.php(265): CController->runActionWithFilters(CInlineAction, array())

#11
+​
/home/admin/domains/gallerynova.se/public_html/framework/web/CWebApplication.php(282): CController->run("account1")

#12
+​
/home/admin/domains/gallerynova.se/public_html/framework/web/CWebApplication.php(141): CWebApplication->runController("site/account1")

#13
+​
/home/admin/domains/gallerynova.se/public_html/framework/base/CApplication.php(180): CWebApplication->processRequest()

#14
–​
/home/admin/domains/gallerynova.se/public_html/index.php(13): CApplication->run()
08 defined('YII_DEBUG') or define('YII_DEBUG',true);
09 // specify how many levels of call stack should be shown in each log message
10 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
11
12 require_once($yii);
13 Yii::createWebApplication($config)->run();

Please fix this as soon as possible
 
Hi, it seems that the development team is working on the optimization. I will update here when its done, all data is there.

Thanks

Best regards
Kyle Abraham
Community Specialist
 
web is sooooo slow !!!
and earnings are low if i compare to damimage !!!

Hi,

Firstly, we have way lesser pop up.

Earnings are depends on your traffic source. If your traffic source has a lot of adblock user, or visitor doesn't really want to see your content, you will earn less.

This is important because we offer fair share of earnings of each of our users.

About web, it should be fixed soon.

Thanks

Best Regards
Kyle Abraham
Community Specialist
 
poor uploading speed ,can't able to generate 25 image links even after waiting for 25+ minutes..


Hello, please try again.

I just tried to upload 10 image and its done in around 10-20 seconds - I am from third world countries with 2 Mbps of connection speed.

Update : Stats now will be updated 1 hour later after you login for the first time.

Eg : If you login at 1 October 1PM, all your stats before 1PM will be shown at "My Account" Page.

If you login again at 1.30PM, your latest stat won't be updated until 2PM.

Basically, update once every hour.

However*

1. Accessing "My Account" for the first time will experience huge load, this is because your account is not compatible with the new system yet, it should be instant after the first time.

2. If account was newly made, there will be some wait time accessing "My Account", we will fix that soon.

Please let us know if you had any problems.

Thanks

Best regards,
Kyle Abraham
Community Specialist0
 
Status
Not open for further replies.
Back
Top