Help With ImgShot

Status
Not open for further replies.
bluefirepro I'm going to ask some different questions about the script in your thread,I hope you don't mind. It would be great if anyone can help me.

In Ajax upload I would like to choose thumbs size, and for registered users choose a gallery where to upload pictures (like in imgserve.net imagefolks.com...)
In remote upload I would like to put multiple links and also a choose a gallery for registered users.
Thanks in advance
 
In Ajax upload I would like to choose thumbs size, and for registered users choose a gallery where to upload pictures (like in imgserve.net imagefolks.com...)
In remote upload I would like to put multiple links and also a choose a gallery for registered users.
Thanks in advance
Copy paste the code written in the other files regarding the gallery and paste them in the ajax and remoteupload file
and for the multiurls u need to get it coded
 
Sorry Guys,

Was busy working on my blog and didn't got time to check WJ. Imgshot was just a fun project for me..... it's like I took it up and tried it and you won't find me on WJ anytime in future with my image host.

The main reason initially was that I wanted to check how CPA Offer works with Image hosts... tried it for 20 days on traffic which is mainly from US, UK, Europe and Asia.... But with the high Bounce Rate I don't think its a good idea to mix CPA with image hosts.

Another thing I tried is manipulation with google analytics. Many times when I want to buy a minisite , I want to check the bounce rate [Lower the better]. Now I know how people manipulate high bounce rate.... so the junk traffic is presented to you as Qualilty traffic.


Then I tried different companies for traffic monitization... in this small span I tried all sorts of ad networks.... so I can check thr performance and will get some material for my blog.

For adult ads
Some of the best companies that I like to continue with.
popads
popcash
juicyads

With exoclick, ero-advertising, adxpansion the earnings are very low with cpm.

Worst companies to go with.....
Yllix... the worst [ When you get 800 unique hits they count 150 with 0 earnings]

For clean ads:
popup: popads, edomz
I tried cpmleader and ro2.biz
banner: ro2.biz is a very small network but they are coming up slowly and steadily. I really liked thr dashboard.

and if you need support.... juicyads ranks highest, then edmoz,popcash, ro2.biz, cpmleader, adxpansion.....

And yes I also tried Totemcash..... Your sexy virtual girl... with no luck :( . Ultimately I installed it on my own desktop. :-=


I'll be doing little more experiments with my host.... I am really having a blast but no earning due to constant changes in tactics and vendors.... its a new experience for me.

Lastly I want thank MSK for his unbiased help... as he himself runs his own imagehost www.imgrill.com and even then helped me to setup my site ad page. Thanks a lot to MSK and also to Moggy.

Note:
nadadenada: Probably MSK can help you with your query. I am not into coding.
Deadmau5:
Well if you Buyed the Script whats the Problem to ask the Coder on CC for Support?!
OH ... I forgot! Thanks for reminding me. :heiligenschein:

I also wanted to check my site for "Google Honeymoon period" will tell you about this in next post. Till then bye n tk care.
Again.. thanks for reading.

Regards
BlueFire
 
Last edited:
Well if you Buyed the Script whats the Problem to ask the Coder on CC for Support?!

Regards

One of the worst support I have ever seen. The author of this IMAGE HOST script have no time to respond and help their buyers. He had no time. I don't know where he or she busy. I read some buyers comment on their site that they are waiting for more than 1 month for their answers.

It looks like a Huge Joke.

:heiligenschein::heiligenschein::heiligenschein::heiligenschein:
 
Please use this updated code.... commented some of the codes and cache thing.

<div id="page_body" class="page_body">
<script type="text/javascript">
if(top.location!=this.location) top.location=this.location;
</script>
<script type="text/javascript">
if(document.getElementById('cursor_lupa')){
setTimeout("scale(document.getElementById('cursor_lupa'));", 5000);
}
</script>

<script type="text/javascript">
function mostrar(){
document.getElementById('visual').style.display = '';
document.getElementById('carga').style.display = 'none';
document.getElementById('pub').style.display = '';
}
function ocultar(){
setTimeout("ocultar2()", 1500);
}
function ocultar2(){
document.getElementById('pub').style.display = 'none';
}
setTimeout("mostrar();", 1000);
</script>
<script type="text/javascript">
function closeWin() {
this.focus();
self.opener = this;
self.close();
}
function closeOverlay(){
document.getElementById("redirect-ad").style.display = "none";
//setCookie("ibpuc", "1349460713-157d0e0f21230fce0b166f194be974c3", 1);
//_gaq.push(['b._trackEvent', 'pop', 'nsfw']);
}
function closeSfwOverlay(){
document.getElementById("road-block").style.display = "none";
//setCookie("ibrb", "1349417513-0936325e3f2a6aa654b11ef7b0abb729", 1);
//_gaq.push(['b._trackEvent', 'pop', 'sfw']);
}
function setCookie(c_name,value,exdays) {
/*var exdate=new Date();
exdate.setDate(exdate.getDate() + exdays);
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString() + "; path=/");
****************=c_name + "=" + c_value; */
}
</script>
<div id="redirect-ad" style="position:absolute; top:0px; left:0px; z-index:500; width:100%; height:2000px; background-color:white; display:none;">
<div id="contenido" style="text-align:center; height:47px">
<div id="pub" style="display:none; width:369px; height:97px; position:absolute" onmouseover="ocultar();"></div>
<div id="visual" style="display:none; text-align:center; width:369px; height:97pxg">
<div id="redirect-close"><a href="#" style="cursor:pointer; color:blue; font-size:32px; font-weight:bold; text-decoration:none" onclick="closeOverlay(); return false;" rel="nofollow">Continue to your image</a></div>
</div>
<div id="carga" style="text-align:center; width:369px; height:97px">
<div id="redirect-loading" style="position:absolute; z-index:1"><span style="color:blue; font-size:32px; font-weight:bold">Loading...</span></div>
</div>
</div>
<center></center>
</div>
<script type="text/javascript">
document.getElementById("redirect-ad").style.display = "block";
</script>
</div>
 
Last edited:
Status
Not open for further replies.
Back
Top