plintu Posted June 22, 2009 Posted June 22, 2009 (1.) open an account at: www.srpoints.com (2.) on your server create a folder called "postbacklogs" (3.) go to phpmyadmin and insert the sql tables You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. (4.) create a file name it anything that you want this is going to be what posts back to superrewards and also credits the user! in that file paste this into it and save: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. when you create your account at super rewards they will ask you for a postback url direct it to this file and you are done! also If you feel there is suspicious activity with the points you can check the postback logs to see which Ip address is accessing it! but by giving the file a really crazy name(like: AasJdhf92345yb9.php) and giving that filename to srpoints as the postback url it will help keep stragglers from finding the file. I know some guys here can add to this and add a little more security. This works for v2 I have no idea if it will work in v1 :( last but not least srpoints will give you an inframe url to add to your site , just point users to that so that they can do offers and buy things through offers to get points, this will bring you revenue! ====== (shedh)Edit: for those of you who don't know how to add an iframe to your site here is an easy way to do the srpoints iframe You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Of course you are gonna have to place the link that they give you in there and edit it to get rid of some of the quotation marks and change them to apostrophe's but here is an example for ya ;) Quote
jds137 Posted June 23, 2009 Posted June 23, 2009 Re: Add Super rewards points to your site!!! can we clarify the coding? Is it all 1 big blob, or 3 separate ones? Quote
MrGi Posted June 23, 2009 Posted June 23, 2009 Re: Add Super rewards points to your site!!! Please Use Coding Tags when posting PHP. Also, This code can be shortened alot. In which, I will be doing for you. Quote
plintu Posted June 23, 2009 Author Posted June 23, 2009 Re: Add Super rewards points to your site!!! Please Use Coding Tags when posting PHP. Also, This code can be shortened alot. In which, I will be doing for you. I am glad that you can do it better I was just trying to throw something new out there for our community, it is just another avenue for everyone to make money! ;) If you can clean it up that is great I am not an expert on php I don't do it all that clean but it works! :D I forgot to mention for those of you who don't know how to add an iframe to your site here is an easy way to do the srpoints iframe You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Of course you are gonna have to place the link that they give you in there and edit it to get rid of some of the quotation marks and change them to apostrophe's but here is an example for ya ;) Quote
shedh Posted June 23, 2009 Posted June 23, 2009 Re: Add Super rewards points to your site!!! i fixed the first post for ya and also added the info about the iframe. btw why keep on opening and closing the php tags and why double post? Quote
shrek1609 Posted June 23, 2009 Posted June 23, 2009 Re: Add Super rewards points to your site!!! having problems with this everytime i do a test payment its not crediting the crystals, seems like its not posting back from the points site :? Quote
shedh Posted June 23, 2009 Posted June 23, 2009 Re: Add Super rewards points to your site!!! seems like i messed up editting i fixed what i did wrong Quote
shrek1609 Posted June 23, 2009 Posted June 23, 2009 Re: Add Super rewards points to your site!!! thanks shedh :) just to add i don't think its a problem with this mod but a problem with the points site as i have created just a simple postback file with a single query to update my crystals by 100 which works on a manual call, but doesn't work on the test you can run... so seems the points site is not calling this file after a test... just doing a couple of offers to test it and see what happens Quote
jds137 Posted June 23, 2009 Posted June 23, 2009 Re: Add Super rewards points to your site!!! How does it pick up on the users ID #? Quote
Strats Posted June 23, 2009 Posted June 23, 2009 Re: Add Super rewards points to your site!!! When complete I can see this being really good Quote
plintu Posted June 24, 2009 Author Posted June 24, 2009 Re: Add Super rewards points to your site!!! How does it pick up on the users ID #? this picks up the usersid when they open the offers page! notcie on the".......uper/offers?h=kkkkylqgd.123412341234&uid={$ir['userid']}...." then it sends the userid to super rewards!!! Quote
plintu Posted June 24, 2009 Author Posted June 24, 2009 Re: Add Super rewards points to your site!!! i fixed the first post for ya and also added the info about the iframe. btw why keep on opening and closing the php tags and why double post? as for opening and closing I just had a few scripts that I use for other things and put them together for my super rewards for my site! but I never got rid of the extra tags but it isn't that much of a biggy, like I said I am just giving you guys something to work with on a good idea!!! Quote
plintu Posted June 24, 2009 Author Posted June 24, 2009 Re: Add Super rewards points to your site!!! having problems with this everytime i do a test payment its not crediting the crystals, seems like its not posting back from the points site :? check the postback logs and see if it sent you anything back!!!! double check that everything was installed correctly and do you have mccodes 1 or 2? Quote
jds137 Posted June 24, 2009 Posted June 24, 2009 Re: Add Super rewards points to your site!!! Thank you for your help. I added it, and it is working as far as I can tell. I use Offerpal as well, I bet this this will be the same way as well. Quote
shrek1609 Posted June 24, 2009 Posted June 24, 2009 Re: Add Super rewards points to your site!!! having problems with this everytime i do a test payment its not crediting the crystals, seems like its not posting back from the points site :? check the postback logs and see if it sent you anything back!!!! double check that everything was installed correctly and do you have mccodes 1 or 2? checked and double checked it, even gone as far knocking the postback file down to just a single sql query which updates user 1 with 100 crystals on call back from super rewards... i don't think this is an issue with what i have done but an issue with them, i did a survey to test it and have been credited $2 on my account, its just not calling back to my site... i've ran the postback file manually with the single query and it works fine, updates crystals without issue... i've filed a support ticket with the super rewards but no reply so far :-( Quote
shrek1609 Posted June 24, 2009 Posted June 24, 2009 Re: Add Super rewards points to your site!!! managed to get it working with the following code... You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
plintu Posted June 24, 2009 Author Posted June 24, 2009 Re: Add Super rewards points to your site!!! having problems with this everytime i do a test payment its not crediting the crystals, seems like its not posting back from the points site :? check the postback logs and see if it sent you anything back!!!! double check that everything was installed correctly and do you have mccodes 1 or 2? checked and double checked it, even gone as far knocking the postback file down to just a single sql query which updates user 1 with 100 crystals on call back from super rewards... i don't think this is an issue with what i have done but an issue with them, i did a survey to test it and have been credited $2 on my account, its just not calling back to my site... i've ran the postback file manually with the single query and it works fine, updates crystals without issue... i've filed a support ticket with the super rewards but no reply so far :-( I was not talking about changing and running the postback php file I was talking about going to the postback logs directory you were supposed to create a folder called "postbacklogs" and if you created that then it would have written logs in that directory, but if you did not create that then it might have failed because it errored cause it could not find that directory! notice step two in the directions for this "mod" Quote
shrek1609 Posted June 24, 2009 Posted June 24, 2009 Re: Add Super rewards points to your site!!! having problems with this everytime i do a test payment its not crediting the crystals, seems like its not posting back from the points site :? check the postback logs and see if it sent you anything back!!!! double check that everything was installed correctly and do you have mccodes 1 or 2? checked and double checked it, even gone as far knocking the postback file down to just a single sql query which updates user 1 with 100 crystals on call back from super rewards... i don't think this is an issue with what i have done but an issue with them, i did a survey to test it and have been credited $2 on my account, its just not calling back to my site... i've ran the postback file manually with the single query and it works fine, updates crystals without issue... i've filed a support ticket with the super rewards but no reply so far :-( I was not talking about changing and running the postback php file I was talking about going to the postback logs directory you were supposed to create a folder called "postbacklogs" and if you created that then it would have written logs in that directory, but if you did not create that then it might have failed because it errored cause it could not find that directory! notice step two in the directions for this "mod" followed your instructions to the letter mate, i'm not a total noob at coding :lol: with the edits i have done to your file and it works perfectly for me... (posted above) basically just added the database connection into the postback file and works great Quote
kuting Posted October 27, 2009 Posted October 27, 2009 @shrek so if i follow the steps on this mod, except that on the php file i'll create i'll put it your code, will it work for me? what are thing items i need to change on your code to fit me? thanks Quote
kuting Posted October 27, 2009 Posted October 27, 2009 @plintu when i tried to follow your mod and use the contents for the php file, i get the ff error when i try to view the file on my web browser: Parse error: syntax error, unexpected '>' in /home/kuting/public_html/pe/pblgs/sdsd343fgfd32423.php on line 1 is this normal? and was it worng that i tried to view the file on my browser? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.