Welcome Guest, Not a member yet? Register   Sign In
please READ the CONTENT - Disallowed Character
#1

[eluser]Unknown[/eluser]
Yes , its the disallowed character again ..
I've read all the post on how to solve this problem
but still I have no luck in solving it. here is the example GET
key and value coming from a website.

Code:
to=447937337865&msisdn=639167833749&text=Test+Send+Again&network-code=&message-timestamp=2013-05-30+09:31:36

I dont know what character is illegal . I tried logging the $str variable in system/core/Input.php
it says the whole


Code:
to=447937337865&msisdn=639167833749&text=Test+Send+Again&network-code=&message-timestamp=2013-05-30+09:31:36


has the problem.. it doesnt point me to exact character...
please please ..... Im on tight deadline...


*all mobile numbers here are made up.
#2

[eluser]pzntec[/eluser]
I know it's not a proper solution but you can try to comment out line 731, or around there of the Input.php core file.

Code:
exit('Disallowed Key Characters.');
to
Code:
//exit('Disallowed Key Characters.');
#3

[eluser]Unknown[/eluser]
Its Weird all my GET values are GONE..


they are empty




Theme © iAndrew 2016 - Forum software by © MyBB