Make easy money with MEMLOL...

awesome share dude.. thanks.. you always got awesome share..
 
Yeah I suggest you do that. It's possible that you've messed something else while trying to fix the blank page problem.

If it still isn't working, the problem might be on your host.

FINALLY got it to work. I deleted everything and re-uploaded the site again but did not touch the metas and it it worked. The site looks normal and just as it did the other day when I got it to work the first time. Wow, what a pain!

I still basically have the same issue as I did before I started messing with the site in the first place though... my site's name on the top left of my browser is displayed as "Title Here - mysitename" when it should just be "mysitename". Any ideas on this? Thanks everyone for your help.

Also, I haven't had my site up long enough to see if the cron job is working or not but I didn't stop it while the site was down and it was sending me emails saying that it worked. Can I use a cron job to upload files from my computer instead of taking them from other websites(I believe that's how it's set up now, to take pictures from other websites)? I've never used a cron job before this and don't know if or how that can be done.
 
Last edited:
another question, how do we approve images that users upload?

EDIT: figured it out. Now I just added my adsense code, and my whole site is blank except for the admin page. I give up


FUCKK! I just tried adding my adsense code too, and now everything is back to a blank white page. Very frustrating. I entered the adsense code in the manage ads section of the admin panel. Now I can't get back into the admin panel, that's white too. So I went into the ads.php file on my sever and deleted the adsense code but no change. This is ridiculous.

*edit... ok you can get your site back back reuploading the original ads.php file. Editing it back to the way it was doesn't seem to do anything, but re-uploading it worked. Still, how the hell do you insert your adsense code without breaking the site? Google analytics code doesn't work either.

I went into the commands.php file and noticed that there is a reference here to ads.php and metas.php, the only 2 files so far that have been causing a blanks screen. I'm not technically inclined enough to figure out a correlation between this and the blank white screen problem, or if this is the cause at all. This is the commands.php file:

Code:
<?php
$db = new db();
if (!$db->db_connect()) { die("Database Error!!"); }

$currentpage = current_link();
include_once("ads.php");
include_once("metas.php");


?>

I'm not getting a database error though, just a blank white screen. I know the metas seemed to cause this and now the ads.php file being modified cause the same problem. Anyone?
 
Last edited:
Guys I need your help with this: On my page, the pictures are linked like this: mydomain.com/pictures/199.jpg.
But 199.jpg for example doesn't even EXIST in my pictures folder, instead the files name is 0aa1883c6411f7873cb83dacb17b0afc.jpg. Every file that I uploaded looks like 0aa1883c6411f7873cb83dacb17b0afc.jpg <--- just with different digits and letters, but the picture isnt linked like this: mydomain.com/pictures/0aa1883c6411f7873cb83dacb17b0afc.jpg , it is linked like this: mydomain.com/pictures/199.jpg. why does it do that? that is why I can't see any pics, because they are linked with the wrong file name. can someone help me?
 
You guys realize you don't have to use the template he gave you right? You can still use Wordpress if you want to. Just take the basic idea, make it your own and run with it. You should be putting your own spin on the method anyways. GST laid the foundation, now build it out in your own style.
 
I've done everything like in the readme, everything works fine except the pictures! They script tries to show them with normal digit numbers, if I upload a picture for example, it would get the number 01.jpg as when it's the first picture. Then the image is linked on the website to mydomain.com/pictures/01.jpg, but the problem is that the file isn't named 01.jpg when I enter the /pictures/ folder on my server, it is named like 0aa1883c6411f7873cb83dacb17b0afc.jpg. So the page should link it to mydomain.com/pictures/0aa1883c6411f7873cb83dacb17b0afc.jpg instead of 01.jpg. Can someone PLEASE help me on this? I'm getting into depression man...
 
Has anyone successfully added the adsense code to their site? Doing so for me turns the whole site into a blank white screen. I've been trying little things all afternoon, trial by error, but no luck implementing the adsense code without it breaking the site.
 
How are you mass uploading? I can run the grabber but where are you placing the pics and how are you adding titles for mass uploading?
 
How are you mass uploading? I can run the grabber but where are you placing the pics and how are you adding titles for mass uploading?

I haven't got the grabber to work yet. The cron job is running and I get emailed a report, but no pictures are on my site from it. My settings file is set for posts from grabber to be auto approve, but I don't see them in the active or pending images list.

I would mess with it more but can't get the adsense code to work, waiting to get that solved first.
 
i can't get accepted with adsense. is there any good alternatives on making a site like this?
 
I'm still stuck on the pictures using wrong file names... the issue is in the addposts.php... spend 5 hours reading and understanding it...
Why does it use md5 file names in my image folder, but doesn't link to the md5 file names on the page but instead use the "real" file names? can someone please take a look on this or provide me with his/her own addposts.php?
 
Can someone give me his working files? I've uploaded it multiple times already... Still getting the same error: the images are not linked properly. The files are on my server with md5 names, but the links on the page are "non-md5", original names. WHY does it do that? Someone PLEASE figure this out. I need your guys help please.
 
Just delete .md5 in addpost/editpost/addvideo etc..

Thanks it worked. Now all the pictures show up with the correct names =)
But there is another problem now:

When I upload a picture and it has a space in the title like "Hello World", the URL of my page turns like this:

"mydomain.com/Hello World_1.html <--- It works, but when I click on the facebook share button, it shows no thumbnail and no name because of the space in the url between hello and world. If I named the picture "HelloWorld", the url would be HelloWorld_1.html and the facebook share would work with thumbnail. However when there is a space between in the picture name, the url uses the space too and messes up the share function. Is there a way to make the URL of each site have bindings automatically? Like when I upload a picture named "Hello World", I want the page title to be mydomain.com/Hello-World_1.html, without a space. Is that possible?
 
I've managed to get the site up and running but I can not control the uploaded content through the admin page, I have followed this thread. I added "pager" to get the admin post part of the site working. However when I upload content and then attempt to approve it a section of text pops up near the image thumbnail saying "nice try!!" it's as if the site things I don't have permission to be controlling the approved content.
 
FUCKK! I just tried adding my adsense code too, and now everything is back to a blank white page. Very frustrating. I entered the adsense code in the manage ads section of the admin panel. Now I can't get back into the admin panel, that's white too. So I went into the ads.php file on my sever and deleted the adsense code but no change. This is ridiculous.

*edit... ok you can get your site back back reuploading the original ads.php file. Editing it back to the way it was doesn't seem to do anything, but re-uploading it worked. Still, how the hell do you insert your adsense code without breaking the site? Google analytics code doesn't work either.

I went into the commands.php file and noticed that there is a reference here to ads.php and metas.php, the only 2 files so far that have been causing a blanks screen. I'm not technically inclined enough to figure out a correlation between this and the blank white screen problem, or if this is the cause at all. This is the commands.php file:

Code:
<?php
$db = new db();
if (!$db->db_connect()) { die("Database Error!!"); }

$currentpage = current_link();
include_once("ads.php");
include_once("metas.php");


?>

I'm not getting a database error though, just a blank white screen. I know the metas seemed to cause this and now the ads.php file being modified cause the same problem. Anyone?

Has anyone successfully added their adsense code without having the site turn into a blank white screen? Don't bother building your site until you know you can monetize it! I haven't heard one person here confirm that they have been able to add adsense code and have the site running fine.
 
Back
Top