Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

Odd entry in WordPress 'Admin_Panel.php' file? -


i migrated wordpress install 1 of servers client (client's website set , manage) , precautionary measure, perusing 'theme > edit' listed files in wordpress admin panel check links old server/domain , try clean up.

when got 'admin_panel.php' file, found entry @ bottom of file (it last entry):

function ranking() { $pshow = " <span style='display:none;'><a href='http://www.ellelive.com/'>live sex</a> , <a href='http://www.2.livejasmin.com/listpage.php?psid=elenaa'>webcam sex</a> , <a href='http://www.2.livejasmin.com/listpage.php?tags=mature&psid=elenaa'>mature female</a> , <a href='http://www.2.livejasmin.com/freechat.php?random&psid=elenaa'>livejasmin</a> , <a href='http://www.2.livejasmin.com/listpage.php?tags=girl&psid=elenaa'>girl</a></span>"; echo $pshow; }

now, i'm not sure theme modified client came from, supplied it, just... odd.

to note, admin_panel.php file backend theme settings section, isn't seen public. couldn't find in there reflects entry, again i'm not sure would.

i'm not coder, figured see if had input on this. included theme coder? or should grill client sourced theme , see if got shady website?

i'm unfamiliar php, , while looks harmless far site security concerned, figured i'd make sure.

i did remove entry , seems fine, better safe sorry, right?

thanks!

whoever has made template ( presume "elenaa") chucked hidden links in there increase google rankings of these websites. replace function following if worried it.

function ranking(){ return ''; } 

if delete missing function errors.

although function in admin section possible function called somewhere on front end of website?


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -