OGAds.com | Mobile [CPA/CPI] Incent Network | Mobile Content Locker | High $CR%

hey everyone, as the messages were written in another thread on BHW about the OG downtime i didnt reply here as this is our sales thread, but yes og was down for roughly 40 hours, we were quick to get back up and to to anyone who might be worried, we are on new servers now which can handle the insane DDOS tactics that competitors sent our way. this was the first issue we've ever had in 5 years of operating and its not stopped us!
 
hey everyone, as the messages were written in another thread on BHW about the OG downtime i didnt reply here as this is our sales thread, but yes og was down for roughly 40 hours, we were quick to get back up and to to anyone who might be worried, we are on new servers now which can handle the insane DDOS tactics that competitors sent our way. this was the first issue we've ever had in 5 years of operating and its not stopped us!
ya bonzo90 thats was really bad hours but you guys worked so hard and get back the things to normal , DDoS Attack was so powerfull :eek:
 
Got my application rejected twice, is there anything i can do?
I sincerily want to join ogads
 
Hi @bonzo90 , I speak with Ben as well.

Can you adjust the earnings per 1 USD in offer walls, percentage or what you think it suits better? All the other networks have these options, will be great if you do implement as well this option.
 
Hi @bonzo90 , I speak with Ben as well.

Can you adjust the earnings per 1 USD in offer walls, percentage or what you think it suits better? All the other networks have these options, will be great if you do implement as well this option.

Yes. @bonzo90 its time you guys take care of this. this is a much needed option for mobile apps - gpt sites and other businesses.

  • Option to adjust earning per $1 is very important
  • Making the wall serve offers based on users device and to edit which offers to focus on like in content lockers
  • An option to either show all available offers or to be capped based on client preference.

it would be really great if you added these features. i hope you do :)
 
Is there a way to call oads onclick+timer? Call locker x seconds after button has been clicked?...
 
Does anybody know why the approving process is so hard these days? I had an account some time ago, but it was shared with a partner. Now I'm trying to get my own but I have already been rejected twice. :|
 
Guys,
I wanted to prepare my first content locker but found it not so easy as expected. As you can see on the print screen, I don't know how to change the titles of offers (want to translate it to different language). Any ideas?
Secondly, below the offers there is the caption “offer incomplete”, but I want to change it, (also translate), how can I do that?
 

Attachments

  • Ogads content locker.png
    Ogads content locker.png
    232.7 KB · Views: 108
I tried signing up and they refused because I haven't made money online from wherever...why exactly are we joining if not to make money, aren't you guys supposed to welcome those who choose to start making money with you first...I'm just so confused about this company
 
Guys,
I wanted to prepare my first content locker but found it not so easy as expected. As you can see on the print screen, I don't know how to change the titles of offers (want to translate it to different language). Any ideas?
Secondly, below the offers there is the caption “offer incomplete”, but I want to change it, (also translate), how can I do that?
You can't change/translate the text because the advertisers need them to show like so, but , you can edit everything else with custom css.
 
You can't change/translate the text because the advertisers need them to show like so, but , you can edit everything else with custom css.
Thank you for your comment. I didn't know that.
In CSS there is text:
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,300,200);

.lockerBackground {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.8;
display: none;
z-index: 9999998;
}

.lockerPopup {
height: auto;
z-index: 9999999;
top: 50%;
left: 50%;
position: fixed;
}

.lockerPopup .header {
text-align: center;
font-weight: bold;
font-family: 'Source Sans Pro', sans-serif;
}

.lockerPopup .content {
text-align: center;
font-family: 'Source Sans Pro', sans-serif;
}

.lockerPopup .footer {
font-family: 'Source Sans Pro', sans-serif;
text-align: center;
}

.lc-checks {
list-style: none;
margin: 0;
position: relative;
font-family: 'Source Sans Pro', sans-serif;
}

.lc-checks li {
position: relative;
cursor: hand;
text-align: center;
display: block;
}

/* Animation & Spinner */
.animated {
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}

@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translate(-50%, -2000px)
}
60% {
opacity: 1;
-webkit-transform: translateY(-50%, -53%)
}
80% {
-webkit-transform: translateY(-50%, -51%)
}
100% {
-webkit-transform: translate(-50%, -50%)
}
}

@keyframes bounceInDown {
0% {
opacity: 0;
transform: translate(-50%, -2000px)
}
60% {
opacity: 1;
transform: translate(-50%, -53%)
}
80% {
transform: translate(-50%, -51%)
}
100% {
transform: translate(-50%, -50%)
}
}

.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown
}/* Small Screen */
@media only screen and (min-device-width: 560px) and (max-width:800px) {

.lockerPopup .header { font-size: 18pt; }
.lc-checks li { padding: 5px; margin: 15px; }

}

/* Large Screens */
@media only screen and (min-width:800px) {

.lockerPopup{ min-width: 600px; }
.lockerPopup .header{ font-size: 26pt; }
.lockerPopup .content{ font-size: 18px; }
.lockerPopup .footer{ font-size: 17px; }
.lc-checks { padding: 20px 0; }
.lc-checks li { padding: 15px 0; width: 90%; margin-left: 5%; }

}

/* You may change these styles */

.lockerPopup{
background-color: #0b6561;
border-radius: 0 0 20px 20px;
display: inline;
}

.circle{
width: 100px;
height: 100px;
background: #1AAFA8;
position: absolute;
margin-left: -55px;
margin-top: -28px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
}

.lockerPopup .header{
padding: 10px;
background-color: #1AAFA8;
color: #315965;
}

a { color: #315965; }

.lockerPopup .content{
color: white;
font-weight: 300;
padding: 30px 30px 0px 30px;
}

.lockerPopup .footer{
font-size: 17px;
margin-left: calc(50% - 120px );
padding: 15px 0px 15px 10px;
font-weight: 600;
width: 240px;
height: 25px;
color: #0C5552;
background-color: #1AAFA8;
}


.lc-checks {
padding: 20px 0;
}


.lc-checks li {
background-color: rgb(26, 175, 168);
border-radius: 30px;
margin-bottom: 10px;
font-weight: 800;
}

.circle {
background: #1AAFA8;
}

/* Animation & Spinner */
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}

.cssload-loader {
margin: -6px 9px;
width: 35px;
height: 35px;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
perspective: 780px
}
.cssload-inner,
.cssload-loader {
position: absolute;
border-radius: 50%
}
.cssload-inner {
width: 100%;
height: 100%;
box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%
}
.cssload-inner.cssload-one {
left: 0;
top: 0;
animation: cssload-rotate-one 1.15s linear infinite;
-o-animation: cssload-rotate-one 1.15s linear infinite;
-ms-animation: cssload-rotate-one 1.15s linear infinite;
-webkit-animation: cssload-rotate-one 1.15s linear infinite;
-moz-animation: cssload-rotate-one 1.15s linear infinite;
border-bottom: 3px solid #0b6561
}
.cssload-inner.cssload-two {
right: 0;
top: 0;
animation: cssload-rotate-two 1.15s linear infinite;
-o-animation: cssload-rotate-two 1.15s linear infinite;
-ms-animation: cssload-rotate-two 1.15s linear infinite;
-webkit-animation: cssload-rotate-two 1.15s linear infinite;
-moz-animation: cssload-rotate-two 1.15s linear infinite;
border-right: 3px solid #0b6561
}
.cssload-inner.cssload-three {
right: 0;
bottom: 0;
animation: cssload-rotate-three 1.15s linear infinite;
-o-animation: cssload-rotate-three 1.15s linear infinite;
-ms-animation: cssload-rotate-three 1.15s linear infinite;
-webkit-animation: cssload-rotate-three 1.15s linear infinite;
-moz-animation: cssload-rotate-three 1.15s linear infinite;
border-top: 3px solid #0b6561
}
@keyframes cssload-rotate-one {
0% {
transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
}
100% {
transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
}
}
@-o-keyframes cssload-rotate-one {
0% {
-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
}
100% {
-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
}
}
@-ms-keyframes cssload-rotate-one {
0% {
-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
}
100% {
-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
}
}
@-webkit-keyframes cssload-rotate-one {
0% {
-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
}
100% {
-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
}
}
@-moz-keyframes cssload-rotate-one {
0% {
-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
}
100% {
-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
}
}
@keyframes cssload-rotate-two {
0% {
transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
}
100% {
transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
}
}
@-o-keyframes cssload-rotate-two {
0% {
-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
}
100% {
-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
}
}
@-ms-keyframes cssload-rotate-two {
0% {
-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
}
100% {
-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
}
}
@-webkit-keyframes cssload-rotate-two {
0% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
}
100% {
-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
}
}
@-moz-keyframes cssload-rotate-two {
0% {
-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
}
100% {
-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
}
}
@keyframes cssload-rotate-three {
0% {
transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
}
100% {
transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
}
}
@-o-keyframes cssload-rotate-three {
0% {
-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
}
100% {
-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
}
}
@-ms-keyframes cssload-rotate-three {
0% {
-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
}
100% {
-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
}
}
@-webkit-keyframes cssload-rotate-three {
0% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
}
100% {
-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
}
}
@-moz-keyframes cssload-rotate-three {
0% {
-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
}
100% {
-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
}
}

/* Locker Tweaks */
.circle {
background-color: #CEB5A2 !important;
box-shadow: 3px 3px 10px #333333 !important;
}
.header {
color: #333333 !important;
background-color: #CEB5A2 !important;
}
#contentLocker {
background-color: #797979 !important;
}
.footer {
background-color: #CEB5A2 !important;
color: #333333 !important;
}
.cssload-inner.cssload-one {
background-color: #000000 !important;
}
.cssload-inner.cssload-two {
background-color: #FFFFFF !important;
}
.cssload-inner.cssload-three {
background-color: #2ba9d2 !important;
}
.lc-checks a {
text-decoration: none !important;
color: #797979 !important;
}
.lc-checks a:hover {
background-color: #CEB5A2 !important;
}
.lc-checks li {
background-color: #FFFFFF !important;
border-radius: 10px !important;
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
}


Could you please tell me what I have to change in this text to translate the "Offer incomplete!" and "Complete 1 of the offers to unlock the content." ?
Regards mate
 
I'm very interested to join your network to work my new methods of monetizing my assets like :- websites and pages pls skype me chadhadhruv12 or pm me here
 
I have a question. I am from another country not from USA. but I have payoneer ACH account. When I select USA it appears, ACH account. Can I add Payoneer ACH account to get payments?
 
Back
Top