subhomoy Posted January 14, 2012 Share Posted January 14, 2012 hii i created and adf.ly clone but i'm facing few problems. 1) Whenever i'm using links to shorten them, it continuously shows "shrinking", but no shorten url is coming out... 2)Whenever i tried to login with (email = [email protected] and pass = 9830737829), it shows ( Deprecated: Function eregi() is deprecated in /home/subhomoy/public_html/short/index.php on line 34) 3) in the admin panel (http://www.bluedemon.x10.mx/short/admin) with details (username = subhomoy and pass = 9830737829). After logged in and when clicking in the "manage links", it shows all the shorten urls in that panel, but not showing to the users when shortening... 4)During submission of the registration form, it goes on showing registering, without showing (Registration is succesfull. Please check your email for the confirmation). But when seeing from the admin panel, in the manage members area, it shows the member who have been registering... the demo url is ( http://www.bluedemon.x10.mx/short/index.php ). ( login = [email protected] and pass = 9830737829 ) the admin panel is ( http://www.bluedemon.x10.mx/short/admin/index.php ). ( login = subhomoy and pass = 9830737829 ) can any one help me to get rid out of here... I have attached the following page for you to get the source code... The person who helped me I'll give you the script for free. It's my promise... Quote Link to comment https://forums.phpfreaks.com/topic/254994-help-me-with-adfly-clone/ Share on other sites More sharing options...
gizmola Posted January 14, 2012 Share Posted January 14, 2012 Deprecated: Function eregi() is deprecated in /home/subhomoy/public_html/short/index.php on line 34) This is a warning. You can suppress warnings by changing the errorlevel setting. However, the better solution is to recode using preg_match. eregi is due to be removed in favor of the pcre library. Quote Link to comment https://forums.phpfreaks.com/topic/254994-help-me-with-adfly-clone/#findComment-1307504 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.