youngone324
Reputation:
( +7)
Offline
Posts: 2384
Referrals: 28
|
 |
Apr 12, 2011 01:04 am |
|
I am willing to make a free mod upon request for basically any script, well any script i have coding to such as aurora and gen4. Just a little fun 
Mods I Will Be Making. Clicks Charts (last 10 days) - Aurora COMPLETED - http://elusiveweb.com/addons/free/AuroraFusionChartsAddon.zip Installation Instructions
1. Upload the following files to the following directories - Upload FusionCharts.php to the Includes folder - Upload FusionCharts.zip file into your main directory and extract the folder2. Add these codes to the following lines - In members/profile.php add
// Stats Stuff $time = time(); $time1 = $time-86400; for($i=2;$i<10;$i++) \{ $j=$i-1; ${"time".$i} = ${"time".$j}-86400; } $date = "Today"; $date1 = "Yesterday"; for($i=2;$i<10;$i++) { ${"date".$i} = date('m-d-y', ${"time".$i}); } include("./includes/FusionCharts.php");
// Chart 10 days clicks $strXML = "<chart showLabels='0' showBorder='1' borderColor='000000' borderThickness='1' canvasBorderThickness='1' canvasBorderColor='114B78' yAxisMinValue='0' yAxisMaxValue='10' decimalPrecision='2' formatNumberScale='0' showValues='0' showAlternateHGridColor='1' AlternateHGridColor='ff5904' divLineColor='ff5904' divLineAlpha='20' alternateHGridAlpha='5'>";
// Fetch all factory records $strQuery = "SELECT `clicks1`,`clicks11`,`clicks12`,`clicks13`,`clicks14`,`clicks15`,`clicks16`,`clicks17`,`clicks18`,`clicks19` FROM `user` WHERE `username` = '{$thismemberinfo['username']}' LIMIT 1"; $result = mysql_query($strQuery) or die(mysql_error());
//Iterate through each factory if($result) { while($ors = mysql_fetch_array($result)) { for($i=9;$i>0;$i--) { $strXML .= "<set label='${date.$i}' value='{$ors['clicks1'.$i]}' />"; } $strXML.= "<set label='{$date}' value='{$ors['clicks1']}' />"; } }
//Finally, close <graph> element $strXML .= "<styles>"; $strXML .= "<definition>"; $strXML .= "<style name='myBevel' type='Bevel' />"; $strXML .= "</definition>"; $strXML .= "<application>"; $strXML .= "<apply toObject='Background' styles='myBevel' />"; $strXML .= "</application>"; $strXML .= "</styles>"; $strXML .= "</chart>";
$thechart = renderChart("./FusionCharts/Column2D.swf", "", $strXML, "clicks", 300, 120); - After: $free=0; //Which is the line 27// Then Add <tr> <td colspan=2 class=\\"tableHead rounded\\"><b>Clicks Chart</b></td> </tr> <tr> <td colspan=\"2\">$thechart</td> </tr>
- After: <table class=\"tableStyle2\" style=\"width: 100%;\"> //Which is the line 566// - In cron.php add
echo "<!-- Updating Members Clicks -->"; flush(); $Db1->query("UPDATE user SET clicks19=clicks18"); $Db1->query("UPDATE user SET clicks18=clicks17"); $Db1->query("UPDATE user SET clicks17=clicks16"); $Db1->query("UPDATE user SET clicks16=clicks15"); $Db1->query("UPDATE user SET clicks15=clicks14"); $Db1->query("UPDATE user SET clicks14=clicks13"); $Db1->query("UPDATE user SET clicks13=clicks12"); $Db1->query("UPDATE user SET clicks12=clicks11"); $Db1->query("UPDATE user SET clicks11=clicks1"); $Db1->query("UPDATE user SET clicks1=0"); - After: $sql=$Db1->query("UPDATE templates SET hits_today=0"); //Which is the line 97// 3. Upload clicks.sql into your database.
Replace Inactive Referrals (for a small fee) - Aurora Block Unwanted Ip Addresses From Accessing The Site (from admin panel) - Aurora
reply with this
Script: Feature Request:
|
|
« Last Edit: May 02, 2011 09:51 pm by youngone324 »
|
Logged
|
Custom Bux Script: (Licenses Will Soon Be Available) S-Tech - special place for webhosts, website owners and money earners.
|
|
|
chicoi08
Reputation:
( +13)
Offline
Gender: 
Posts: 2003
Referrals: 1
|
 |
Reply #1: Apr 12, 2011 04:38 am |
|
Wow!
That's so nice of you ^^
|
|
|
Logged
|
|
|
|
Raja
Reputation:
( +103)
Offline
Gender: 
Posts: 6631
Referrals: 1
|
 |
Reply #2: Apr 12, 2011 05:35 am |
|
That is really really cool man! There are many many addons which i want but they will be hard. Try to make any one of them otherwise leave them. 
Well here are my requests: 
Script: SDR-2 Feature Request: "Own Clicks Chart". (A chart will show that how much you and your refs have clicked in last few days on account page).
Script: SDR-2 Feature Request: "Click X Ads To Earn From Your Refs Tomorrow Addon".
Script: SDR-2 Feature Request: "A CAPTCHA which this site is having: http://yuearn.com".
Script: SDR-2 Feature Request: "A green tick (& box coulour will be green) will be shown on registering page if the repeated password, e-mail, etc are written correctly".
Create any one. 
Thanks! 
|
|
« Last Edit: Apr 12, 2011 05:49 am by iamforyouraja »
|
Logged
|
|
|
|
youngone324
Reputation:
( +7)
Offline
Posts: 2384
Referrals: 28
|
 |
Reply #3: Apr 12, 2011 10:12 am |
|
That is really really cool man!  There are many many addons which i want but they will be hard. Try to make any one of them otherwise leave them.  Well here are my requests:  Script: SDR-2 Feature Request: "Own Clicks Chart". (A chart will show that how much you and your refs have clicked in last few days on account page). Script: SDR-2 Feature Request: "Click X Ads To Earn From Your Refs Tomorrow Addon". Script: SDR-2 Feature Request: "A CAPTCHA which this site is having: http://yuearn.com". Script: SDR-2 Feature Request: "A green tick (& box coulour will be green) will be shown on registering page if the repeated password, e-mail, etc are written correctly". Create any one.  Thanks! 
does SDR-2 change a lot from 4.1? and i dont see a captcha on that site lol
Wow!
That's so nice of you ^^

|
|
|
Logged
|
Custom Bux Script: (Licenses Will Soon Be Available) S-Tech - special place for webhosts, website owners and money earners.
|
|
|
Raja
Reputation:
( +103)
Offline
Gender: 
Posts: 6631
Referrals: 1
|
 |
Reply #4: Apr 12, 2011 10:32 am |
|
|
|
|
Logged
|
|
|
|
youngone324
Reputation:
( +7)
Offline
Posts: 2384
Referrals: 28
|
 |
Reply #5: Apr 12, 2011 01:21 pm |
|
What do you mean by 4.1? And click on the login button on that site and then the captcha will say "How?: We've decided to remove the button Instead just drag the slide all the way to the right to submit." And then when you will do this, it will say to choose a thing.  That is i want.  Thanks! 
ohhhhh, well that one would take some time ill do the own clicks chart for ya if you want
|
|
|
Logged
|
Custom Bux Script: (Licenses Will Soon Be Available) S-Tech - special place for webhosts, website owners and money earners.
|
|
|
cents2bux
Reputation:
( +6)
Offline
Gender: 
Posts: 500
Referrals: 0
|
 |
Reply #6: Apr 12, 2011 01:23 pm |
|
Nice young and thank you very much.
|
|
|
Logged
|
|
|
|
Raja
Reputation:
( +103)
Offline
Gender: 
Posts: 6631
Referrals: 1
|
 |
Reply #7: Apr 12, 2011 01:24 pm |
|
|
|
|
Logged
|
|
|
|
nitinkumar
Reputation:
( +33)
Offline
Posts: 4103
Referrals: 3
Owner of alwaysbux.com
|
 |
Reply #8: Apr 12, 2011 01:31 pm |
|
Option of replacing inactive referral in MRV3.
|
|
|
Logged
|
|
|
|
yiang75
Reputation:
( +53)
Offline
Gender: 
Posts: 2881
Referrals: 4
|
 |
Reply #9: Apr 12, 2011 04:09 pm |
|
click chart add on will be great!!! will be waiting on that 
and this one if possible please:
script: sdr2 feature: admin menu to view IP of hack attempts and option to block (its time consuming logging in to cpanel to add it there specially with lots of attempts)
|
|
|
Logged
|
|
|
|
youngone324
Reputation:
( +7)
Offline
Posts: 2384
Referrals: 28
|
 |
Reply #10: Apr 12, 2011 04:40 pm |
|
Option of replacing inactive referral in MRV3.
sounds like a good mod ill deliver this as well... bought referrals tho right?
click chart add on will be great!!! will be waiting on that  and this one if possible please: script: sdr2 feature: admin menu to view IP of hack attempts and option to block (its time consuming logging in to cpanel to add it there specially with lots of attempts) how do you know the ip of the hackers? and i can do this as well
|
|
|
Logged
|
Custom Bux Script: (Licenses Will Soon Be Available) S-Tech - special place for webhosts, website owners and money earners.
|
|
|
yiang75
Reputation:
( +53)
Offline
Gender: 
Posts: 2881
Referrals: 4
|
 |
Reply #11: Apr 12, 2011 05:29 pm |
|
i also dont know how this works but admins just get emails of hack attempts to alert/inform them..757jterrell or carrie might have the answer for this 
|
|
|
Logged
|
|
|
|
youngone324
Reputation:
( +7)
Offline
Posts: 2384
Referrals: 28
|
 |
Reply #12: Apr 12, 2011 05:30 pm |
|
i also dont know how this works but admins just get emails of hack attempts to alert/inform them..757jterrell or carrie might have the answer for this 
its ok ill make a script where when you get the email you can just copy the ip paste it in the admin panel and the user will get a message that he cant access site
|
|
|
Logged
|
Custom Bux Script: (Licenses Will Soon Be Available) S-Tech - special place for webhosts, website owners and money earners.
|
|
|
i1c8
Reputation:
( +1)
Offline
Gender: 
Posts: 1163
Referrals: 0
---♩---♫---♭---♪----♬---
|
 |
Reply #13: Apr 13, 2011 04:36 am |
|
script: aurora feature: admin panel login with password.
|
|
|
Logged
|
RETIRED
|
|
|
Raja
Reputation:
( +103)
Offline
Gender: 
Posts: 6631
Referrals: 1
|
 |
Reply #14: Apr 13, 2011 05:20 am |
|
Hope my mod will be ready soon. Anyways, can't wait for it. 
|
|
|
Logged
|
|
|
|
|