VirRal - The "Revenge Site" Script

thats what im talking about something written in fucking codeigniter fuck yes you should all take some notes.
 
i've created a database and uploaded it all but when i get to the first installation page, and fillin in the host, database, username, and password it says 404 Page Not Found... wth is going on!
 
Try and make sure that you have uploaded all of the files, you seem to be in the minority that is receiving 404 errors, all I can think is that there is one or two files not uploaded properly.
 
I can't get it to work and I get same error as KHMNTCPR8. All files are uploaded, I tried to reupload whole script few times and I still get 404 error.
 
thanks for tip, I will try to set chmods to 777 then.

EDIT:
Still nothing :(
 
Last edited:
chmod 755 or 754 dno anymore. also look in the server logs of ur hosting.
 
[Sun Nov 23 12:46:10 2008] [error] [client xxx] File does not exist: /xxx/testvirra/404.shtml
[Sun Nov 23 12:46:10 2008] [error] [client xxx] File does not exist: /xxx/testvirra/system

of course /system directory do exist. And permissions are set to 755.
 
Make sure all your database info matches.

With my host they ad a prefix to my database names.

For example, if i make a database called viral

the database will be called dbhost-viral

Make sure when you enter your database details you enter all of it dbhost-viral

Also, on my host it only gives you an option to make a username and password. If your is like this.....you enter the same for database username and database name.

Make sure its set to 755. Some hosts dont allow 777 and some make things go weird when you do try 777.

Lastly make sure all the files are there :)

Make sure your ftp programe is fully working aswell...I use
Code:
http://www.goftp.com/


OK


Ive got it all set up and working. Going to have a play with layout and template.

Can anyone help or advice on how to iframe the CPA offer into it, so that once they have submitted the offer it reveals the sections....and even close the iframe so its not there anymore?

Thanks
 
First post! anyway im pretty new to IM i've been lurking around a bit. anyway i found this script pretty interesting seeing as how im a programmer i managed to edit this script and all that. so that being said!

@mattsuper007 if you know anything about programming this is pretty easy to modify. You'll see that in the system/application/views/viral/ folder there is a file called viral_view this pretty much tells the page what to load. its set that after so many different "referrals" its add another page. the pages it shows are 1_hidden_view.php, 2_hidden_view.php... etc. anyway i wanted to do what you what you were kinda talkin about. Making it show one then after so many making it show somthing else. well its set so it that shows those hidden pages together. say after 1 friend it lets you see the first thing then after 3 it lets you see another thing. at 1 it will load 1_hidden_view and at 3 it would load 1_hidden_view and 2_hidden_view. i didnt want them shown together cuz of how i had mine set up. so what i did is went into the viral_view and changed how it loaded them. im not a php programmer but it was still pretty simple for me to achieve what i wanted.
 
Last edited:
Make sure all your database info matches.

With my host they ad a prefix to my database names.

For example, if i make a database called viral

the database will be called dbhost-viral

Make sure when you enter your database details you enter all of it dbhost-viral

Also, on my host it only gives you an option to make a username and password. If your is like this.....you enter the same for database username and database name.

Make sure its set to 755. Some hosts dont allow 777 and some make things go weird when you do try 777.

Lastly make sure all the files are there :)

Make sure your ftp programe is fully working aswell...I use
Code:
http://www.goftp.com/


OK


Ive got it all set up and working. Going to have a play with layout and template.

Can anyone help or advice on how to iframe the CPA offer into it, so that once they have submitted the offer it reveals the sections....and even close the iframe so its not there anymore?

Thanks

Thanks for your information, my host uses prefixes too and I'm filling all my details with this prefix but still script craps out on my server. I will try chmod all files to 755 tomorrow and report ;)
 
First post! anyway im pretty new to IM i've been lurking around a bit. anyway i found this script pretty interesting seeing as how im a programmer i managed to edit this script and all that. so that being said!

@mattsuper007 if you know anything about programming this is pretty easy to modify. You'll see that in the system/application/views/viral/ folder there is a file called viral_view this pretty much tells the page what to load. its set that after so many different "referrals" its add another page. the pages it shows are 1_hidden_view.php, 2_hidden_view.php... etc. anyway i wanted to do what you what you were kinda talkin about. Making it show one then after so many making it show somthing else. well its set so it that shows those hidden pages together. say after 1 friend it lets you see the first thing then after 3 it lets you see another thing. at 1 it will load 1_hidden_view and at 3 it would load 1_hidden_view and 2_hidden_view. i didnt want them shown together cuz of how i had mine set up. so what i did is went into the viral_view and changed how it loaded them. im not a php programmer but it was still pretty simple for me to achieve what i wanted.

I know how to make a custom site. Ive just been through all the files to see how it all loads and ive got that all sorted.

What im trying to do is have a frame in the middle of a zip submit. And they can either unlock the pictures by sharing the link OR by filling in the offer.

How do I set it so it unlocks the locked elements when that person has filled in the offer?
 
Mm wen i had put that script on my website it wasn't working properly like when someone refers the amount of people they need it still didn't show anything, what offer are you promoting on that site anyway ?
 
From where did you get the email submit forms i really cant find anywhere, and thanks for the tip on the 1_hiddin etc... 'Thanked' :)
 
Thats k, I didnt find the submit forms. Just go to your affiliate network, find an email / ZIP submit that has a landing page. Then use the hide referrer with iFrame method that I have posted about and its like a screenshot. You just crop the landing page where you would like it to show. If you hold down the click button on my email submit form you can actually browse the page and see the full landing page but noone that visits your site is really going to notice this.
 
Back
Top