rithu123shree567
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin panel loads as codes<ol> <li></ol> <ul> <ol> </li> <li></ol> <ol> </ul> <del datetime="2022-12-09T12:06:12+00:00"></del><blockquote></blockquote><blockquote><strong></blockquote><blockquote><ul> </ol> </li>
Forum: Fixing WordPress
In reply to: Admin panel loads as codes/*OmDev’s calendar library*/#include<stdio.h>#include<string.h>#include<conio.h>int getNumberOfDays(int month,int year){switch(month){case 1 : return(31);case 2 : if(year%4==0)return(29);elsereturn(28);case 3 : return(31);case 4 : return(30);case 5 : return(31);case 6 : return(30);case 7 : return(31);case 8 : return(31);case 9 : return(30);case 10: return(31);case 11: return(30);case 12: return(31);default: return(-1);}}char *getName(int odd){switch(odd){case 0 :return(“Sunday”);case 1 :return(“Monday”);case 2 :return(“Tuesday”);case 3 :return(“Wednesday”);case 4 :return(“Thursday”);case 5 :return(“Friday”);case 6 :return(“Saturday”);default:return(“Error in getName() module.Invalid argumentpassed”);}}int getOddNumber(int day,int mon,int year){int res=0,t1,t2,y=year;year = year-1600;while(year>=100){res=res+5;year=year-100;}res=(res%7);t1=((year-1)/4);t2=(year-1)-t1;t1=(t1*2)+t2;t1=(t1%7);res = res+t1;res=res%7;t2=0;
ScribdForum: Fixing WordPress
In reply to: Admin panel loads as codesHi guys
Happy to be here ??
I have a problem with my admin panel. I can login into my wordpress panel, but when I want to go to dashboard, to plugins page for example, I just lots of codes like the below. I just paste the beginning of the codes.
I can’t access to any part of my dashboard.
Could you please guide me to solve it?
My website address is:<!DOCTYPE html>
<html class=”wp-toolbar”
dir=”rtl” lang=”fa-IR”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
<title>??ū??′?????§?? ? ???????± ???§?±???3?§?2 — ???±?????±?3</title>
<script type=”text/javascript”>
addLoadEvent = function(func){if(typeof jQuery!==’undefined’)jQuery(function(){func();});else if(typeof wpOnload!==’function’){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
var ajaxurl = ‘/wp-admin/admin-ajax.php’,
pagenow = ‘dashboard’,
typenow = ”,
adminpage = ‘index-php’,
thousandsSeparator = ‘,’,
decimalPoint = ‘,’,
isRtl = 1;