http://www.goftp.com/
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.
ef it i just did it my own way lol