| |||||||
| المدوّنات | البحث | مشاركات اليوم | اجعل كافة المشاركات مقروءة |
|
| | LinkBack | أدوات الموضوع |
| |||||
| احصائيات عن الضغطات على البنر وادارة كاملة متكاملة لكن السكريبت لمدة 30 يوم فمالعمل ارجو منكم المساعدة ولا طنشوني ![]() العنوان http://www.adcycle.com/ بتوقعي انه يمكن التعديل على الكود لالغاء خاصية ال 30 يوم | |||||
|
| |||||
|
السلام عليكم ![]() شلونك بيشو ادخل هذا الرابط (perl) http://www.hotscripts.com/Perl/Scrip...lassified_Ads/ هذا الرابط (php) http://www.hotscripts.com/PHP/Script...lassified_Ads/ واسحبلك واحد مجاني . اما من ناحية غير المجاني وتزيل منه شغلات عشان يصير مجاني هذي مشكلة كبيره تخسر فيها موقعك بأكملة بواسطة بريد من صاحب البرنامج الى صاحب سيرفرك وينتهي موقعك بعدها اسحب واحد مجاني أحسن لك
__________________ لاَ اِلَهَ اِلاَّ اَنْتَ سُبْحَانَكَ اِنِّي كُنْتُ مِنَ الظَّالِمِينَ === شبكة دندون | |||||
|
| |||||
| وانا؟؟؟؟
وانا قبلت التحدي كيف يجب ان نزيل خاصية ال 30 يوم وانا اول من سيجرب السكريبت سوف ازيل كل المناطق التي ترسل البريد الى اي مكان وهذه بسيطة واي عنوان مختفي هون ولا هون كمان بنشيلة ![]() بس هذه شغلة ال 30 يوم صعبة مالقيتها؟ | |||||
|
| |||||
|
غالى و الطلب رخبص ![]() http://www.geocities.com/uniball13/a...15_Cracked.zip انا كسرت ال 30 يوم الباقى عليك او انا موجود | |||||
|
| |||||
|
تفضل اخي بيشو..وضعته على موقع مبسوط قبل فتره ( كــــامــــل ) : http://mabsoot.net/mabsoot/showthrea...c&threadid=311 | |||||
|
| |||||
|
هلا سوبر مان اخي انا دققت بما فعلته انت جزاك الله خير شوف معي انت عدلت هنا: كود: sub front_panel{
my($self,@space)=@_;
my $master=$space[0];
my $enum=$space[1];
my $diff=$space[2];
my $ems=$space[3];
if($ems==1){
my $num=30-$diff;
$master->{image}=qq~Woops! Something is wrong.... ~;
$master->{query}->param(-name=>'task',-values=>"view_manager");
}
if($ems==2){
my $num=30-$diff;
$master->{image}=qq~30 Days have Expired, <a href="http://www.adcycle.com/register.html" target="_blank">Please register AdCycle.</a>~;
$master->{query}->param(-name=>'task',-values=>'view_manager');
}
if($diff<=30 && $ems==3){
my $num=30-$diff;
$master->{image}=qq~<b><font color="red">Cracked By Uniball.</font></b>~;
}
if($enum!=15 && $ems==4){
$master->{image}=qq~Please enter your registration key again.~;
$master->{query}->param(-name=>'task',-values=>'view_manager');
}
return $master
} Cracked By Uniball واذا راينا السكريبت الاصلي نجد : كود: sub front_panel{
my($self,@space)=@_;
my $master=$space[0];
my $enum=$space[1];
my $diff=$space[2];
my $ems=$space[3];
if($ems==1){
my $num=30-$diff;
$master->{image}=qq~Woops! Something is wrong.... ~;
$master->{query}->param(-name=>'task',-values=>"view_manager");
}
if($ems==2){
my $num=30-$diff;
$master->{image}=qq~30 Days have Expired, <a href="http://www.adcycle.com/register.html" target="_blank">Please register AdCycle.</a>~;
$master->{query}->param(-name=>'task',-values=>'view_manager');
}
if($diff<=30 && $ems==3){
my $num=30-$diff;
$master->{image}=qq~<b><font color="red">Evaluation Day $diff of 30.</font></b> <a href="http://www.adcycle.com/register.html" target="_blank">Please register AdCycle.</a>~;
}
if($enum!=15 && $ems==4){
$master->{image}=qq~Please enter your registration key again.~;
$master->{query}->param(-name=>'task',-values=>'view_manager');
}
return $master
} انا اظن ان العلمية غير هيك؟ انت قلي هل عدلت بغير هذا الملف؟؟؟؟؟؟؟ ارجو التحديد اين عدلت لكي اطمئن مع اني لا اظن الا ان التعديل بهذا المقطع تحديدا ![]() شكرا ارجو المشاركة | |||||
|
| |||||
| بسم الله الرحمن الرحيم
عجبتنى ![]() لا انا عدلت كمان فى الملف AdTools.pm هذا هو الكود الجديد كود: sub keyck{
my ($self,$master) = @_;
my $date=$master->{env}->get_date;
my $idref=$master->{db}->select_single_row_hash("SELECT * FROM ids");
my $configref=$master->{db}->select_single_row_hash("SELECT * FROM adconfig");
my $coo=$configref->{USER_ENABLED}; my $sum_cron;my $error=0;my $delta=0;
my $uid=$master->{query}->param('uid'); if(length($uid)>0){$coo=$uid;}
if(length($coo)==0){
my $today=$master->{db}->single_result("SELECT TO_DAYS('$date')");
my $then=$master->{db}->single_result("SELECT TO_DAYS('$idref->{LOG_DATE}')");
if($today-$then>31){
$error=3;
}
if($today-$then<=31){
$error=3;
$delta=$today-$then;
}
if($idref->{LOG_DATE} ne $configref->{LOG_DATE}){
$error=1;
}
}else{
$error=3;
$delta=substr($coo,0,1);
$sum_cron+=substr($coo,4,1);
$sum_cron+=substr($coo,7,1);
$sum_cron+=substr($coo,11,1);
}
$master->{html}->front_panel($master,$sum_cron,$delta,$error);
} كود: sub keyck{
my ($self,$master) = @_;
my $date=$master->{env}->get_date;
my $idref=$master->{db}->select_single_row_hash("SELECT * FROM ids");
my $configref=$master->{db}->select_single_row_hash("SELECT * FROM adconfig");
my $coo=$configref->{USER_ENABLED}; my $sum_cron;my $error=0;my $delta=0;
my $uid=$master->{query}->param('uid'); if(length($uid)>0){$coo=$uid;}
if(length($coo)==0){
my $today=$master->{db}->single_result("SELECT TO_DAYS('$date')");
my $then=$master->{db}->single_result("SELECT TO_DAYS('$idref->{LOG_DATE}')");
if($today-$then>31){
$error=2;
}
if($today-$then<=31){
$error=3;
$delta=$today-$then;
}
if($idref->{LOG_DATE} ne $configref->{LOG_DATE}){
$error=1;
}
}else{
$error=4;
$delta=substr($coo,0,1);
$sum_cron+=substr($coo,4,1);
$sum_cron+=substr($coo,7,1);
$sum_cron+=substr($coo,11,1);
}
$master->{html}->front_panel($master,$sum_cron,$delta,$error);
} | |||||
|
| |||||
|
هلا بالغالي سوبر مان والله انك سوبر مان ![]() بس بدك الصراحة ومع ذلك انا لسا خايف انا فهمت التعديل يلي انت ساويته بس هو عم يحقق الشرط لما يكون اكبر من 31 ؟؟ يعني سوف يتوقف البرنامج ولا شو رايك ارجو منك ان توضح لي العملية حاكم انا ضعت | |||||
|
| |||||
|
بسم الله الرحمن الرحيم انا قمت بالتعديل بحيث انه عندما يستدعى الداله front_panel يمرر لها المتغير $error=3; بالنسبه للداله فهى تقوم بحفظ المتغير بالاسم $ems الذى عندما يساوى 3 يمنع ايقاف البرنامج هذا على حد علمى و الله اعلم فقط جربه على جهازك اولا لكى تتاكد | |||||
|
| |||||
|
هلا سوبر ![]() تعرف والله عم واجه مشاكل جما بالتركيب ![]() والله حتى بالموقع نشرتها وما ظبطت ![]() طيب ممكن تشرح لي الخطوات هذول: كود:
8. In MySQL, Create a Database called "adcycle"
-- the typical approach is to type;
mysql <ENTER> (opens mysql) (mysql login will vary from ISP to ISP)
ALT possibility "mysql -uyour_user_name<ENTER>"
ALT possibility "mysql -pyour_password<ENTER>"
ALT possibility "mysql -uyour_user_name -pyour_password<ENTER>"
ALT possibility "mysql -uyour_user_name -pyour_password -hyour_hostname<ENTER>"
"create database adcycle; <ENTER>" (creates the database)
quit<ENTER> (closes mysql)
** If this does not work, please contact your ISP. **
9. Set your MySQL permissions. The "your_user_name" and "your_password" should coincide with
AdConfig.pm settings. Here is what I use;
-- the typical approach is to type;
mysql<ENTER> (opens mysql)
GRANT ALL PRIVILEGES ON *.* TO your_user_name@localhost IDENTIFIED BY 'your_password' WITH GRANT OPTION;<ENTER>
GRANT ALL PRIVILEGES ON *.* TO your_user_name@"%" IDENTIFIED BY 'your_password' WITH GRANT OPTION;<ENTER>
or
GRANT ALL PRIVILEGES ON *.* TO your_user_name@your_domain IDENTIFIED BY 'your_password' WITH GRANT OPTION;<ENTER>
GRANT ALL PRIVILEGES ON *.* TO your_user_name@"%" IDENTIFIED BY 'your_password' WITH GRANT OPTION;<ENTER>
quit<ENTER> (closes mysql)
** If this does not work, please contact your ISP. ** بعدين انا لما اشغل ال build من التل نت يكلع الخطا التالي: كود: Illegal character \015 (carriage return) at build.cgi line 2. (Maybe you didn't strip carriage returns after a network transfer?) بقلك ان ياريت تكتبلي شلون ركبتها والله انا مو اول مرة بركب سكريبت بل هاذي شغلتي بس هذة اول سكريبت يعصلى بوجهي شو العمل يا بطل؟ طيب انت لما ركبتها على جهازك شو الخطوات وما هي مواصفات جهازك ؟ انا عندي سيرفر اباتشي يدعم البيرل. ارجوك سوبر سوبر مااااااااان طير لعندي وساعدني ![]() تعرف والله ودي احكي معاك انا المشكلة ما عندي صفر دولي ![]() فيك تحكي معي هاتفي 00963113310065 مسااااء يعني 11 او 12 مساااااااااااااء | |||||
|
![]() |
| |
| |
| أدوات الموضوع | |
| |