The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  Direct Affiliate

Help needed regarding AdsBridge

Fixing 500 Internal Server Error Problems on Your Own Site
A 500 Internal Server Error on your own website requires a completely different course of action. As I mentioned above, most 500 errors are server-side errors, meaning it's likely your problem to fix if it's your website.

There are lots of reasons why your site might be serving a 500 Error to your users, but two are most common:

  • A Permissions Error. In most cases, a 500 Internal Server Error is due to an incorrect permission on one or more files or folders. In most of those cases, an incorrect permission on a PHP and CGI script is to blame. These should usually be set at 0775 (-rwxr-xr-x).
  • A PHP Timeout. If your script connects to external resources and those resources timeout, an HTTP 500 error can occur. Timeout rules, or better error handling in your script, should help if this is the cause of the 500 error.
  • A Coding Error in .htaccess. While not as common, be sure to check that your site's .htaccess file is properly structured.

I found it before and I don't have any .htaccess file. Its because, I just have created a subdirectory (A folder basically) to host my lp. And that folder just contain Images, HTML files and CGI file. Thats it.
 
For me my problem was htaccess file problem so I deleted it. You have to check all related folder ..root, subfolder etc.

The htaccess is a hidden file. I used WinSCP program to delete it.
 
For me my problem was htaccess file problem so I deleted it. You have to check all related folder ..root, subfolder etc.

The htaccess is a hidden file. I used WinSCP program to delete it.

I deleted it..now its showing a 404 error! :(

BTW, here is my code:

HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
    <title></title>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <meta content="noindex,nofollow" name="robots" />
    <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
    <meta n="" title="" />
</head>
<body>

<style type="text/css">body {background-color: #222}
.container {background-color: #eee; border: thin red dotted; margin: 0 auto; width: 90%; text-align: center;}

h1 {color: red;}
b {color: red;}
</style>


<div class="container">
<h1>YOU are Lucky Today!!!</h1>
<img height="80%" src="iPhone6.jpg" width="100%" />
<div style="text-align: left; margin: 0 auto">


      <h2>
                            <center><a href="javascript:void(0)"
        onclick="window.open(decodeURIComponent(
        window.location.href.substr(window.location.href.lastIndexOf('aref=')+5)), '_self');">Click Here
        </a>     </center>                                      


<center>
<h2>

                            
</h2>
</center>
</div>
</div>
</body>
</html>
 
Last edited:
When does 404 error? Display LP or clicked CTA
1.Ensure you use campaign link to display LP.
2. If you change LP folder on host you have to change in Adsbridge too.
IF you cannot access any html file (LP) on your folder. Check your directory & parameter in apache file.
 
When does 404 error? Display LP or clicked CTA
1.Ensure you use campaign link to display LP.
2. If you change LP folder on host you have to change in Adsbridge too.
IF you cannot access any html file (LP) on your folder. Check your directory & parameter in apache file.

Got that. Have you found any issue on my previous uploaded HTML LP?
 
I constantly knocked the Adsbridge Support team for last 3 days...they even didn't reply me. I was able to talk with Nick for the first day and from then he even didn't response me though he was online throughout the whole day- today. I was just disappointed and made a decision.

Eventually I switched to Voluum and bought the PRO plan.

Lets see how things goes.
 
I constantly knocked the Adsbridge Support team for last 3 days...they even didn't reply me. I was able to talk with Nick for the first day and from then he even didn't response me though he was online throughout the whole day- today. I was just disappointed and made a decision.

Eventually I switched to Voluum and bought the PRO plan.

Lets see how things goes.
Good luck and let us know how it works out. I would recommend to do a quick check on our platform as what you're trying to do is fairly simple and shouldn't involved any technical involvement.
 
I deleted it..now its showing a 404 error! :(

BTW, here is my code:

HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
    <title></title>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <meta content="noindex,nofollow" name="robots" />
    <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
    <meta n="" title="" />
</head>
<body>

<style type="text/css">body {background-color: #222}
.container {background-color: #eee; border: thin red dotted; margin: 0 auto; width: 90%; text-align: center;}

h1 {color: red;}
b {color: red;}
</style>


<div class="container">
<h1>YOU are Lucky Today!!!</h1>
<img height="80%" src="iPhone6.jpg" width="100%" />
<div style="text-align: left; margin: 0 auto">


      <h2>
                            <center><a href="javascript:void(0)"
        onclick="window.open(decodeURIComponent(
        window.location.href.substr(window.location.href.lastIndexOf('aref=')+5)), '_self');">Click Here
        </a>     </center>                                    


<center>
<h2>

                          
</h2>
</center>
</div>
</div>
</body>
</html>

Hi Nasir
I got the same issue with you. It made me crazy for a week...
But 5 min ago, I get it work fortunately.
Instead using "http://ojllx.adsb4all.com/click", I use"javascript:void(0)" onclick="window.open(decodeURIComponent( window.location.href.substr(window.location.href.lastIndexOf('aref=')+5)), '_self)".
I notice your code has ";" after "self)".
Maybe change that can work for you.

And notice to use Incognito Mode of Chrome to test.
In normal mode, once I opened the page of 500 error, no matter which href link I changed, it always goes to 500 error page.
=================
Though I get it work this time, I have no confident that work 100%.
The link "http://ojllx.adsb4all.com/click" still will not work.
As vrk59 said it may be conflict between VPS setting and Adbridge setting.
It sounds a high risk that visitor may have difficult to go through the whole campaign if I don't set VPS right. Cuz visitor browser's setting always vary broadly.
Thanks vrk59's advice, but to change the Apach thing is too hard to me. I don't have much Server knowledge and it make me headache now. Hope for more detail talking about that.
Also hope Adsbridge can make more general solution or put it in knowledge base for this issue.

BTW, for reference, I use DigitalOcean & VestaCP.
 
Last edited:
solution found :)

don't add landing page like this
Code:
http://amnocars.com/lp1/
make it like this instead
Code:
http://amnocars.com/lp1/index.html
 
banners
Back